@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import "../fonts/style.css";
* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  font-family: Calibri;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

.btn {
  border-radius: 8px;
  background: var(--Blue, #0067A6);
  color: var(--white, #FFF);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9.7px 20px;
  transition: all 0.4s;
}
.btn:hover {
  background: var(--Blue, #073b5c);
  color: #fff;
}

h2 {
  color: #2E2E2E;
  font-family: "EB Garamond";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
}

p {
  color: var(--Text, #858585);
  margin-bottom: 0;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 9;
  padding: 18px 0;
}
header .menu-area .container {
  padding: 0;
}
header .menu-area .totl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .totl_head .main_logo {
  max-width: 267px;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
}
header .menu-area .totl_head .main_links {
  width: inherit;
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
header .menu-area .totl_head .main_links ul li {
  padding: 0;
}
header .menu-area .totl_head .main_links ul li.current-menu-item a {
  color: #0067A6;
}
header .menu-area .totl_head .main_links ul li a {
  color: var(--Text-Gray, #2C2C2C);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 16px;
}
header .menu-area .totl_head .main_links ul li a::before {
  display: none;
}

.hero_bnnr {
  position: relative;
}
.hero_bnnr .video {
  position: relative;
  max-height: 668px;
  overflow: hidden;
}
.hero_bnnr .video video {
  max-height: 668px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero_bnnr .video::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero_bnnr .video::after {
  content: "";
  position: absolute;
  z-index: 8;
  width: 783px;
  height: 618px;
  background-size: contain;
  bottom: -10px;
  right: 0;
  background-image: url(../images//vectr1.svg);
  background-repeat: no-repeat;
}
.hero_bnnr .top_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 155px;
  justify-content: center;
}
.hero_bnnr .top_div h1 {
  color: var(--white, #FFF);
  font-family: Calibri;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 978px;
}
.hero_bnnr .top_div p {
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  max-width: 754px;
}
.hero_bnnr.inner_bnnr {
  position: relative;
}
.hero_bnnr.inner_bnnr .top_div {
  padding: 0;
  align-items: center;
}
.hero_bnnr.inner_bnnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero_bnnr.inner_bnnr .bg {
  width: 100%;
}
.hero_bnnr.inner_bnnr h2 {
  color: var(--white, #FFF);
  font-family: Calibri;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.brdcamp {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brdcamp li {
  color: var(--white, #FFF);
  font-family: Calibri;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.brdcamp li::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 5px;
  background-image: url(../images/brdcmp-arrw.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
  background-size: cover;
}
.brdcamp li:last-child::after {
  display: none;
}
.brdcamp li a {
  color: var(--Yellow, #FCCC00);
  font-family: Calibri;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.home_sec2 {
  padding: 100px 0;
}
.home_sec2 h2 {
  margin-bottom: 102px;
}
.home_sec2 p {
  margin-bottom: 20px;
}
.home_sec2 .num_counterfull {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.home_sec2 .num_counterfull .counter-container {
  padding: 20px 20px 34px;
  max-height: 200px;
  border-radius: 8px;
  border: 1px solid #DDD;
}
.home_sec2 .num_counterfull .counter-container .num {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.home_sec2 .num_counterfull .counter-container .num span {
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: Calibri;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.home_sec2 .num_counterfull .counter-container .counter {
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: Calibri;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home_sec2 .num_counterfull .counter-container p {
  font-size: 18px;
  margin-bottom: 0;
}

.home_sec3 .top h2 {
  text-align: center;
}
.home_sec3 .top p {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.home_sec3 .full_contain {
  position: relative;
}
.home_sec3 .point_dv {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.home_sec3 .point_dv.one {
  top: 0;
  max-width: 1262px;
}
.home_sec3 .point_dv.two {
  bottom: 0;
  left: 50%;
  max-width: 1062px;
  transform: translatex(-50%);
}
.home_sec3 .point_dv .sm_dv {
  max-width: 306px;
}
.home_sec3 .point_dv .sm_dv .icn {
  margin: 0 auto;
  margin-bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0067a6;
}
.home_sec3 .point_dv .sm_dv h5 {
  color: var(--Text-Black, var(--Black, #000));
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}
.home_sec3 .point_dv .sm_dv p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.home_sec3 .water_twenty_effct {
  /* Plugin CSS */
}
.home_sec3 .water_twenty_effct #beforeafter {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:before,
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:after,
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:before,
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:before,
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 2px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:before,
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label,
.home_sec3 .water_twenty_effct .twentytwenty-after-label,
.home_sec3 .water_twenty_effct .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label,
.home_sec3 .water_twenty_effct .twentytwenty-after-label,
.home_sec3 .water_twenty_effct .twentytwenty-overlay {
  transition-duration: 0.5s;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label,
.home_sec3 .water_twenty_effct .twentytwenty-after-label {
  transition-property: opacity;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label:before,
.home_sec3 .water_twenty_effct .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label:before,
.home_sec3 .water_twenty_effct .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-before-label:before,
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-before-label:before,
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.home_sec3 .water_twenty_effct .twentytwenty-left-arrow,
.home_sec3 .water_twenty_effct .twentytwenty-right-arrow,
.home_sec3 .water_twenty_effct .twentytwenty-up-arrow,
.home_sec3 .water_twenty_effct .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.home_sec3 .water_twenty_effct .twentytwenty-left-arrow,
.home_sec3 .water_twenty_effct .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -13px;
}
.home_sec3 .water_twenty_effct .twentytwenty-up-arrow,
.home_sec3 .water_twenty_effct .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.home_sec3 .water_twenty_effct .twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.home_sec3 .water_twenty_effct .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.home_sec3 .water_twenty_effct .twentytwenty-container.active .twentytwenty-overlay,
.home_sec3 .water_twenty_effct .twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.home_sec3 .water_twenty_effct .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.home_sec3 .water_twenty_effct .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.home_sec3 .water_twenty_effct .twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.home_sec3 .water_twenty_effct .twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.home_sec3 .water_twenty_effct .twentytwenty-container * {
  box-sizing: content-box;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label {
  opacity: 0;
}
.home_sec3 .water_twenty_effct .twentytwenty-before-label:before {
  content: "Before";
}
.home_sec3 .water_twenty_effct .twentytwenty-after-label {
  opacity: 0;
}
.home_sec3 .water_twenty_effct .twentytwenty-after-label:before {
  content: "After";
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.home_sec3 .water_twenty_effct .twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.home_sec3 .water_twenty_effct .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.home_sec3 .water_twenty_effct .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.home_sec3 .water_twenty_effct .twentytwenty-before {
  z-index: 20;
}
.home_sec3 .water_twenty_effct .twentytwenty-after {
  z-index: 10;
}
.home_sec3 .water_twenty_effct .twentytwenty-handle {
  height: 26px;
  width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: none;
  background: #0067A6;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 16%;
  margin-bottom: 22px;
  background-color: #b1abab;
}
.home_sec3 .water_twenty_effct .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 16%;
  margin-top: 22px;
  background-color: #b1abab;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  background-color: #b1abab;
}
.home_sec3 .water_twenty_effct .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.home_sec3 .water_twenty_effct .twentytwenty-left-arrow {
  background-image: url(../images/left-arrw-sm.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  margin-left: -15px;
  width: 7px;
  height: 16px;
}
.home_sec3 .water_twenty_effct .twentytwenty-right-arrow {
  background-image: url(../images/right-arrw-sm.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -1px;
  margin-left: 0;
  width: 7px;
  height: 16px;
}
.home_sec3 .water_twenty_effct .twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.home_sec3 .water_twenty_effct .twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.home_sec4 {
  padding: 100px 0;
}
.home_sec4 .side_txt {
  font-size: 17.9px;
  margin-bottom: 24px;
}
.home_sec4 .top h2 {
  text-align: center;
}
.home_sec4 .top p {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.home_sec4 .all_bars {
  display: flex;
  align-items: flex-end;
  gap: 11px;
}
.home_sec4 .all_bars h6 {
  color: #011544;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.home_sec4 .all_bars .bar {
  border-radius: 12px;
  margin-bottom: 12px;
}
.home_sec4 .all_bars .bar img {
  margin: 0 auto;
  display: table;
  margin-bottom: 10px;
}
.home_sec4 .all_bars .bar p {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 112px;
  margin: 0;
}
.home_sec4 .all_bars .bar_1 .bar {
  background: linear-gradient(180deg, #008AD2 0%, #0D8ED6 100%);
  box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.25) inset;
  padding: 26px 10px 20px;
  height: 146px;
}
.home_sec4 .all_bars .bar_2 .bar {
  background: linear-gradient(0deg, #087EEB 0%, #01388D 100%);
  box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.25) inset;
  height: 194px;
  padding: 34px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home_sec4 .all_bars .bar_3 .bar {
  background: linear-gradient(180deg, #001C5B 0%, #00246C 100%);
  box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.25) inset;
  height: 242px;
  padding: 34px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home_sec4 .all_bars .bar_4 .bar {
  width: 132px;
  background: linear-gradient(180deg, #011544 0%, #001952 100%);
  box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.25) inset;
  height: 290px;
  padding: 48px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home_sec5 {
  background-color: #0067A6;
  padding: 96px 0 90px;
}
.home_sec5 p,
.home_sec5 h2 {
  color: #fff;
}
.home_sec5 .row {
  row-gap: 61px;
}
.home_sec5 .card {
  background: transparent;
  border: none;
  border-radius: 0;
}
.home_sec5 .card:hover .txt {
  max-width: 361px;
}
.home_sec5 .card:hover .img img {
  scale: 1.09;
}
.home_sec5 .card .img {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.home_sec5 .card .img img {
  transition: all 0.4s;
  width: 100%;
}
.home_sec5 .card .txt {
  border-radius: 4px;
  background: var(--white, #FFF);
  padding: 16px;
  max-width: 306px;
  margin-top: -30px;
  position: relative;
  transition: all 0.4s;
}
.home_sec5 .card .txt h4 {
  margin-bottom: 16px;
}
.home_sec5 .card .txt h4 a {
  color: var(--Text-Black, var(--Black, #000));
  font-family: "EB Garamond";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: block;
}
.home_sec5 .card .txt a {
  color: var(--Text-Gray, #2C2C2C);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home_sec6 {
  padding: 100px 0;
}
.home_sec6 .side_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home_sec6 .form_dv h2 {
  color: #000;
}
.home_sec6 .form_dv form {
  margin-top: 30px;
}
.home_sec6 .form_dv form .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home_sec6 .form_dv form .inputs .input {
  width: 47.6%;
}
.home_sec6 .form_dv form .inputs .input input:not([type=submit]),
.home_sec6 .form_dv form .inputs .input textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Text, #858585);
  padding: 12px;
  color: #000;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.home_sec6 .form_dv form .inputs .input input:not([type=submit])::-moz-placeholder, .home_sec6 .form_dv form .inputs .input textarea::-moz-placeholder {
  color: var(--Text, #858585);
}
.home_sec6 .form_dv form .inputs .input input:not([type=submit])::placeholder,
.home_sec6 .form_dv form .inputs .input textarea::placeholder {
  color: var(--Text, #858585);
}
.home_sec6 .form_dv form .inputs .input textarea {
  min-height: 180px;
  resize: none;
}
.home_sec6 .form_dv form .inputs .input input[type=submit] {
  max-width: 92px;
}

footer {
  background: #000;
  padding: 60px 0 20px;
}
footer .row:first-child {
  padding-bottom: 60px;
  border-bottom: 1px solid #858585;
}
footer .txt {
  text-align: center;
  max-width: 350px;
}
footer .logo_footer {
  max-width: 306px;
  margin-bottom: 33px;
}
footer p {
  color: #E6E6E6;
  font-size: 16px;
  line-height: 24px;
}
footer h4 {
  color: #E6E6E6;
  font-family: Calibri;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
footer .links li {
  margin-bottom: 16px;
}
footer .links li:last-child {
  margin-bottom: 0;
}
footer .links li a {
  color: #E6E6E6;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .form_dv p {
  font-size: 14px;
  line-height: 20px;
}
footer .form_dv form {
  position: relative;
  margin-bottom: 20px;
}
footer .form_dv form input:not([type=submit]) {
  border: none;
  width: 100%;
  padding: 18.1px 68px 18px 16px;
  color: var(--Text-Gray, #2C2C2C);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
}
footer .form_dv form input:not([type=submit])::-moz-placeholder {
  color: #000;
}
footer .form_dv form input:not([type=submit])::placeholder {
  color: #000;
}
footer .form_dv form input[type=submit] {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: var(--Blue, #0067A6);
  background-image: url(../images/submit-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  text-indent: -20000px;
}
footer .form_dv form .wpcf7-response-output {
  margin-top: 0;
}
footer .form_dv form .wpcf7-spinner {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
}
footer .form_dv form span.wpcf7-not-valid-tip {
  margin: 1rem 0.5rem;
}
footer .form_dv form .wpcf7-response-output,
footer .form_dv form .wpcf7-response-output,
footer .form_dv form .wpcf7-response-output {
  border: 1px solid #fff !important;
  color: #fff;
}
footer .btm_txt {
  padding-top: 16px;
  text-align: center;
}

.sl_sec2 {
  padding: 100px 0;
}
.sl_sec2 .side_img {
  max-width: 560px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sl_sec2 p {
  margin-bottom: 20px;
}
.sl_sec2 h4 {
  margin-bottom: 20px;
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.sl_sec2 .points li {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.sl_sec2 .points li:last-child {
  margin-bottom: 0;
}
.sl_sec2 .points li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: 3px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
}
.sl_sec2 .points li.last .italic {
  display: contents;
  margin: 0;
}
.sl_sec2 .points li .italic {
  display: block;
  color: var(--Text-Black, var(--Black, #000));
  font-family: "EB Garamond";
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  margin: 8px 0;
}
.sl_sec2 .points li ol.sm_list {
  margin-bottom: 5px;
}
.sl_sec2 .points li ol.sm_list li {
  margin-bottom: 5px;
  padding-left: 0;
}
.sl_sec2 .points li ol.sm_list li::before {
  display: none;
}
.sl_sec2 .points li ol li {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sl_sec2 .points li ol.sm_list2 {
  padding-left: 7px;
}
.sl_sec2 .points li ol.sm_list2 li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
}
.sl_sec2 .points li ol.sm_list2 li:last-child {
  margin-bottom: 0;
}
.sl_sec2 .points li ol.sm_list2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FCCC00;
}

.sl_sec3 p {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 48px;
}
.sl_sec3 .full_tabs .tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 48px;
}
.sl_sec3 .full_tabs .tabs li {
  width: 33%;
  padding: 10px;
  cursor: pointer;
  color: var(--Text-Gray, #2C2C2C);
  text-align: center;
  font-family: Calibri;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sl_sec3 .full_tabs .tabs li.current {
  border-bottom: 4px solid var(--Blue, #0067A6);
}
.sl_sec3 .full_tabs .tab-content {
  display: none;
  background: #fff;
}
.sl_sec3 .full_tabs .tab-content h2 {
  margin-bottom: 25px;
}
.sl_sec3 .full_tabs .tab-content .list {
  margin-bottom: 30px;
}
.sl_sec3 .full_tabs .tab-content .list li {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 18px;
  position: relative;
  padding-left: 29px;
}
.sl_sec3 .full_tabs .tab-content .list li:last-child {
  margin-bottom: 0;
}
.sl_sec3 .full_tabs .tab-content .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url(../images/tike-yllo.svg);
  background-repeat: no-repeat;
}
.sl_sec3 .full_tabs .tab-content table {
  width: 100%;
  border: 1px solid #2C2C2C;
}
.sl_sec3 .full_tabs .tab-content table td {
  padding: 15.5px 30px;
  border-bottom: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  width: 418px;
}
.sl_sec3 .full_tabs .tab-content table td:last-child {
  border-right: none;
}
.sl_sec3 .full_tabs .tab-content table td.left {
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: "EB Garamond";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
}
.sl_sec3 .full_tabs .tab-content table td.right {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(9, 131, 205, 0.06);
}
.sl_sec3 .full_tabs .tab-content.current {
  display: inherit;
}

.sl_sec4 {
  padding: 100px 0;
}
.sl_sec4 h2 {
  font-size: 47px;
}
.sl_sec4 p {
  margin-bottom: 60px;
  font-size: 16px;
}
.sl_sec4 .prcs {
  display: flex;
  gap: 130px;
  align-items: center;
}
.sl_sec4 .prcs .prcs_dv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: rgba(0, 103, 166, 0.1);
  position: relative;
}
.sl_sec4 .prcs .prcs_dv::after {
  content: "";
  position: absolute;
  right: -102px;
  width: 74px;
  height: 26px;
  background-size: contain;
  background-image: url(../images/big-arrw.svg);
  background-repeat: no-repeat;
}
.sl_sec4 .prcs .prcs_dv:last-child::after {
  display: none;
}
.sl_sec4 .prcs .prcs_dv .sm_sv {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  border: 2px solid #0067A6;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.sl_sec4 .prcs .prcs_dv .sm_sv h5 {
  text-align: center;
  color: var(--Blue, #0067A6);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.sl_sec4 .post_lists li {
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
.sl_sec4 .post_lists li:last-child {
  margin-bottom: 0;
}
.sl_sec4 .post_lists li.active {
  background: var(--Blue, #0067A6);
}
.sl_sec4 .post_lists li.active .show_txt {
  display: none;
}
.sl_sec4 .post_lists li.active .hide_txt {
  display: flex;
}
.sl_sec4 .post_lists li .show_txt {
  border-bottom: 1px solid var(--Blue, #0067A6);
  padding-bottom: 30px;
}
.sl_sec4 .post_lists li .show_txt a.btn {
  margin: 25px 0 0;
}
.sl_sec4 .post_lists li .hide_txt {
  display: none;
  padding-bottom: 30px;
  transition: all 0.5s ease-out;
}
.sl_sec4 .post_lists li .hide_txt .btn {
  background-color: #fff;
  color: #0067A6;
}
.sl_sec4 .post_lists li .hide_txt img {
  width: 100%;
}
.sl_sec4 .post_lists li .hide_txt .txt h3 {
  color: var(--white, #FFF);
  font-family: Garamond;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.sl_sec4 .post_lists li .hide_txt .txt p {
  color: #fff;
  margin-bottom: 24px;
}
.sl_sec4 .post_lists li .prcs_dtls {
  position: absolute;
  width: 100%;
  background: var(--Blue, #0067A6);
  padding: 30px 143px;
  left: 0;
  bottom: 0;
}
.sl_sec4 .post_lists li h4 {
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: Garamond;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.sl_sec4 .post_lists li p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
  max-width: 867px;
}

.sl_sec5 {
  background: var(--Blue, #0067A6);
  padding: 60px 0;
}
.sl_sec5 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sl_sec5 h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.sl_sec5 ul li {
  position: relative;
  padding-left: 30px;
}
.sl_sec5 ul li strong {
  display: block;
  margin-bottom: 10px;
}
.sl_sec5 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7434%) hue-rotate(37deg) brightness(93%) contrast(89%);
}
.sl_sec5 ol li {
  padding-left: 14px;
  margin-bottom: 6px;
}
.sl_sec5 ol li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.sl_sec5 ul li,
.sl_sec5 ol li {
  margin-bottom: 12px;
  color: var(--White, #FFF);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.sl_sec5 ul li:last-child,
.sl_sec5 ol li:last-child {
  margin-bottom: 0;
}
.sl_sec5 ul li span,
.sl_sec5 ol li span {
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

.sl_sec6 {
  padding: 100px 0;
}
.sl_sec6 h2 {
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
}
.sl_sec6 .accordian {
  margin-bottom: 24px;
}
.sl_sec6 .accordian li {
  border-bottom: 1px solid var(--Blue, #0067A6);
  margin-bottom: 24px;
  padding: 8px 0;
}
.sl_sec6 .accordian li:last-child {
  margin-bottom: 0;
}
.sl_sec6 .accordian li h5 {
  color: var(--Blue, #0067A6);
  font-family: Calibri;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.sl_sec6 .accordian li h5::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  background-image: url("../images/plus.svg");
}
.sl_sec6 .accordian li .content {
  margin-top: 20px;
  display: none;
}
.sl_sec6 .accordian li .content p {
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sl_sec6 .accordian li .content ul {
  margin-bottom: 10px;
}
.sl_sec6 .accordian li .content ul li {
  position: relative;
  border: none;
  padding-left: 16px;
}
.sl_sec6 .accordian li .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #FCCC00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.sl_sec6 .accordian li.active h5::after {
  background-image: url("../images/minus.svg");
}
.sl_sec6 .imgs {
  display: flex;
  max-width: 560px;
  flex-wrap: wrap;
  padding-top: 84px;
  gap: 30px;
  align-items: center;
  margin-left: auto;
}
.sl_sec6 .imgs .img {
  width: 47.2%;
  height: 217px;
}
.sl_sec6 .imgs .img.full {
  width: 100%;
  height: auto;
}
.sl_sec6 .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.inds_sec2 {
  padding: 100px 0;
}
.inds_sec2 h2 {
  margin-bottom: 40px;
}
.inds_sec2 .points {
  max-width: 479px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inds_sec2 .points li {
  width: 47%;
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  padding-left: 29px;
  margin-bottom: 16px;
}
.inds_sec2 .points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.inds_sec2.inds_sec3 {
  padding: 0 0 100px;
}

.prjct_sec2 {
  padding: 100px 0;
}
.prjct_sec2 h2 {
  margin-bottom: 48px;
}
.prjct_sec2 img {
  margin-bottom: 20px;
}
.prjct_sec2 p {
  color: #fff;
  margin-bottom: 20px;
}
.prjct_sec2 p.btm_txt {
  font-size: 16px;
  margin-bottom: 0;
}
.prjct_sec2 h5 {
  color: var(--white, #FFF);
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 21px;
}
.prjct_sec2 .points {
  max-width: 325px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prjct_sec2 .points li {
  width: 47%;
  color: #fff;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  padding-left: 29px;
  margin-bottom: 16px;
}
.prjct_sec2 .points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/tike-yllo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.prjct_sec2 .owl-carousel {
  border-radius: 8px;
  background: var(--Blue, #0067A6);
  padding: 30px;
}
.prjct_sec2 .owl-carousel .owl-prev,
.prjct_sec2 .owl-carousel .owl-next {
  width: 64px;
  height: 64px;
  border-radius: 50% !important;
  background-color: #fff !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin: 0 !important;
}
.prjct_sec2 .owl-carousel .owl-prev img,
.prjct_sec2 .owl-carousel .owl-next img {
  margin: 0;
}
.prjct_sec2 .owl-carousel .owl-next {
  right: 30px;
}
.prjct_sec2 .owl-carousel .owl-prev {
  left: 30px;
}
.prjct_sec2 .owl-carousel .owl-prev img {
  rotate: 180deg;
}
.prjct_sec2 .owl-carousel .owl-dots {
  display: none;
}

.prjct_sec3 {
  padding-bottom: 100px;
}
.prjct_sec3 h2 {
  margin-bottom: 48px;
}
.prjct_sec3 .pr-card .img {
  width: 100%;
  margin-bottom: 20px;
}
.prjct_sec3 .pr-card .img img {
  width: 100%;
  border-radius: 8px;
}
.prjct_sec3 .pr-card .txt p {
  margin-bottom: 20px;
  min-height: 36px;
  font-size: 15px;
  line-height: 100%;
}
.prjct_sec3 .pr-card .txt p.extra_data b {
  margin-bottom: 9px;
  display: block;
  color: #0067a6;
  font-size: 16px;
  margin-top: 15px;
}
.prjct_sec3 .pr-card .txt h5 {
  color: var(--Blue, var(--Blue, #0067A6));
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 18px;
}
.prjct_sec3 .pr-card .txt .points {
  max-width: 321px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prjct_sec3 .pr-card .txt .points li {
  width: 46%;
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  padding-left: 29px;
  margin-bottom: 16px;
}
.prjct_sec3 .pr-card .txt .points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.prjct_sec3 .owl-carousel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.prjct_sec3 .owl-carousel .owl-prev,
.prjct_sec3 .owl-carousel .owl-next {
  width: 64px;
  height: 64px;
  border-radius: 50% !important;
  background-color: #0067A6 !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 29%;
  transform: translatey(-50%);
}
.prjct_sec3 .owl-carousel .owl-prev img,
.prjct_sec3 .owl-carousel .owl-next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(110%) contrast(104%);
}
.prjct_sec3 .owl-carousel .owl-next {
  right: 0;
}
.prjct_sec3 .owl-carousel .owl-prev {
  left: 0;
}
.prjct_sec3 .owl-carousel .owl-prev img {
  rotate: 180deg;
}
.prjct_sec3 .owl-carousel .owl-dots {
  display: none;
}

.cu_sec3 {
  background: var(--Blue, #0067A6);
}
.cu_sec3 .side_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cu_sec3 h2 {
  color: #Fff;
  margin-bottom: 24px;
}
.cu_sec3 p {
  color: #fff;
}
.cu_sec3.sl_sec6 {
  padding: 80px 0;
}
.cu_sec3.sl_sec6 .accordian {
  padding-top: 30px;
  margin-bottom: 0;
}
.cu_sec3.sl_sec6 .accordian li {
  border-bottom: 1px solid #fff;
}
.cu_sec3.sl_sec6 .accordian li h5 {
  color: #fff;
}
.cu_sec3.sl_sec6 .accordian li p {
  color: #fff;
}
.cu_sec3.sl_sec6 .accordian li h5::after {
  filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(2%) hue-rotate(53deg) brightness(104%) contrast(101%);
}

.ind_sec2 .accordian {
  margin-bottom: 0;
  padding-bottom: 137px;
}
.ind_sec2 .accordian li ul li {
  color: #858585;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
  padding: 0;
  border: none;
}
.ind_sec2 .accordian li ul li:last-child {
  margin-bottom: 0;
}
.ind_sec2 .accordian li ol {
  margin-top: 8px;
}
.ind_sec2 .accordian li ol li {
  position: relative;
  color: var(--Text, #858585);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 12px;
  margin-left: 8px;
}
.ind_sec2 .accordian li ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #FCCC00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ind_sec2 .accordian li .content p:empty {
  display: none;
}
.ind_sec2 .imgs .img {
  height: 310px;
}

.error404 .page-header {
  padding: 0;
  padding-top: 30px;
}
.error404 .page-header h1 {
  text-align: center;
  color: #2E2E2E;
  font-family: "EB Garamond";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
}
.error404 .page-content {
  padding-bottom: 60px;
  text-align: center;
  color: var(--Text, #858585);
  margin-bottom: 0;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}/*# sourceMappingURL=style.css.map */