/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: inherit;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1699px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 1399px) {
  body {
    font-size: 14px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
}
@media all and (max-width: 1600px) {
  h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 1450px) {
  h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 979px) {
  h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 38px;
  font-weight: 600;
}
@media all and (max-width: 1600px) {
  h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1450px) {
  h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 979px) {
  h2 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
@media all and (max-width: 1600px) {
  h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 1399px) {
  h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media all and (max-width: 1600px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 1399px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 1199px) {
  h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 14px;
    line-height: 22px;
  }
}

h5 {
  font-size: 16px;
}

p {
  margin-bottom: 18px;
  line-height: 150%;
  color: #333;
}
p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1199px) {
  p {
    font-size: 14px;
  }
}

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

a {
  text-decoration: none;
  color: #0066B3;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.custom-container {
  padding: 80px 0px;
  max-width: calc(100% - 520px);
  margin: auto;
}
@media all and (max-width: 1600px) {
  .custom-container {
    padding: 60px 0px;
    max-width: calc(100% - 320px);
  }
}
@media all and (max-width: 1450px) {
  .custom-container {
    padding: 60px 0px;
    max-width: calc(100% - 220px);
  }
}
@media all and (max-width: 1399px) {
  .custom-container {
    padding: 40px 0px;
    max-width: calc(100% - 150px);
  }
}
@media all and (max-width: 979px) {
  .custom-container {
    max-width: 100%;
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .custom-container {
    padding: 30px 15px;
  }
}
.custom-container .small-width-container {
  max-width: 1200px;
}
.custom-container .small-medium-container {
  max-width: 1500px;
}
@media all and (max-width: 767px) {
  .custom-container.pr-0 {
    padding-right: 15px;
  }
}

.small-container {
  padding: 100px 130px;
}
@media all and (max-width: 1399px) {
  .small-container {
    padding: 100px 90px;
  }
}

.section-title {
  padding-bottom: 8px;
}
.section-title.white-text {
  color: white;
}
.section-title.move-left h2, .section-title.move-left h3, .section-title.move-left h4 {
  text-align: left;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #333;
}
@media all and (max-width: 1600px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media all and (max-width: 1399px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media all and (max-width: 1199px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media all and (max-width: 979px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-title.white-title h2, .section-title.white-title p {
  color: #fff;
}

.display-inline {
  display: inline-block;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-baseline {
  align-items: baseline;
}

.justify-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.pa-8 {
  padding: 8px;
}

.pa-12 {
  padding: 12px;
}

.pa-16 {
  padding: 16px;
}

.pa-20 {
  padding: 20px;
}
@media all and (max-width: 991px) {
  .pa-20 {
    padding: 10px;
  }
}

.pa-24 {
  padding: 24px;
}

.pa-28 {
  padding: 28px;
}

.pa-32 {
  padding: 32px;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

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

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}
@media all and (max-width: 767px) {
  .pt-32 {
    padding-top: 22px !important;
  }
}

.pr-40 {
  padding-right: 40px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}
@media all and (max-width: 767px) {
  .pb-25 {
    padding-bottom: 10px;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media all and (max-width: 979px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}
@media all and (max-width: 1399px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 979px) {
  .pb-60 {
    padding-bottom: 20px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media all and (max-width: 1399px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}
@media all and (max-width: 979px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media all and (max-width: 1399px) {
  .pt-60 {
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .pt-60 {
    padding-top: 20px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media all and (max-width: 1399px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .pt-80 {
    padding-top: 20px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media all and (max-width: 1399px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pl-2 {
  padding-left: 5px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 979px) {
  .py-15 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .py-20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 979px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.text-12 {
  font-size: 12px;
}

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

.text-20 {
  font-size: 18px;
}
@media all and (max-width: 1600px) {
  .text-20 {
    font-size: 16px;
  }
}

.text-25 {
  font-size: 25px;
}

.flex-1 {
  flex: 1;
}

.h-full {
  height: 100%;
}

.br-1 {
  border-right: 1px solid #000;
  margin-right: 5px;
}

input, select {
  border-radius: 5px;
  border: 1px solid #F0F8FF;
  background: #F0F8FF;
  height: 46px;
  padding: 8px 12px;
  outline: none;
  width: 100%;
}
input:focus, select:focus {
  background: transparent;
  border-color: #0066b3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
}

input[type=radio] {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.light-blue-bg {
  background: #F0F8FF;
}

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

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

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

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

.common-btn button, .common-btn a, .common-btn input {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  background: #0066b3;
  background-color: #0066b3 !important;
  border: none;
  outline: none;
  font-weight: 600 !important;
  color: #fff !important;
}
.common-btn button:hover, .common-btn a:hover, .common-btn input:hover {
  background: #CFE9FF !important;
  transition: all 0.6s ease;
  color: #0066b3 !important;
}
@media all and (max-width: 1399px) {
  .common-btn button, .common-btn a, .common-btn input {
    padding: 10px;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .common-btn button, .common-btn a, .common-btn input {
    padding: 10px 12px;
  }
}
.common-btn.white-btn button, .common-btn.white-btn a {
  width: auto;
  background: white;
  border: 1px solid #0066b3;
  font-size: 14px;
  color: #0066B3 !important;
  background-color: white !important;
}
.common-btn.white-btn button img, .common-btn.white-btn a img {
  padding-right: 5px;
}
.common-btn .ff-btn-submit {
  width: auto;
}
.common-btn.blue-btn button, .common-btn.blue-btn a {
  background: #0066b3 !important;
  font-size: 14px;
  color: #fff !important;
}

.ff-message-success {
  color: #fff;
  font-size: 16px;
}

.social-buttons .button-item {
  padding-bottom: 15px;
}
.social-buttons .button-item:last-of-type {
  padding-bottom: 0;
}
.social-buttons button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(30, 36, 50, 0.23);
  width: 100%;
  background: #fff;
}

.separate-item span {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
}
.separate-item span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 1px;
  background: #e8e8e8;
  z-index: 1;
}
.separate-item span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 1px;
  background: #e8e8e8;
  z-index: 1;
}

.success-msg {
  display: none;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
}
.success-msg a {
  color: #fff;
}
.success-msg.success {
  background: #4CA64C;
  display: block;
}
.success-msg.error {
  background: #FF3333;
  display: block;
}

.input-item label {
  display: none;
}
.input-item.invalid input {
  border: 1px solid var(--colors-danger-400, #F33);
  background: #FFE5E5;
}
.input-item.invalid label {
  display: block;
  font-size: 12px;
  color: #FF3333;
}

/* CSS to hide the up and down arrow controls */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=file] {
  background: transparent;
  border: 0;
  width: auto;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.checkbox {
  width: auto;
  height: auto;
  border: 1px solid #7A7A7A;
  margin-right: 5px;
}

.text-left {
  text-align: left !important;
}

.grey-label {
  font-size: 14px;
  color: #333;
}

.cursor-pointer {
  cursor: pointer;
}

.white-text {
  color: #fff;
}

@media all and (max-width: 1199px) {
  .common-title {
    max-width: 600px;
    margin: auto;
  }
}
.common-title h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
}
@media all and (max-width: 1600px) {
  .common-title h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 1450px) {
  .common-title h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 979px) {
  .common-title h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .common-title h2 {
    font-size: 24px;
  }
}
.common-title h3 {
  font-weight: 600;
}
.common-title h4 {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .common-title {
    padding-top: 15px;
  }
}

.upload-item .custom-file-input-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #fff;
  color: #0066b3;
  border: 1px solid #0066b3;
  border-radius: 5px;
  cursor: pointer;
}
.upload-item #file-input {
  display: none;
}
.upload-item.grey-btn label {
  border: 1px solid #808080;
  color: #666666;
}

.note-item {
  color: #5F5F5F;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.progress {
  height: 5px;
  background: #fff;
}
.progress .progress-bar {
  background-color: #0066b3;
}

.blue-text {
  color: #0066b3;
}
.blue-text p {
  color: #0066b3;
}

@media all and (max-width: 767px) {
  .main-title {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
}
.main-title h1 {
  font-size: 48px;
  font-weight: 700;
  Line-height: 72px;
}
@media all and (max-width: 1600px) {
  .main-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1399px) {
  .main-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media all and (max-width: 991px) {
  .main-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  .main-title h1 {
    font-size: 26px;
    line-height: 38px;
  }
}

.mw-600 {
  max-width: 600px;
}
@media all and (max-width: 767px) {
  .mw-600 {
    max-width: 100%;
  }
}

.mw-700 {
  max-width: 700px;
}
@media all and (max-width: 767px) {
  .mw-700 {
    max-width: 100%;
  }
}

.mw-800 {
  max-width: 800px;
}
@media all and (max-width: 767px) {
  .mw-800 {
    max-width: 100%;
  }
}

.mw-900 {
  max-width: 900px;
}
@media all and (max-width: 767px) {
  .mw-900 {
    max-width: 100%;
  }
}

.mw-1000 {
  max-width: 1000px;
}
@media all and (max-width: 767px) {
  .mw-1000 {
    max-width: 100%;
  }
}

.mw-500 {
  max-width: 500px;
}
@media all and (max-width: 979px) {
  .mw-500 {
    max-width: 100%;
  }
}

.margin-auto {
  margin: auto;
}

.small-title {
  padding-bottom: 10px;
}
.small-title h4 {
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 1600px) {
  .small-title h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 1399px) {
  .small-title h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 979px) {
  .small-title h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.small-title h3 {
  font-weight: 600;
}

.grey-7575 {
  color: #757575;
}

.grey-4040 {
  color: #404040;
}

.grey-5a5a {
  color: #5a5a5a;
}

.b-r-12 {
  border-radius: 12px;
}

span.yellow-line:after {
  content: "";
  background-image: url("../img/icons/line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 20px;
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 979px) {
  span.yellow-line:after {
    width: 100px;
  }
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.grid-image-container .gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-auto-flow: dense;
  margin: 10px auto;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .grid-image-container .gallery {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.grid-image-container .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.grid-image-container .gallery__item .text-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: #e7ad31;
  padding: 15px;
  opacity: 0;
}
.grid-image-container .gallery__item > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.grid-image-container .gallery__item--hor {
  grid-column: span 2;
}
.grid-image-container .gallery__item--vert {
  grid-row: span 2;
}
.grid-image-container .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white p, .text-white a, .text-white label, .text-white span {
  color: #fff;
}

@media all and (max-width: 979px) {
  .hide-in-mobile {
    display: none;
  }
}

@media all and (max-width: 979px) {
  .flex-column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
}

/*--------------------------------------- for mobile nav --------------------------------------*/
.burger-nav {
  display: none;
}
.burger-nav span {
  display: block;
  width: 25px;
  height: 3px;
  background: #0066b3;
  margin-bottom: 5px;
}
.burger-nav span:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 979px) {
  .burger-nav {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media all and (max-width: 1199px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  padding: 40px;
  top: 0;
}
.mobile-nav ul {
  text-align: center;
}
.mobile-nav ul li {
  padding-bottom: 15px;
}
.mobile-nav ul li:last-of-type {
  padding-bottom: 0;
}
.mobile-nav ul li a {
  font-size: 14px;
}
.mobile-nav .menu-right-menu-container {
  padding-top: 15px;
}

body.open-nav {
  overflow: hidden;
}
body.open-nav .mobile-nav {
  display: block;
}
body.open-nav .burger-nav span:nth-of-type(1) {
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  transition: all 0.6s ease;
  z-index: 12;
}
body.open-nav .burger-nav span:nth-of-type(2) {
  display: none;
}
body.open-nav .burger-nav span:nth-of-type(3) {
  transform: rotate(134deg);
  position: absolute;
  right: 0;
  transition: all 0.6s ease;
  z-index: 12;
}
body.open-nav .header-item {
  z-index: 123;
  position: relative;
}
body.open-nav .header-item .site-logo .home-page-only {
  display: none !important;
}
body.open-nav .header-item .site-logo .for-all-page {
  display: block !important;
}
.show-burgerNav {
  position: relative;
  z-index: 123;
}

.mobile-view-only {
  display: none;
}
@media all and (max-width: 1199px) {
  .mobile-view-only {
    display: block;
  }
}

.title-item {
  padding-bottom: 80px;
}
@media all and (max-width: 1399px) {
  .title-item {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .title-item {
    padding-bottom: 30px;
  }
}

.blue-bg {
  background-color: #02365E;
}

@media all and (max-width: 767px) {
  .pt-20-mb {
    padding-top: 20px;
  }
}

.seperator-line {
  width: 100%;
  height: 1px;
  background-color: #A6A6A6;
}
.seperator-line.start {
  margin-right: 10px;
}
.seperator-line.end {
  margin-left: 10px;
}

@media all and (max-width: 979px) {
  .w-50 {
    width: 100% !important;
  }
  .w-50:first-of-type {
    padding-right: 0;
  }
}

.grey-666 {
  color: #666666;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.color-333 {
  color: #333333;
}

.disc-style li {
  list-style-type: disc;
}
.disc-style li:not(:last-of-type) {
  padding-bottom: 10px;
}

.light-blue-border {
  border: 1px solid #97CFFF;
}/*# sourceMappingURL=global.css.map */