/**
 * Stylesheet:  style.css
 * Theme:       Ekobyte - IT Service & Technology HTML5 Template
 * Version:     1.0
 * Author:     	ThemeEarth
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
4.Nav Menu CSS
3.Slider Section
5.Info Card
6.Icon Card
7. About Image Card
8. About Info Card
09. Counter Card
10. Process Step Card
11. Testimonial Card
12. Accordion Card
13. Post Card
14. Skill Progress Card
15. Call To Action Card
16. Title Card
17. Breadcrumb
18. Paginations
19. Project Details Page
20. sidebar
21. Comment List
22. Comment Form
23. Team member
24. Portfolio25. About Page
25. About Page
26. Contact Page
27. Service Page
28. Team Page
29. Blog Page
Footer

===========================*/
/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none; }

html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #335371;
  vertical-align: baseline;
  line-height: 1.7;
  font-smoothing: antialiased; }

p {
  margin: 0 0 15px; }

img {
  max-width: 100%;
  height: auto; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  color: #14203A;
  font-style: normal;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500; }

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500; }

h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500; }

h4 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500; }

h5 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500; }

h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500; }

label {
  color: #335371;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400; }

button {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a,
.button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

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

a:focus {
  color: #317EFE;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

a,
button {
  color: #317EFE;
  outline: medium none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  a:hover,
  button:hover {
    color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0; }

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

::-moz-selection {
  background: #317EFE;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #317EFE;
  text-shadow: none;
  color: #fff; }

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

.red-100_263264e01ecf1f30 {
  background-color: #FFF3F3; }

.skye-100_dd910dd751961317 {
  background-color: #E8FBFF; }

.orange-100_c5a79aa465538f92 {
  background-color: #F9F8DA; }

.background-black_75310ac58acb0794 {
  background-color: #393d48; }

.bg-light-black_f1cd5da434e93d6c {
  background-color: #31373f; }

.background-blue_b596eb6366ee0c28 {
  background-color: #317EFE; }

.bg-dark-blue_8deb00a5a7cec6c1 {
  background-color: #0e3151; }

.background-light-blue_c17365672bdf1f16 {
  background-color: #317EFE; }

.background-skye_e7dfd8a60bcb1cc1 {
  background-color: #317EFE; }

.background-gray_e8dfb5fc4828881e {
  background-color: #eef5f8; }

.background-light-gray_b6877708d52c646d {
  background-color: #f3f7fc; }

.background-gradient_e06d00b1e9354fc7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
  background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }

.page-bg_7403b83bf0a6de47 {
  background-color: #14203A; }

.page-area_6f2196f79dcd0ab2 {
  padding-top: 90px;
  padding-bottom: 80px; }

.blog-area {
  padding-top: 96px;
  padding-bottom: 72px; }

@media (max-width: 991px) {
  .page-area_6f2196f79dcd0ab2,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px; } }
@media (max-width: 767px) {
  .page-area_6f2196f79dcd0ab2,
  .blog-area {
    padding-top: 70px;
    padding-bottom: 22px; } }
.page-area_6f2196f79dcd0ab2 .page-links_bdf6ee0247bebc84,
.blog-area .page-links_bdf6ee0247bebc84 {
  margin-bottom: 20px; }

.border-radius-12_dcd25cca0b89dd24 {
  border-radius: 12px; }

.text-white-100_a7dd6d647b0a07e7 {
  color: #c7cdda; }

code {
  color: #E7F914; }

.te-theme-btn_de1c45a59eb9e515,
.wp-block-loginout_487dce8d7cc3dc93 a,
input.te-theme-btn_de1c45a59eb9e515 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #317EFE;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden; }
  .te-theme-btn_de1c45a59eb9e515:hover,
  .wp-block-loginout_487dce8d7cc3dc93 a:hover,
  input.te-theme-btn_de1c45a59eb9e515:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_de1c45a59eb9e515:focus,
  .wp-block-loginout_487dce8d7cc3dc93 a:focus,
  input.te-theme-btn_de1c45a59eb9e515:focus {
    color: #ffffff; }
  .te-theme-btn_de1c45a59eb9e515.yellow-btn_1ad2eb9282b5df32,
  .wp-block-loginout_487dce8d7cc3dc93 a.yellow-btn_1ad2eb9282b5df32,
  input.te-theme-btn_de1c45a59eb9e515.yellow-btn_1ad2eb9282b5df32 {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_de1c45a59eb9e515.simple-btn_b4b183dc9b700f9c,
  .wp-block-loginout_487dce8d7cc3dc93 a.simple-btn_b4b183dc9b700f9c,
  input.te-theme-btn_de1c45a59eb9e515.simple-btn_b4b183dc9b700f9c {
    padding-left: 36px;
    padding-right: 36px; }

.wp-block-loginout_487dce8d7cc3dc93 a {
  position: relative; }

.contact-form-btn_d18af15bed5a018f {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px; }
  .contact-form-btn_d18af15bed5a018f .icon_77ea3aa577a1e558 {
    float: right; }

input.te-theme-btn_de1c45a59eb9e515 {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important; }

.te-slider-btn-wrapper_7d5d0370f30aea3e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  top: -30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-slider-btn-wrapper_7d5d0370f30aea3e {
      top: unset; } }
  .te-slider-btn-wrapper_7d5d0370f30aea3e .te-slider-nav_5610aad6d83e1873 {
    width: 67px;
    height: 67px;
    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;
    border-radius: 50px;
    color: #317EFE;
    font-size: 17px;
    background-color: #0e2bc51a;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-slider-btn-wrapper_7d5d0370f30aea3e .te-slider-nav_5610aad6d83e1873:hover {
      background-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.circle-rotate-wrapper_b96d09b5ec67d8ec {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .circle-rotate-wrapper_b96d09b5ec67d8ec .circle-rotate-inner_d44dab899a2913c1 {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.circle-rotate-text {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite;
  position: absolute !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0; }
  .circle-rotate-text span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #131A2A; }

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5_f2a7bd6d91f75500 {
  margin-top: 5px; }

.mt-10_5144324c355f52f0 {
  margin-top: 10px; }

.mt-15_b33a7b6d7ea89600 {
  margin-top: 15px; }

.mt-20_7561a447290bfd87 {
  margin-top: 20px; }

.mt-25_7087ccacd8dd38f6 {
  margin-top: 25px; }

.mt-30_2997af66d9088191 {
  margin-top: 30px; }

.mt-35_205fb395f9a07fb8 {
  margin-top: 35px; }

.mt-40_524f5ef927853ad2 {
  margin-top: 40px; }

.mt-45_d29aca1ebd640443 {
  margin-top: 45px; }

.mt-50_90e65d7a1302437f {
  margin-top: 50px; }

.mt-55_d84393e749e383fe {
  margin-top: 55px; }

.mt-60_0fd271c7d2da22a6 {
  margin-top: 60px; }

.mt-65_44620bb33f19574b {
  margin-top: 65px; }

.mt-70_2462706c2a19b923 {
  margin-top: 70px; }

.mt-75_315acb02386401c7 {
  margin-top: 75px; }

.mt-80_1c36ca0761bf23c3 {
  margin-top: 80px; }

.mt-85_d0f67117d3b34dbb {
  margin-top: 85px; }

.mt-90_680610babc271c75 {
  margin-top: 90px; }

.mt-95_8d3b804a10f8048c {
  margin-top: 95px; }

.mt-100_a050753fb0dcb802 {
  margin-top: 100px; }

.mt-105_8ff76c70b76e5cbd {
  margin-top: 105px; }

.mt-110_6eba17d2a95d41f7 {
  margin-top: 110px; }

.mt-115_61fba4eca86fd7bd {
  margin-top: 115px; }

.mt-120_d74d2b35436239fb {
  margin-top: 120px; }

.mt-125_b0d5b10a09d7fbc7 {
  margin-top: 125px; }

.mt-130_09af2d9662b088de {
  margin-top: 130px; }

.mt-135_e50c2b342795dc6d {
  margin-top: 135px; }

.mt-140_7d19eb5eb895db69 {
  margin-top: 140px; }

.mt-145_774571cff28a62aa {
  margin-top: 145px; }

.mt-150_79496eb2a00e9214 {
  margin-top: 150px; }

.mt-155_33e7090cb041c134 {
  margin-top: 155px; }

.mt-160_3915aff046bad86e {
  margin-top: 160px; }

.mt-165_47612fac7c9e6a3c {
  margin-top: 165px; }

.mt-170_bb65e988ebd68bb9 {
  margin-top: 170px; }

.mt-175_7cdde9fadbcc6642 {
  margin-top: 175px; }

.mt-180_de91f631a4d21923 {
  margin-top: 180px; }

.mt-185_3783014f87fc4d85 {
  margin-top: 185px; }

.mt-190_50cc57f5442c8449 {
  margin-top: 190px; }

.mt-195_69f681632e64786d {
  margin-top: 195px; }

.mt-200_795cd7cde07c54d0 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5_810086c6651209e3 {
  margin-bottom: 5px; }

.mb-10_c0caff79f7539eff {
  margin-bottom: 10px; }

.mb-15_42a8f2385c2b530d {
  margin-bottom: 15px; }

.mb-20_5fb676572bc3aff9 {
  margin-bottom: 20px; }

.mb-25_a13e95502e3e8627 {
  margin-bottom: 25px; }

.mb-30_36d9d4b9aa7faf08 {
  margin-bottom: 30px; }

.mb-35_0f1774d0d16843fe {
  margin-bottom: 35px; }

.mb-40_81659a8674e7e7cb {
  margin-bottom: 40px; }

.mb-45_c289de5409ef3d28 {
  margin-bottom: 45px; }

.mb-50_23a148d43caa2fbf {
  margin-bottom: 50px; }

.mb-55_c88a137248a5e1f2 {
  margin-bottom: 55px; }

.mb-60_ec2bf37ff457e890 {
  margin-bottom: 60px; }

.mb-65_a7e5f77e7d1fcade {
  margin-bottom: 65px; }

.mb-70_1e51ab3dceded1d2 {
  margin-bottom: 70px; }

.mb-75_63ab06615dce7fc2 {
  margin-bottom: 75px; }

.mb-80_a7d2692c4677ccd0 {
  margin-bottom: 80px; }

.mb-85_ebe72766d80347dc {
  margin-bottom: 85px; }

.mb-90_9e9f7006ab18bd5c {
  margin-bottom: 90px; }

.mb-95_8fa5cfb833e1f654 {
  margin-bottom: 95px; }

.mb-100_391549d5e5e4946d {
  margin-bottom: 100px; }

.mb-105_d6ab1fbee0eeeab3 {
  margin-bottom: 105px; }

.mb-110_4050da9e507431fc {
  margin-bottom: 110px; }

.mb-115_adb2d85399bee9a2 {
  margin-bottom: 115px; }

.mb-120_425f5df61343a270 {
  margin-bottom: 120px; }

.mb-125_dfb6496106040dc0 {
  margin-bottom: 125px; }

.mb-130_850028aa20bb4169 {
  margin-bottom: 130px; }

.mb-135_2030857ce93f4b85 {
  margin-bottom: 135px; }

.mb-140_901991494c650041 {
  margin-bottom: 140px; }

.mb-145_52df5d87a98eaa8c {
  margin-bottom: 145px; }

.mb-150_419c1576710440df {
  margin-bottom: 150px; }

.mb-155_9be55f9b5fd2db9a {
  margin-bottom: 155px; }

.mb-160_0d7088f79fd08dcd {
  margin-bottom: 160px; }

.mb-165_6d53eb3c70a7ed65 {
  margin-bottom: 165px; }

.mb-170_713fa08e622545f5 {
  margin-bottom: 170px; }

.mb-175_8eb5e16260692cd6 {
  margin-bottom: 175px; }

.mb-180_54a99ffbd3b66525 {
  margin-bottom: 180px; }

.mb-185_55645b125716910b {
  margin-bottom: 185px; }

.mb-190_dbb0c596f43ea4ec {
  margin-bottom: 190px; }

.mb-195_9dc368b9c66a6c84 {
  margin-bottom: 195px; }

.mb-200_d7cc89026b3df1ff {
  margin-bottom: 200px; }

.mb-205_eda22f7f2a562ebb {
  margin-bottom: 205px; }

.mb-210_2331daeab2111876 {
  margin-bottom: 210px; }

.mb-215_e6a55206e4f10f7b {
  margin-bottom: 215px; }

.mb-220_298320b3582321c2 {
  margin-bottom: 220px; }

.mb-245_45496836bc58ca9b {
  margin-bottom: 245px; }

.mb-250_1cd8f6091d021785 {
  margin-bottom: 250px; }

/*-- Padding Top --*/
.pt-5_703c7cda872fd215 {
  padding-top: 5px; }

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

.pt-15_9a3b0c816de61bc3 {
  padding-top: 15px; }

.pt-20_61ded39f999d1bb7 {
  padding-top: 20px; }

.pt-21_5187f9bae1d6305e {
  padding-top: 21px; }

.pt-22_8844823fce85326d {
  padding-top: 22px; }

.pt-23_cc4e17fca55749d0 {
  padding-top: 23px; }

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

.pt-25_292c4f37bab34aac {
  padding-top: 25px; }

.pt-30_80695875469386e4 {
  padding-top: 30px; }

.pt-35_5fa8d54fadb5636e {
  padding-top: 35px; }

.pt-40_8b25f116d018b7ee {
  padding-top: 40px; }

.pt-45_636732f7d713a7db {
  padding-top: 45px; }

.pt-50_220de80286202c38 {
  padding-top: 50px; }

.pt-55_635aca4fa345be30 {
  padding-top: 55px; }

.pt-60_b4a204dc92b2adff {
  padding-top: 60px; }

.pt-65_3486a608ad621afe {
  padding-top: 65px; }

.pt-70_9a4cac1d7db4ca38 {
  padding-top: 70px; }

.pt-75_b4e784aded7f6f92 {
  padding-top: 75px; }

.pt-80_3a152044a1f0dcaf {
  padding-top: 80px; }

.pt-85_28e6aaac7147b30f {
  padding-top: 85px; }

.pt-86_5fc92e26d85d7a83 {
  padding-top: 85px; }

.pt-87_c9b7292b4c555e96 {
  padding-top: 85px; }

.pt-88_25bc4b0705883191 {
  padding-top: 85px; }

.pt-89_7cd2ee3d8be5c7ab {
  padding-top: 85px; }

.pt-90_96e506c83e139420 {
  padding-top: 90px; }

.pt-95_696ef1a11bf32564 {
  padding-top: 95px; }

.pt-100_7b23d9afbe76a356 {
  padding-top: 100px; }

.pt-105_c7583300d9b8448c {
  padding-top: 105px; }

.pt-110_1804883bf8fa271c {
  padding-top: 110px; }

.pt-115_84fd74d745f5a37b {
  padding-top: 115px; }

.pt-120_353d0a2355c169d1 {
  padding-top: 120px; }

.pt-125_c922b349985ce6a6 {
  padding-top: 125px; }

.pt-130_aa4755d2f958fbf5 {
  padding-top: 130px; }

.pt-135_c844ec3f1273ff08 {
  padding-top: 135px; }

.pt-140_8a42d733971cc810 {
  padding-top: 140px; }

.pt-145_c624750437d4913a {
  padding-top: 145px; }

.pt-150_01811bdea4583c19 {
  padding-top: 150px; }

.pt-155_1329263d4374bd81 {
  padding-top: 155px; }

.pt-160_0d99fa005ad6e8be {
  padding-top: 160px; }

.pt-165_03c2efa78e6a6638 {
  padding-top: 165px; }

.pt-170_09bf7d38f8983f26 {
  padding-top: 170px; }

.pt-175_ddff56e12f0ead92 {
  padding-top: 175px; }

.pt-180_b7a9d6139ee695e8 {
  padding-top: 180px; }

.pt-185_bffec7f0da0fbee7 {
  padding-top: 185px; }

.pt-190_58c0b14df756c106 {
  padding-top: 190px; }

.pt-195_a411c545a9f7794b {
  padding-top: 195px; }

.pt-200_73cfb4a2c9b4da29 {
  padding-top: 200px; }

.pt-250_620221bb44e6c695 {
  padding-top: 250px; }

/*-- Padding Bottom --*/
.pb-5_8d14ce7a2617bcc8 {
  padding-bottom: 5px; }

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

.pb-15_4d3a6eddfb3514cc {
  padding-bottom: 15px; }

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

.pb-21_d81cb062f42f2076 {
  padding-bottom: 21px; }

.pb-22_8e47018ed9a9f9f5 {
  padding-bottom: 22px; }

.pb-23_0bf9bdbe2d10f451 {
  padding-bottom: 23px; }

.pb-24_9143b1e1b4019e17 {
  padding-bottom: 24px; }

.pb-25_bcc69a47364f15f3 {
  padding-bottom: 25px; }

.pb-30_3d2c5132781b559d {
  padding-bottom: 30px; }

.pb-35_b266acb75b440e20 {
  padding-bottom: 35px; }

.pb-40_813c9d77d7999ce0 {
  padding-bottom: 40px; }

.pb-45_4a5c1a4d4e552601 {
  padding-bottom: 45px; }

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

.pb-55_47d918243ce49e92 {
  padding-bottom: 55px; }

.pb-60_1847064a6d331f9c {
  padding-bottom: 60px; }

.pb-65_c7df37c0bb469d99 {
  padding-bottom: 65px; }

.pb-70_6c2c67afc9bd957d {
  padding-bottom: 70px; }

.pb-75_b0312921bd500ed5 {
  padding-bottom: 75px; }

.pb-80_43b4ba99979166e4 {
  padding-bottom: 80px; }

.pb-85_805ef214188e06ed {
  padding-bottom: 85px; }

.pb-90_410dee05367ac6f1 {
  padding-bottom: 90px; }

.pb-95_581bbf2e4ff493b8 {
  padding-bottom: 95px; }

.pb-100_4af64bed9b64fa10 {
  padding-bottom: 100px; }

.pb-105_7492abac7ee039f1 {
  padding-bottom: 105px; }

.pb-110_222ac226da73b405 {
  padding-bottom: 110px; }

.pb-115_079b6881615cbf47 {
  padding-bottom: 115px; }

.pb-120_aec4dd7416e8d85a {
  padding-bottom: 120px; }

.pb-125_90fcfba5bbb0c179 {
  padding-bottom: 125px; }

.pb-130_c9c5c9ed72a98923 {
  padding-bottom: 130px; }

.pb-135_d3c5984c939bca20 {
  padding-bottom: 135px; }

.pb-140_d89897ab5d684488 {
  padding-bottom: 140px; }

.pb-145_11107bf3e16be884 {
  padding-bottom: 145px; }

.pb-150_0cd036cc8c88f24b {
  padding-bottom: 150px; }

.pb-155_15216c8c963666f4 {
  padding-bottom: 155px; }

.pb-160_add7efdfcd3cb89d {
  padding-bottom: 160px; }

.pb-165_7f77f256388a177d {
  padding-bottom: 165px; }

.pb-170_6c8aefe8ed2e8d81 {
  padding-bottom: 170px; }

.pb-175_7b9e23112a3c2d37 {
  padding-bottom: 175px; }

.pb-180_d76dc02f8dfdcb9c {
  padding-bottom: 100px; }

.pb-185_df768e38364548fa {
  padding-bottom: 185px; }

.pb-190_cbf8e28a656db73c {
  padding-bottom: 190px; }

.pb-195_f0563307ee819979 {
  padding-bottom: 195px; }

.pb-200_26a55a9aacd85f06 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-0_23daec6ad9424edd {
  padding-left: 0px; }

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

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

.pl-15_98e3ec3e18891fc1 {
  padding-left: 15px; }

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

.pl-25_bb31f5f7e4478df3 {
  padding-left: 35px; }

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

.pl-35_c6378a4879ae5aec {
  padding-left: 35px; }

.pl-35_c6378a4879ae5aec {
  padding-left: 35px; }

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

.pl-45_bc8d97a2a01a0ffa {
  padding-left: 45px; }

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

.pl-55_1f15f7a10e91baa3 {
  padding-left: 55px; }

.pl-60_7b5a2fa108c81778 {
  padding-left: 60px; }

.pl-65_6e87f486afee5f5f {
  padding-left: 65px; }

.pl-70_0e70470ea1322e22 {
  padding-left: 70px; }

.pl-75_69254d281f0909df {
  padding-left: 75px; }

.pl-80_06a96b1d82f20f74 {
  padding-left: 80px; }

.pl-85_5670b3c99bd0540d {
  padding-left: 80px; }

.pl-90_38a4ce6f700232b6 {
  padding-left: 90px; }

.pl-95_1e8263cf136a6377 {
  padding-left: 95px; }

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

.pl-105_035bd330a022c527 {
  padding-left: 105px; }

.pl-110_a7c5e634824210b1 {
  padding-left: 110px; }

.pl-115_f58f600169df8fa2 {
  padding-left: 115px; }

.pl-120_d9c35e678cc13e7c {
  padding-left: 120px; }

.pl-125_03780e587491d636 {
  padding-left: 125px; }

.pl-130_1ebc62b89e32a707 {
  padding-left: 130px; }

.pl-135_42baba1a3b98334d {
  padding-left: 135px; }

.pl-140_60b8e8c305fde254 {
  padding-left: 140px; }

.pl-145_f5e90c9bef10615e {
  padding-left: 145px; }

.pl-150_37145ec9d6d46187 {
  padding-left: 150px; }

.pl-155_2e50355059d00b3f {
  padding-left: 155px; }

.pl-160_060ee2430a2387b7 {
  padding-left: 160px; }

.pl-165_e1e784a9703329f5 {
  padding-left: 165px; }

.pl-170_1d17d030d0cb85aa {
  padding-left: 170px; }

.pl-180_0903dd2895c22024 {
  padding-left: 180px; }

.pl-185_6cc76ea23a758112 {
  padding-left: 185px; }

.pl-190_83c10c09a658fded {
  padding-left: 190px; }

.pl-195_ff06cdf44767d0e9 {
  padding-left: 195px; }

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

.pl-200_2d45d43f6858a36b {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-0_f60a74c4545dab40 {
  padding-right: 0px; }

.pr-5_e022a5ea946b4bdd {
  padding-right: 5px; }

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

.pr-15_228acef815413957 {
  padding-right: 15px; }

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

.pr-25_8103187ba8e2c5cd {
  padding-right: 35px; }

.pr-30_064e8d9747e5c44b {
  padding-right: 30px; }

.pr-35_aec11f658a7db6bb {
  padding-right: 35px; }

.pr-35_aec11f658a7db6bb {
  padding-right: 35px; }

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

.pr-45_5cd1ad8c8070a983 {
  padding-right: 45px; }

.pr-50_27e7115faa75d001 {
  padding-right: 50px; }

.pr-55_e0189bc36647c1ff {
  padding-right: 55px; }

.pr-60_138d4cd4cd913f6b {
  padding-right: 60px; }

.pr-65_3e16abf4790ee814 {
  padding-right: 65px; }

.pr-70_604bde95b36e865e {
  padding-right: 70px; }

.pr-75_87c42c5788ae1bf0 {
  padding-right: 75px; }

.pr-80_8334f353102b1f7d {
  padding-right: 80px; }

.pr-85_eb8f4d996b4446ca {
  padding-right: 80px; }

.pr-90_29ab3fc89a2023f8 {
  padding-right: 90px; }

.pr-95_15b381148955b578 {
  padding-right: 95px; }

.pr-100_17eccd93cd29f982 {
  padding-right: 100px; }

.pr-105_d4fb1dfab940a3ee {
  padding-right: 105px; }

.pr-110_0aebc42f81696190 {
  padding-right: 110px; }

.pr-115_313224a25bdb42e7 {
  padding-right: 115px; }

.pr-120_472479d065921df3 {
  padding-right: 120px; }

.pr-125_d9b1efd1a4cb4ccc {
  padding-right: 125px; }

.pr-130_c7d25d3c10b613ad {
  padding-right: 130px; }

.pr-135_b15cf2972e31e6c8 {
  padding-right: 135px; }

.pr-140_6a2a2249421bf8b6 {
  padding-right: 140px; }

.pr-145_3b28fd76d6595512 {
  padding-right: 145px; }

.pr-150_5e1c71061965118c {
  padding-right: 150px; }

.pr-155_f98ad2a3954e40e8 {
  padding-right: 155px; }

.pr-165_f8627834fb9a244b {
  padding-right: 165px; }

.pr-170_ab9b2a975f78c99c {
  padding-right: 170px; }

.pr-175_d9915ba61549767c {
  padding-right: 175px; }

.pr-180_b298d5fd25ed2b26 {
  padding-right: 180px; }

.pr-185_80c6313af79eb8f0 {
  padding-right: 185px; }

.pr-190_7bb209ef4f6ff381 {
  padding-right: 190px; }

.pr-195_0731574195fba592 {
  padding-right: 195px; }

.pr-200_29b1462a102fe814 {
  padding-right: 200px; }

/** padding top & bottom **/
.py-10_b0b62ff6f390780a {
  padding-top: 10px;
  padding-bottom: 10px; }

.py-15_22da6f698697827f {
  padding-top: 15px;
  padding-bottom: 15px; }

.py-20_7a097c09d97683ac {
  padding-top: 20px;
  padding-bottom: 20px; }

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

.py-30_c71e8830c5b6915c {
  padding-top: 30px;
  padding-bottom: 30px; }

.py-35_b33871e727b9f050 {
  padding-top: 35px;
  padding-bottom: 35px; }

.py-40_6e07a30f88b7dce4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.py-45_af65130d1897deba {
  padding-top: 45px;
  padding-bottom: 45px; }

.py-50_e36435de51a53704 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-55_a3fa0f3df97a25e9 {
  padding-top: 55px;
  padding-bottom: 55px; }

.py-60_be5ea7e8fbda67f5 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py-65_1042f91fa04f2f32 {
  padding-top: 65px;
  padding-bottom: 65px; }

.py-70_4b796d20e92f38b5 {
  padding-top: 70px;
  padding-bottom: 70px; }

.py-75_dc5aa89c48eda080 {
  padding-top: 75px;
  padding-bottom: 75px; }

.py-80_902b2c617751a2fa {
  padding-top: 80px;
  padding-bottom: 80px; }

.py-85_e2e9b4c2049f169e {
  padding-top: 85px;
  padding-bottom: 85px; }

.py-90_79ed567e192ab06a {
  padding-top: 90px;
  padding-bottom: 90px; }

.py-95_345a3b8f14a669fe {
  padding-top: 95px;
  padding-bottom: 95px; }

.py-100_7a679ed42c8b0435 {
  padding-top: 100px;
  padding-bottom: 100px; }

.py-105_d609dd0bf8622f9d {
  padding-top: 105px;
  padding-bottom: 105px; }

.py-110_db5a7863f9a4e410 {
  padding-top: 110px;
  padding-bottom: 110px; }

.py-115_9cbec46f7f3d0b12 {
  padding-top: 115px;
  padding-bottom: 115px; }

.py-120_6844496537da5cf7 {
  padding-top: 120px;
  padding-bottom: 120px; }

.py-125_a2a20d3a6c0123cc {
  padding-top: 125px;
  padding-bottom: 125px; }

.py-130_7173682ec707e6e0 {
  padding-top: 130px;
  padding-bottom: 130px; }

.py-135_1d881f68a1d4c707 {
  padding-top: 135px;
  padding-bottom: 135px; }

.py-140_1eb6050fa2717e63 {
  padding-top: 140px;
  padding-bottom: 140px; }

.py-145_02e46ede28a94b0c {
  padding-top: 145px;
  padding-bottom: 145px; }

.py-150_426c441471dd5b44 {
  padding-top: 150px;
  padding-bottom: 150px; }

.py-155_3216862e8ab130f9 {
  padding-top: 155px;
  padding-bottom: 155px; }

.py-160_cbf2b16e9dd56c59 {
  padding-top: 160px;
  padding-bottom: 160px; }

.py-165_2cfd44fae1efa2bc {
  padding-top: 165px;
  padding-bottom: 165px; }

.py-170_2c3c469dfc5b42c9 {
  padding-top: 170px;
  padding-bottom: 170px; }

.py-175_7c798dca783f1b79 {
  padding-top: 175px;
  padding-bottom: 175px; }

.py-180_908e5e8e9e7910f5 {
  padding-top: 180px;
  padding-bottom: 100px; }

.py-185_4417678b3ad7cbc4 {
  padding-top: 185px;
  padding-bottom: 185px; }

.py-190_aec68c161e09d5d1 {
  padding-top: 190px;
  padding-bottom: 190px; }

.py-195_94f21ba6af658473 {
  padding-top: 195px;
  padding-bottom: 195px; }

.py-200_808cb17f9ab76c43 {
  padding-top: 200px;
  padding-bottom: 200px; }

.py-205_73ca3b3c8058d5cd {
  padding-top: 205px;
  padding-bottom: 205px; }

.py-210_9afdc66e8ff925f6 {
  padding-top: 210px;
  padding-bottom: 210px; }

.py-215_99f252c67051120c {
  padding-top: 215px;
  padding-bottom: 215px; }

.py-220_545fb251102c3abc {
  padding-top: 220px;
  padding-bottom: 220px; }

.py-225_a04d5d4abcbea8cc {
  padding-top: 225px;
  padding-bottom: 225px; }

.py-230_895727186a7b0fc7 {
  padding-top: 230px;
  padding-bottom: 230px; }

.py-235_dda03b4bfcc060cc {
  padding-top: 235px;
  padding-bottom: 235px; }

.py-240_2bb945d8fb21f868 {
  padding-top: 240px;
  padding-bottom: 240px; }

.py-250_34a717a277cb7317 {
  padding-top: 250px;
  padding-bottom: 250px; }

.py-260_cd9ba90639f64169 {
  padding-top: 260px;
  padding-bottom: 260px; }

.py-270_1305bbe83ef093f0 {
  padding-top: 270px;
  padding-bottom: 270px; }

.py-280_e0b7664fc6b902ad {
  padding-top: 280px;
  padding-bottom: 280px; }

.py-290_de690a9e55c7c582 {
  padding-top: 290px;
  padding-bottom: 290px; }

.py-300_4a7aace9418118d0 {
  padding-top: 300px;
  padding-bottom: 300px; }

.py-310_6eeec61615486a86 {
  padding-top: 310px;
  padding-bottom: 310px; }

.py-320_4bf76cf71e6da2eb {
  padding-top: 320px;
  padding-bottom: 320px; }

.py-330_3940e3b342ce682d {
  padding-top: 330px;
  padding-bottom: 330px; }

.py-340_d5e2a346fbc55b85 {
  padding-top: 340px;
  padding-bottom: 340px; }

.py-350_df99e66a55931ef6 {
  padding-top: 350px;
  padding-bottom: 350px; }

/** padding left & right **/
.px-10_b889f4e60798182a {
  padding-left: 10px;
  padding-right: 10px; }

.px-15_51911099710f2214 {
  padding-left: 15px;
  padding-right: 15px; }

.px-20_f4fc0426bc5d94d7 {
  padding-left: 20px;
  padding-right: 20px; }

.px-25_f5f959df0adeb89c {
  padding-left: 25px;
  padding-right: 25px; }

.px-30_4d27c136a024bee9 {
  padding-left: 30px;
  padding-right: 30px; }

.px-35_509d9a4664782c8b {
  padding-left: 35px;
  padding-right: 35px; }

.px-40_8735a7426b8dfc68 {
  padding-left: 40px;
  padding-right: 40px; }

.px-45_75291d1745bdba4f {
  padding-left: 45px;
  padding-right: 45px; }

.px-50_3913fcb53bf315d5 {
  padding-left: 50px;
  padding-right: 50px; }

.px-55_a07f8f8dc2d2bbc2 {
  padding-left: 55px;
  padding-right: 55px; }

.px-60_47971e2334060e06 {
  padding-left: 60px;
  padding-right: 60px; }

.px-65_9d2fc070e9928938 {
  padding-left: 65px;
  padding-right: 65px; }

.px-70_64d2a5908474a946 {
  padding-left: 70px;
  padding-right: 70px; }

.px-75_7b2b4380b2043872 {
  padding-left: 75px;
  padding-right: 75px; }

.px-80_4544170271cb7915 {
  padding-left: 80px;
  padding-right: 80px; }

.px-85_2d18fd9647af8108 {
  padding-left: 85px;
  padding-right: 85px; }

.px-90_62f2071e86363793 {
  padding-left: 90px;
  padding-right: 90px; }

.px-95_670004e4088600c3 {
  padding-left: 95px;
  padding-right: 95px; }

.px-100_089aa4af5c225fd3 {
  padding-left: 100px;
  padding-right: 100px; }

.px-105_768e03293dccf914 {
  padding-left: 105px;
  padding-right: 105px; }

.px-110_4b70c14cf76870d6 {
  padding-left: 110px;
  padding-right: 110px; }

.px-115_14d4cdb6ba57f908 {
  padding-left: 115px;
  padding-right: 115px; }

.px-120_5fd493ae54b9db39 {
  padding-left: 120px;
  padding-right: 120px; }

.px-125_04de3f8c99014688 {
  padding-left: 125px;
  padding-right: 125px; }

.px-130_7a2820f10dd14ac5 {
  padding-left: 130px;
  padding-right: 130px; }

.px-135_96b95f4caeb5526f {
  padding-left: 135px;
  padding-right: 135px; }

.px-140_2a7f44de29c36ae2 {
  padding-left: 140px;
  padding-right: 140px; }

.px-145_67fdb16755f00d7a {
  padding-left: 145px;
  padding-right: 145px; }

.px-150_78d7ec6a506d0557 {
  padding-left: 150px;
  padding-right: 150px; }

.px-155_ff6b4cb3e0c0bbb0 {
  padding-left: 155px;
  padding-right: 155px; }

.px-160_bc1500040693bb66 {
  padding-left: 160px;
  padding-right: 160px; }

.px-165_43d200d5fcf5f1d2 {
  padding-left: 165px;
  padding-right: 165px; }

.px-170_c6ee3eab83bc872f {
  padding-left: 170px;
  padding-right: 170px; }

.px-175_369609f0c21171cf {
  padding-left: 175px;
  padding-right: 175px; }

.px-180_e9dc0c4b3496a8e1 {
  padding-left: 180px;
  padding-right: 180px; }

.px-185_bd37acc4498d16b0 {
  padding-left: 185px;
  padding-right: 185px; }

.px-190_e9f547509cce52ac {
  padding-left: 190px;
  padding-right: 190px; }

.px-195_4e4ee6bc1a19d881 {
  padding-left: 195px;
  padding-right: 195px; }

.px-200_9102f060cc92ba8c {
  padding-left: 200px;
  padding-right: 200px; }

.px-205_815ca9d8a1ec8cf3 {
  padding-left: 205px;
  padding-right: 205px; }

.px-210_efc30246cb129984 {
  padding-left: 210px;
  padding-right: 210px; }

.px-215_805ae586c63b11dc {
  padding-left: 215px;
  padding-right: 215px; }

.px-220_f1fab73d7d570391 {
  padding-left: 220px;
  padding-right: 220px; }

.px-225_411a20121225dd81 {
  padding-left: 225px;
  padding-right: 225px; }

.px-230_932c7c070bb6e7bf {
  padding-left: 230px;
  padding-right: 230px; }

.px-235_fac7172e58a8ea33 {
  padding-left: 235px;
  padding-right: 235px; }

.px-240_c60eabbea9dab4a4 {
  padding-left: 240px;
  padding-right: 240px; }

.px-250_29f70f8897e98cdc {
  padding-left: 250px;
  padding-right: 250px; }

.px-260_a819b4cd23c525e9 {
  padding-left: 260px;
  padding-right: 260px; }

.px-270_b6c3b07b7f3a51f9 {
  padding-left: 270px;
  padding-right: 270px; }

.px-280_f45fd09b945d416a {
  padding-left: 280px;
  padding-right: 280px; }

.px-290_c60d2c2638c068c6 {
  padding-left: 290px;
  padding-right: 290px; }

.px-300_f2dd979cbc1a2bb8 {
  padding-left: 300px;
  padding-right: 300px; }

.px-310_ab1a4a5ad62758f4 {
  padding-left: 310px;
  padding-right: 310px; }

.px-320_e3d991928f6db731 {
  padding-left: 320px;
  padding-right: 320px; }

.px-330_363e8ac9e2b0177a {
  padding-left: 330px;
  padding-right: 330px; }

.px-340_1ab9c14340f2c83a {
  padding-left: 340px;
  padding-right: 340px; }

.px-350_0ae5d1ffae76a828 {
  padding-left: 350px;
  padding-right: 350px; }

/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 20px; }

ol {
  padding-left: 20px; }

ul {
  list-style: disc;
  padding-left: 20px; }

/* Protected Post Type */
.post-password-form_2246215e197e0668 label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_2246215e197e0668 input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_2246215e197e0668 input[type="submit"] {
  background-color: #317EFE;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .post-password-form_2246215e197e0668 input[type="submit"]:hover {
    background-color: #14203A; }

/* Table */
table {
  margin-bottom: 20px;
  width: 100%; }
  table caption {
    border: 1px solid #dfe2e9;
    padding: 6px 10px;
    border-top: 0; }
  table th,
  table td {
    background-color: transparent;
    border: 1px solid #dfe2e9;
    text-align: center;
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s; }
    table th#today,
    table td#today {
      background: #317EFE;
      color: #ffffff; }
      table th#today a,
      table td#today a {
        color: #ffffff; }

.tp-page-content_140573b6be4a1771 .size-full_f2140247293fcaeb.alignright_9a69abfa922f65dc {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_140573b6be4a1771 figure.wp-caption_e08994365b275315.aligncenter_b3c336a29cbebd08 {
  margin-top: 40px; }
.tp-page-content_140573b6be4a1771 dl, .tp-page-content_140573b6be4a1771 ol, .tp-page-content_140573b6be4a1771 ul {
  margin-bottom: 11px; }
.tp-page-content_140573b6be4a1771 .te-comment-respond_74c399f207d299e7 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_140573b6be4a1771 .te-latest-comments_6b92114d275293cd .te-comment-respond_74c399f207d299e7 {
  margin-bottom: 40px; }
.tp-page-content_140573b6be4a1771 .te-post-comments_0b735147f4238e04 {
  margin-top: 80px; }

/* Text meant only for screen readers. */
.screen-reader-text_2d5bee9343edff76 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text_2d5bee9343edff76:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/*
 Caption
============================*/
.wp-caption_e08994365b275315 {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption_e08994365b275315 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption_e08994365b275315 .wp-caption-text_9cdd9b4d3f6f82aa {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic; }

.wp-caption-text_9cdd9b4d3f6f82aa {
  text-align: center; }

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px; }

.gallery-item_d3c876e0a16ad145 {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important; }

.gallery-columns-1_adba32f18a708d02 .gallery-item_d3c876e0a16ad145 {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_c57498ac3834e0b8 .gallery-item_d3c876e0a16ad145 {
  max-width: 50%; }

.gallery-columns-3_fd9f52cd8b64dfd6 .gallery-item_d3c876e0a16ad145 {
  max-width: 33.33%; }

.gallery-columns-4_11d4cca7197c9607 .gallery-item_d3c876e0a16ad145 {
  max-width: 25%; }

.gallery-columns-5_a881ab713645a9dc .gallery-item_d3c876e0a16ad145 {
  max-width: 20%; }

.gallery-columns-6_9098d6c26a2838bd .gallery-item_d3c876e0a16ad145 {
  max-width: 16.66%; }

.gallery-columns-7_0fc739162ac506e9 .gallery-item_d3c876e0a16ad145 {
  max-width: 14.28%; }

.gallery-columns-8_6923332941af1e35 .gallery-item_d3c876e0a16ad145 {
  max-width: 12.5%; }

.gallery-columns-9_33553edfca94a891 .gallery-item_d3c876e0a16ad145 {
  max-width: 11.11%; }

.gallery-caption_ad2898a013f42eca {
  display: block; }

.size-thumbnail_d4d244711a032cd5 {
  margin-bottom: 20px; }

img.emoji_f214ea2e192a507d {
  width: 15px;
  height: 15px; }

/*
 Alignments
============================*/
.alignleft_3b0caec43c589f79 {
  display: inline;
  float: left;
  margin-right: 1.5em !important; }

.alignright_9a69abfa922f65dc {
  display: inline;
  float: right;
  margin-left: 1.5em !important; }

.aligncenter_b3c336a29cbebd08 {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center; }

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input_07124b617032847d {
  border: 1px solid #dfe2e9 !important; }

.wp-block-search__button_487fea84ebc9d831 {
  margin-left: 0 !important; }

.wp-block-social-links_d220f7d538d6870f {
  padding-left: 0 !important; }
  .wp-block-social-links_d220f7d538d6870f li {
    padding-top: 0 !important; }

.te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote {
  padding: 45px; }
  @media (max-width: 767px) {
    .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote {
      padding: 35px; } }

blockquote {
  overflow: hidden;
  padding: 30px 30px 30px 30px !important;
  margin: 30px 0;
  position: relative;
  z-index: 1;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote {
      padding-left: 30px; } }
  blockquote p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #14203A;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      blockquote p {
        font-size: 18px;
        line-height: 28px; } }
    blockquote p a {
      color: #317EFE;
      text-decoration: underline; }
  blockquote footer {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #14203A;
    margin-top: 20px;
    margin-bottom: 20px; }

.wp-block-quote_9b43c5d89aa4586b, blockquote {
  border-left: solid 5px #317EFE; }

.wp-block-pullquote_113ecfbdea5eef27 {
  border-top: 5px solid #317EFE !important;
  border-bottom: 5px solid #317EFE !important;
  background-color: #eef5f8; }

.wp-block-quote__citation_c3a58db5b6f582b8, .wp-block-quote_9b43c5d89aa4586b cite, .wp-block-quote_9b43c5d89aa4586b footer {
  margin-top: 10px;
  display: block; }

.wp-block-column_42db84214ac75dfb:not(:first-child), .wp-block-column_42db84214ac75dfb:nth-child(2n) {
  margin-left: 10px; }

.wp-block-column_42db84214ac75dfb:not(:last-child) {
  margin-right: 10px; }

.wp-block-column_42db84214ac75dfb:nth-child(2n+1) {
  margin-right: 10px; }

.te-post-content > .alignwide_2c854d18fde09ba3 {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px); }

.te-post-content p.has-large-font-size_01044b12b6bbe7a6 {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_43bfacfc2f233064 {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_163c7564f14efd62 {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_4d160f95c782ef84 p {
  margin-top: 0 !important; }

.has-very-light-gray-color_f66651360270f790.has-very-light-gray-color_f66651360270f790 {
  color: #fff;
  background: #317EFE !important; }

.wp-block-button_fdb9a9b837415e35 {
  margin-bottom: 10px; }

.wp-block-archives_a666178ce42af2f2 select,
.wp-block-categories_c3b9ac505162b0ae select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 10px; }

.wp-block-te-latest-comments_f54ca44990bff923 {
  padding-left: 0 !important; }

.wp-block-cover_624fc5d6e067616e p.wp-block-cover-text_fbba3dc3d3f749c6,
.wp-block-cover_624fc5d6e067616e.is-light_4a5190e4325b2a72 .wp-block-cover__inner-container_a98dc44c50325c8d {
  color: #fff !important; }

.wp-block-cover-text_fbba3dc3d3f749c6 a {
  color: #fff; }

.wp-block-rss_a448b41bd893e30f {
  padding-left: 0 !important; }

.widget_2a0718ee9d14a9dc .wp-block-archives-dropdown_c5c559c925f41afd,
.widget_2a0718ee9d14a9dc .wp-block-categories-dropdown_afeaa324a89d82da,
.widget_2a0718ee9d14a9dc .wp-block-loginout_487dce8d7cc3dc93,
.widget_2a0718ee9d14a9dc .wp-block-social-links_d220f7d538d6870f,
.widget_2a0718ee9d14a9dc.widget_archive_68c6931de3ca07de select,
.widget_2a0718ee9d14a9dc.te_widget_categories_df9e220a470ed817 select,
.widget_2a0718ee9d14a9dc.widget_text_d4f6c33f196f1f1e select,
.widget_2a0718ee9d14a9dc.te_widget_search_a5a2b7d3b5d41f35 .search-form_dd04ea3a5210a130,
.widget_2a0718ee9d14a9dc.te_widget_tag_cloud_3b2767db3304b326 .tagcloud_9dbdb069443fc472,
.widget_2a0718ee9d14a9dc .wp-block-tag-cloud_452c2824f5f2c8b0 {
  margin-bottom: 6px; }

.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__te-post-title_b01bf96e89431a3d {
  display: inline-block;
  width: 100%; }

nav.wp-calendar-nav_3683e548fab2610c {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  nav.wp-calendar-nav_3683e548fab2610c a {
    color: #335371; }
    nav.wp-calendar-nav_3683e548fab2610c a:hover {
      color: #317EFE; }

.blog-search-content_4ed461ca046caab6 {
  margin: 0; }
  .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064,
  .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130,
  .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    overflow: hidden; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064,
      .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130,
      .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 {
        width: 100%; } }
    .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 .wp-block-search__inside-wrapper_9f0d4ef119213a9d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064 label,
    .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130 label,
    .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064 input,
    .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130 input,
    .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 input {
      background-color: #ffffff;
      border: 1px solid #E1E1E1 !important;
      padding: 0 25px;
      height: 60px;
      width: 100%;
      color: #335371;
      font-size: 15px;
      border-radius: 6px 0 0 6px; }
    .blog-search-content_4ed461ca046caab6 .wp-block-search_43bfacfc2f233064 button,
    .blog-search-content_4ed461ca046caab6 .search-form_dd04ea3a5210a130 button,
    .blog-search-content_4ed461ca046caab6 .sidebar__search_ee48e9f2c7223975 button {
      color: #ffffff;
      padding: 0 20px;
      position: relative;
      right: 0;
      background-color: #317EFE;
      top: 0;
      height: auto;
      border-radius: 0 6px 6px 0;
      line-height: 0;
      border: 0;
      margin-left: 0 !important; }

/*
 Media
============================*/
.tp-page-content_140573b6be4a1771 .wp-smiley_f36ab7ac4aaaeb83,
.entry-content_37111015dbea3221 .wp-smiley_f36ab7ac4aaaeb83,
.comment-content_21d96b4b598c1ca3 .wp-smiley_f36ab7ac4aaaeb83 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%; }

.te-comment-respond_74c399f207d299e7.style-two_bf620ad3595f8f7e .wpcf7-form_1613c21617bc0a26 .wpcf7-not-valid-tip_b2730395b25ae8b1 {
  color: #d9c0b8 !important; }
.te-comment-respond_74c399f207d299e7 .wpcf7-form_1613c21617bc0a26 .wpcf7-not-valid_7d3a110f15904cdf {
  border-color: #dc3232 !important; }
.te-comment-respond_74c399f207d299e7 .wpcf7-form_1613c21617bc0a26 .wpcf7-not-valid-tip_b2730395b25ae8b1 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_74c399f207d299e7 .wpcf7-form_1613c21617bc0a26.sent_947ee6634dde6318 .wpcf7-response-output_94528d1947d775dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px; }
.te-comment-respond_74c399f207d299e7 .wpcf7-form_1613c21617bc0a26.invalid_3fa88a96f5f83f10 .wpcf7-response-output_94528d1947d775dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: #dfe2e9;
  border-radius: 3px !important;
  background-color: transparent !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

input[type="radio"]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #317EFE;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

input[type="checkbox"]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #317EFE;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important; }

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border-color: #317EFE !important; }

.wpcf7-form-control_d1c5f415c15921c6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wpcf7-form-control_d1c5f415c15921c6 .wpcf7-te-list-item_04f8caaa3f880b7e {
    margin: 0; }
    .wpcf7-form-control_d1c5f415c15921c6 .wpcf7-te-list-item_04f8caaa3f880b7e label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_d1c5f415c15921c6 .wpcf7-te-list-item_04f8caaa3f880b7e label .wpcf7-te-list-item-label_e5b3dc4ac94b85fc {
        font-size: 16px;
        font-weight: 400; }

.logged-in_7689ebc71d7709a0 .te-comment-respond_74c399f207d299e7 textarea {
  margin-bottom: 12px; }

.zoom-instagram-widget_4bbbd24a68db908d p {
  color: #ffffff; }
  .zoom-instagram-widget_4bbbd24a68db908d p a {
    color: #E7F914; }
.zoom-instagram-widget_4bbbd24a68db908d ul {
  list-style: none; }
  .zoom-instagram-widget_4bbbd24a68db908d ul li {
    color: #ffffff; }

body.admin-bar_cc0d718b990a4702 .header-menu-area_84834ea658fdd7de.sticky_menu_715ec1f98768f656 {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_cc0d718b990a4702 .header-menu-area_84834ea658fdd7de.sticky_menu_715ec1f98768f656 {
      top: 0; } }

.page-template-default_c7b62d66f280fdf2.page-id-146_08f753f0fc142934 .tp-page-content_140573b6be4a1771 p:last-child {
  margin-bottom: 10px; }
.page-template-default_c7b62d66f280fdf2.page-id-1133_f250667885db3a2b .tp-page-content_140573b6be4a1771 .te-comment-respond_74c399f207d299e7 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_c7b62d66f280fdf2.page-id-3_2a532fb73b896319 .page-area_6f2196f79dcd0ab2 {
  padding-top: 128px; }

.single-post-item_4a41f29aa568e26d.post-24_7bc555c27023ae56 .wp-block-button_fdb9a9b837415e35 a {
  color: #ffffff; }

.post-template-default_2e39c273e3f2c5e1.postid-163_7d886752d090d3f1 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content {
  margin-bottom: 34px; }
.post-template-default_2e39c273e3f2c5e1.postid-150_3b66e9fd8d694d2b .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_2e39c273e3f2c5e1.postid-150_3b66e9fd8d694d2b .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-group_dc393eda25e536d0.is-layout-constrained_3eb65155e5d0e0e7:last-child {
    border: 1px solid #000; }
.post-template-default_2e39c273e3f2c5e1.postid-51_9787ec165a634960 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_2e39c273e3f2c5e1.postid-51_9787ec165a634960 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_2e39c273e3f2c5e1.postid-1163_59c4373b13a94204 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-caption_e08994365b275315, .post-template-default_2e39c273e3f2c5e1.postid-568_4e6013d01f7e8694 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-caption_e08994365b275315 {
  margin-top: 20px; }
.post-template-default_2e39c273e3f2c5e1.postid-1785_5f1b82c3f321b47d .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-button__link_297dfa944b3f9f56 {
  color: #ffffff !important; }
.post-template-default_2e39c273e3f2c5e1.postid-1149_3621305f6fa68b0b .te-blog-details-wrapper_138575e18a6d83fa .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 p {
  margin-bottom: 0; }
.post-template-default_2e39c273e3f2c5e1.postid-555_6c870c700f2ff6e9 .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .gallery {
  margin-top: 20px; }

.error-404_be19f6bedd9be141.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_be19f6bedd9be141.not-found .error-content_5e45476c88723df6 .error-btn-bh_f33aa0ad786a2a58 {
    margin-top: 20px; }

.te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content img {
  margin: 20px 0; }

.sidebar_f80a1352eabe4538 .widget_media_gallery_286d2d309366316d .gallery-item_d3c876e0a16ad145 {
  margin-bottom: 0; }
  .sidebar_f80a1352eabe4538 .widget_media_gallery_286d2d309366316d .gallery-item_d3c876e0a16ad145 img {
    margin-bottom: 5px !important; }

@-webkit-keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.MovefadeUp_24b4448d6cd9fa0d {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp; }

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } }
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } }
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0); }
  0% {
    -webkit-transform: translateY(40px); } }
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); } }
@-webkit-keyframes MoveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }
@keyframes MoveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }
@-webkit-keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }
@keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }
@-webkit-keyframes Animated3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
@keyframes Animated3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
@-webkit-keyframes Animated4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }
@keyframes Animated4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }
@-webkit-keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes Scroll {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    transform: translateX(-50vw); }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
    transform: translateX(50vw); } }
@keyframes Scroll {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    transform: translateX(-50vw); }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
    transform: translateX(50vw); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999;
  right: 0;
  bottom: 0; }

#preloader-status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #F7FBFE;
          box-shadow: inset 0 0 0 2px #F7FBFE;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap.active-progress_dcd4b62bde8e41d9 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #317EFE;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap svg path {
  fill: #F7FBFE; }

.progress-wrap svg.progress-circle_b2b5a5462c711946 path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_cc0d718b990a4702 .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc.login .te-header-menu-area_446962868218d2a5 {
  top: auto !important; }

.header-area_0c6fbaade6740a04 .container-fluid_42f820464afabd7e {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_0c6fbaade6740a04 .container-fluid_42f820464afabd7e {
      padding: 0 24px; } }
.header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top .te-header-contact-info_eb932d020b804794 span {
    color: #677471; }
    .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top .te-header-contact-info_eb932d020b804794 span i {
      color: #317EFE; }
    .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top .te-header-contact-info_eb932d020b804794 span a {
      color: #677471; }
  .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top .te-social-profile_6e93c435ab4032b4 a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .header-top .te-social-profile_6e93c435ab4032b4 a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-header-menu-area_446962868218d2a5 {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-header-menu-area_446962868218d2a5 .menu-wrapper_57d40a9b19867a9b {
    background-color: #ffffff;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-header-menu-area_446962868218d2a5 .menu-wrapper_57d40a9b19867a9b {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-header-menu-area_446962868218d2a5 .te-header-btn_d594ab48ea10faa5 .te-quote-btn_2f5ad7ea446257b2 {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-sticky_menu {
  top: 0; }
  .header-area_0c6fbaade6740a04.style-2_4a91f6cfdfbceacc .te-sticky_menu .menu-wrapper_57d40a9b19867a9b {
    background-color: transparent; }

.header-top {
  padding: 6px 0;
  background-color: #317EFE;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }
  .header-top .te-header-top-wrapper_fc221682889d7fce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 60px; }
  .header-top .header-top-info_15e0e1af221c2d4e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_eb932d020b804794 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 33px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header-top .te-header-contact-info_eb932d020b804794 span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      font-family: "DM Sans", sans-serif; }
      .header-top .te-header-contact-info_eb932d020b804794 span.te-contact-info-item_1ef4be12dcdf915a {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_eb932d020b804794 span a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        font-family: "DM Sans", sans-serif; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-top .header-top-btn_a7b142b3c852ed15 {
      display: none; } }
  .header-top .header-top-btn_a7b142b3c852ed15 a {
    position: relative;
    padding: 12px 46px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    margin-bottom: -100px;
    display: inline-block;
    font-weight: 500;
    z-index: 2; }
    .header-top .header-top-btn_a7b142b3c852ed15 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_a7b142b3c852ed15 a:after {
      position: absolute;
      content: "";
      border-radius: 0 0 10px 10px;
      background-color: #317EFE;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .header-top .te-social-profile_6e93c435ab4032b4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-top .te-social-profile_6e93c435ab4032b4 .te-social-profile-label_7561dab2010a9a34 {
      font-family: "DM Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 27.2px;
      color: #14203A;
      margin-right: 14px; }
    .header-top .te-social-profile_6e93c435ab4032b4 a {
      font-size: 16px;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 36px;
      height: 36px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50px;
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .header-top .te-social-profile_6e93c435ab4032b4 a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_446962868218d2a5 {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_446962868218d2a5.te-te-sticky-header_5c765a566ed06b42 {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_446962868218d2a5.te-sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
    background: #fff; }
        .te-header-menu-area_446962868218d2a5.te-sticky_menu .te-logo_e4433d55b0da5f7f .te-sticky-logo_c5db6cdd1e4dae42 img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_446962868218d2a5.te-sticky_menu .te-main-menu_3a566d1117e5d53d ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_446962868218d2a5.te-sticky_menu .te-main-menu_3a566d1117e5d53d ul li a {
      padding: 33px 17px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .te-header-menu-area_446962868218d2a5.te-sticky_menu .te-main-menu_3a566d1117e5d53d ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_446962868218d2a5.te-sticky_menu .te-main-menu_3a566d1117e5d53d ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_446962868218d2a5 .te-header-menu-wrapper_65d48686f1a542b1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    @media (max-width: 1199px) {
      .te-header-menu-area_446962868218d2a5 .te-header-menu-wrapper_65d48686f1a542b1 {
        gap: 20px; } }
  .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f {
    position: relative;
    z-index: 999;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f {
        height: 80px; } }
    .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-standard-logo_cc9540c05ab3e47d img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-sticky-logo_c5db6cdd1e4dae42 {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-sticky-logo_c5db6cdd1e4dae42 {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-sticky-logo_c5db6cdd1e4dae42 {
          display: block; } }
      .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-sticky-logo_c5db6cdd1e4dae42 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_446962868218d2a5 .te-logo_e4433d55b0da5f7f .te-retina-logo_9b1186ba90edc85d {
      display: none; }

.te-menu-wrapper_a98874e3db7015db {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.te-main-menu_3a566d1117e5d53d ul {
  margin: 0;
  padding: 0;
  position: relative; }
  .te-main-menu_3a566d1117e5d53d ul li {
    display: inline-block;
    padding: 0;
    position: relative; }
    .te-main-menu_3a566d1117e5d53d ul li.te-active {
      position: relative; }
      .te-main-menu_3a566d1117e5d53d ul li.te-active > a {
        color: #317EFE; }
        .te-main-menu_3a566d1117e5d53d ul li.te-active > a:after {
          color: #317EFE;
          font-size: 13px;
          margin-left: 5px; }
    .te-main-menu_3a566d1117e5d53d ul li.dropdown > a:after {
      visibility: visible;
      font-size: 13px;
      margin-left: 5px; }
    .te-main-menu_3a566d1117e5d53d ul li.dropdown .dropdown > a:after {
      visibility: visible;
      font-size: 13px; }
    .te-main-menu_3a566d1117e5d53d ul li ul.te-submenu_70282431c2a5b277 li.te-active > a {
      position: relative;
      z-index: 2;
      color: #ffffff; }
      .te-main-menu_3a566d1117e5d53d ul li ul.te-submenu_70282431c2a5b277 li.te-active > a:after {
        color: #ffffff;
        font-size: 13px; }
    .te-main-menu_3a566d1117e5d53d ul li a {
      display: block;
      padding: 40px 17px;
      text-decoration: none;
      text-transform: capitalize;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative;
      color: #131A2A;
      font-family: "Spline Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: initial; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .te-main-menu_3a566d1117e5d53d ul li a {
          padding: 32px 14px; } }
      .te-main-menu_3a566d1117e5d53d ul li a:after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        display: inline-block;
        margin-top: -5px;
        visibility: hidden;
        font-size: 0; }
      .te-main-menu_3a566d1117e5d53d ul li a:hover {
        color: #317EFE; }
        .te-main-menu_3a566d1117e5d53d ul li a:hover:after {
          color: #317EFE; }
    .te-main-menu_3a566d1117e5d53d ul li:hover > ul {
      visibility: visible;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      opacity: 1;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    .te-main-menu_3a566d1117e5d53d ul li ul li:hover ul {
      visibility: visible;
      top: -2px; }
  .te-main-menu_3a566d1117e5d53d ul ul {
    background-color: #ffffff;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 2px solid #317EFE;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
            box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
    .te-main-menu_3a566d1117e5d53d ul ul li {
      float: none;
      width: 210px; }
      .te-main-menu_3a566d1117e5d53d ul ul li ul {
        visibility: hidden; }
      .te-main-menu_3a566d1117e5d53d ul ul li i {
        float: right; }
      .te-main-menu_3a566d1117e5d53d ul ul li a {
        line-height: initial;
        padding: 10px 20px;
        color: #14203A;
        border-bottom: 1px solid #E1E1E1;
        margin-left: 0;
        font-size: 16px; }
        .te-main-menu_3a566d1117e5d53d ul ul li a:hover {
          background-color: #317EFE;
          color: #ffffff; }
          .te-main-menu_3a566d1117e5d53d ul ul li a:hover:after {
            color: #ffffff; }
      .te-main-menu_3a566d1117e5d53d ul ul li:last-child a {
        border-bottom: 0px; }
    .te-main-menu_3a566d1117e5d53d ul ul ul {
      left: 100%;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      border-top: 0px;
      border-top: 2px solid #317EFE; }

.te-animation_e042f79540343896 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.te-slideUpIn_0a4c2e5e8290607d {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn; }

.te-header-btn_d594ab48ea10faa5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  margin-left: auto; }
  .te-header-btn_d594ab48ea10faa5 .te-icon_81e79c034db4ac1b {
    width: 72px;
    background-color: #317EFE;
    height: 72px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-header-btn_d594ab48ea10faa5 .te-icon_81e79c034db4ac1b:hover {
      background-color: #E7F914;
      color: #14203A;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  @media only screen and (max-width: 1399px) {
    .te-header-btn_d594ab48ea10faa5 {
      display: none; } }
  .te-header-btn_d594ab48ea10faa5 .te-cta-btn_bae136bd3c01ed25 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E7F914;
    padding: 10px 30px;
    color: #14203A;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-header-btn_d594ab48ea10faa5 .te-cta-btn_bae136bd3c01ed25:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_d594ab48ea10faa5 .te-quote-btn_2f5ad7ea446257b2 {
    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;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #14203A;
    border: 2px solid #317EFE;
    border-radius: 50px;
    padding: 19px 27px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-header-btn_d594ab48ea10faa5 .te-quote-btn_2f5ad7ea446257b2:hover {
      background-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.te-search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-search-form-wrapper.te-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e {
    width: 768px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }
    .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-content-filed_5da0d05ba5d8d11a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 30px; }
      .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-content-filed_5da0d05ba5d8d11a .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-form_99494a2767e08f08 {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
              box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
      border-radius: 5px;
      padding: 15px 30px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-form_99494a2767e08f08 .te-search-form-input_613ba8dc6a800c84 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-form_99494a2767e08f08 .te-search-form-input_613ba8dc6a800c84 .te-search-icon_96d44109f8e62fac {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-form_99494a2767e08f08 .te-search-form-input_613ba8dc6a800c84 button.te-submit-search-btn_bd8b298ad5bee224 {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_87fccc0be46cc70e .te-search-form_99494a2767e08f08 input[type="search"] {
        margin-top: 0 !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 12px !important;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }

.mean-container a.meanmenu-reveal {
  display: none; }

.mean-container .mean-nav {
  background: none; }

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none; }

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important; }

.mean-container a.meanmenu-reveal {
  display: none !important; }

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #14203A;
  border-top: 1px solid #dfe2e9;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500; }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid #dfe2e9 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #14203A;
  line-height: 30px;
  top: 0;
  font-weight: 400; }

.mean-container .mean-nav ul li > a > i {
  display: none; }

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block; }

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0; }

.mean-container .mean-nav ul li.dropdown-opened_e7d7ce7ddf9179e7 a.mean-expand.mean-clicked_82d02b1c82c03892 {
  background-color: #317EFE;
  border-color: #317EFE !important; }

.mean-container .mean-nav ul li.dropdown-opened_e7d7ce7ddf9179e7 a.mean-expand.mean-clicked_82d02b1c82c03892 i {
  color: #ffffff; }

.mean-container .mean-nav ul li a.mean-expand.mean-clicked_82d02b1c82c03892 {
  color: #ffffff; }

.mean-container .mean-nav ul li a.mean-expand.mean-clicked_82d02b1c82c03892 i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #ffffff; }

.te-mobile-menu-bar_128addca958ac1e8 a {
  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; }
  .te-mobile-menu-bar_128addca958ac1e8 a i {
    color: #14203A;
    font-size: 22px; }

.te-menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999; }
  @media (max-width: 560px) {
    .te-menu-sidebar-area {
      width: 350px; } }
  .te-menu-sidebar-area .te-menu-sidebar-logo_551325b67cf3e458 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_fbb49d1218b010d4 {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_06a98353a4139268 {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_06a98353a4139268 .te-menu-sidebar-close-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 16px;
      height: 55px;
      width: 55px;
      background-color: #317EFE;
      color: #ffffff; }
      .te-menu-sidebar-area .te-menu-sidebar-close_06a98353a4139268 .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-menu-sidebar-title_747a3f6cc934d725 {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-header-contact-info_eb932d020b804794 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 24px;
      padding: 6px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-header-contact-info_eb932d020b804794 span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 13px;
        color: #14203A;
        font-size: 16px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        width: 100%; }
        .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-header-contact-info_eb932d020b804794 span.te-contact-info-item_1ef4be12dcdf915a {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-header-contact-info_eb932d020b804794 span a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 10px;
          color: #14203A;
          font-size: 16px;
          font-weight: 400;
          font-family: "Inter", sans-serif; }
          .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-header-contact-info_eb932d020b804794 span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-social-profile_6e93c435ab4032b4 {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-social-profile_6e93c435ab4032b4 a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_12bb220a2de819bd .te-menu-sidebar-single-widget_72e8931c6e0a6c35 .te-social-profile_6e93c435ab4032b4 a:hover {
          color: #317EFE; }

.te-body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-body-overlay.active {
    opacity: 1;
    visibility: visible; }
  .te-body-overlay:hover {
    cursor: pointer; }

.slider-area_18308368d5c204c4 {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
  background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
  .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 {
        height: unset;
        padding: 80px 0; } }
    .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 {
          right: -380px; } }
      .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 .company-award_57d82a51ab4e9acc {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 .company-award_57d82a51ab4e9acc .icon_77ea3aa577a1e558 {
          width: 170px;
          height: 170px;
          -webkit-box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.12);
                  box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.12);
          background-color: #ffffff;
          border-radius: 50%;
          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; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-feature-img_2a5ec57c9c538849 .slider-feature-img-overlay_f8bd4d7dcc624bb0 {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(#a0d7fee3), to(#f6fbffdb));
          background: linear-gradient(180deg, #a0d7fee3 0%, #f6fbffdb 100%); } }
    .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-left-shape_6a840851af50cecb {
      position: absolute;
      left: 30px;
      bottom: -100px;
      -webkit-animation: MoveUpDown 2s linear infinite alternate;
              animation: MoveUpDown 2s linear infinite alternate; }
      @media (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-left-shape_6a840851af50cecb {
          display: none; } }
    .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-right-shape_119aabe896b60b63 {
      position: absolute;
      left: -60px;
      -webkit-animation: MoveLeftRight 2s linear infinite alternate;
              animation: MoveLeftRight 2s linear infinite alternate;
      top: 0px; }
      @media (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-right-shape_119aabe896b60b63 {
          display: none; } }
    .slider-area_18308368d5c204c4.style-2_4a91f6cfdfbceacc .te-single-slider_1e00e52c4a5124e3 .slider-circle-shape_906e7a405b627ee7 {
      position: absolute;
      left: 180px;
      z-index: -1;
      bottom: 80px;
      -webkit-animation: zoom-in-zoom-out 7s linear infinite alternate;
              animation: zoom-in-zoom-out 7s linear infinite alternate; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-short-title_a65650b5e336d4fa,
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-title_dde562f59f277398,
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-short-desc_9a01135da8687b23,
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-btn-wrapper_7d5d0370f30aea3e {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-short-title_a65650b5e336d4fa {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-title_dde562f59f277398 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-short-desc_9a01135da8687b23 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-active .te-slider-btn-wrapper_7d5d0370f30aea3e {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    right: 46px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    flex-direction: column; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b {
        display: none !important;
        position: relative;
        -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;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: 30px;
        bottom: 70px;
        top: unset;
        left: unset;
        right: unset;
        -webkit-transform: none;
                transform: none; } }
    .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b li {
      display: inline-block;
      line-height: 0;
      outline: 1px solid transparent;
      border: 4px solid transparent;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b li button {
        font-size: 2px;
        text-indent: -9999px;
        padding: 0;
        width: 10px;
        height: 10px;
        background-color: #317EFE;
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_18308368d5c204c4 .te-slider-wrapper_64ffdcbf38a2ab3e .slick-dots_78048a7d51b0f90b li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 {
        background-image: none !important; } }
    .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52 {
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52 {
          left: 0; } }
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52 .te-slider-overlay-shape_d177eac99d6c0e18 {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52 .te-slider-overlay-shape_d177eac99d6c0e18 {
            display: none; } }
    .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f {
      position: relative;
      z-index: 99; }
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-short-title_a65650b5e336d4fa {
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #317EFE;
        display: inline-block;
        width: 100%;
        margin-bottom: 12px; }
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
        color: #14203A;
        font-family: "Inter", sans-serif;
        font-size: 56px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.5px;
        margin-bottom: 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1400px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-short-desc_9a01135da8687b23 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        color: #131A2A; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-short-desc_9a01135da8687b23 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-short-desc_9a01135da8687b23 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-short-desc_9a01135da8687b23 {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e {
        padding-top: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 27px;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e {
            padding-top: 30px; } }
        .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-theme-btn_de1c45a59eb9e515 {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 .te-icon_81e79c034db4ac1b {
            width: 55px;
            height: 55px;
            background-color: #ffffff;
            border-radius: 50px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            border: 5px solid #E7F914;
            font-size: 20px;
            font-weight: 900;
            color: #317EFE;
            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-animation: ripple 4s infinite;
                    animation: ripple 4s infinite;
            -webkit-box-shadow: 0 0 0 0 rgba(249, 212, 20, 0.8);
                    box-shadow: 0 0 0 0 rgba(249, 212, 20, 0.8); }
          .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 .te-content_c1b694cce620ca66 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 .te-content_c1b694cce620ca66 .te-title_7c63d097f2ddd09f {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_18308368d5c204c4 .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 .te-content_c1b694cce620ca66 .te-text_c7695033a075a5bd {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    opacity: 0.3;
    background: #317EFE;
    -webkit-filter: blur(681.9541625977px);
            filter: blur(681.9541625977px); }
  .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52 {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-overlay_88193b5160288f52::before {
        display: none; }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .slider-shape_1c757b58047e8dfd {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .slider-shape_1c757b58047e8dfd img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-one_4cc559f4bdb6aca3 {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-one_4cc559f4bdb6aca3 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-one_4cc559f4bdb6aca3 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-one_4cc559f4bdb6aca3 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-one_4cc559f4bdb6aca3 {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-two_69ad6ee0ee74b28c {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-two_69ad6ee0ee74b28c {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-two_69ad6ee0ee74b28c {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-two_69ad6ee0ee74b28c {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-two_69ad6ee0ee74b28c {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-three_ab9b01063bdfa5dd {
      bottom: 30px;
      left: 50%;
      width: 330px;
      height: 170px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-three_ab9b01063bdfa5dd {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .shape-three_ab9b01063bdfa5dd {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-container_e71e9b0dc0cb5553 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 80px 0;
      gap: 30px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-container_e71e9b0dc0cb5553 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          padding: 56px 0;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-container_e71e9b0dc0cb5553 {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-container_e71e9b0dc0cb5553 .te-slider-column_bd3edcf95a29371e {
        width: 50%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-container_e71e9b0dc0cb5553 .te-slider-column_bd3edcf95a29371e {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-theme-btn_de1c45a59eb9e515 {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-theme-btn_de1c45a59eb9e515:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-btn-wrapper_7d5d0370f30aea3e .te-call-btn_3efffd6610b2c166 .te-icon_81e79c034db4ac1b {
      color: #317EFE; }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
      font-size: 82px;
      font-weight: 500;
      line-height: 96.76px;
      letter-spacing: -1px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-single-slider_1e00e52c4a5124e3 .te-slider-content-wrapper_7cacfffc68ba0a7f .te-slider-content_f7b0345dae85627d .te-slider-title_dde562f59f277398 {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-slider-wrapper_64ffdcbf38a2ab3e .container {
    position: relative; }
  .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-slider-wrapper_64ffdcbf38a2ab3e .slider-shape-bg_be6df66b43641c7c {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-slider-wrapper_64ffdcbf38a2ab3e .slider-shape-bg_be6df66b43641c7c {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-slider-wrapper_64ffdcbf38a2ab3e .slider-shape-bg_be6df66b43641c7c {
        margin-left: 0; } }
    .slider-area_18308368d5c204c4.style-1_199824b3d1cbcd8b .te-slider-wrapper_64ffdcbf38a2ab3e .slider-shape-bg_be6df66b43641c7c:before {
      position: absolute;
      content: "";
      width: 400px;
      height: 400px;
      background: #E7F914;
      border-radius: 500px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      right: 0; }

.te-info-card-wrapper_a2e01e95349d5d3b {
  position: relative; }

.te-info-card_1853dd6e67056e9d {
  padding: 40px;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 20px;
  top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-info-card_1853dd6e67056e9d {
      padding: 40px 25px; } }
  .te-info-card_1853dd6e67056e9d:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    top: -5px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-info-card_1853dd6e67056e9d:hover .te-image-wrapper_9e7a2ede715dcb04 .overlay_b8923e629c9e0f2e {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_1853dd6e67056e9d:hover .te-image-wrapper_9e7a2ede715dcb04 img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_1853dd6e67056e9d:hover .icon_77ea3aa577a1e558 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_1853dd6e67056e9d:hover .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_1853dd6e67056e9d .te-info-card-inner_b8d4f15869064284 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    height: 100%; }
  .te-info-card_1853dd6e67056e9d .te-image-wrapper_9e7a2ede715dcb04 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .te-info-card_1853dd6e67056e9d .te-image-wrapper_9e7a2ede715dcb04 img {
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_1853dd6e67056e9d .te-image-wrapper_9e7a2ede715dcb04 .overlay_b8923e629c9e0f2e {
      width: 100%;
      height: 100%;
      background: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.6; }
  .te-info-card_1853dd6e67056e9d .icon_77ea3aa577a1e558 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 54px;
    height: 50px; }
    .te-info-card_1853dd6e67056e9d .icon_77ea3aa577a1e558 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_1853dd6e67056e9d .te-content-wrapper_ec6daf33602cbaf4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558 {
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 105px;
      height: 105px;
      background: transparent;
      border-radius: 100%;
      border: 2px solid #131a2a1a;
      position: relative; }
      .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558::before, .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558::before {
        top: 15px;
        left: 5px; }
      .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .title {
      font-size: 24px;
      line-height: 24px;
      font-weight: 500;
      margin: 0;
      color: #14203A;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .te-info-card_1853dd6e67056e9d .te-title-wrapper_18a9ea3b039eacb7 .divider_9934040306c819ca {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_1853dd6e67056e9d .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .te-info-card_1853dd6e67056e9d .content .desc_75f7ba79e14d766b {
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
      margin: 0;
      color: #335371; }
    .te-info-card_1853dd6e67056e9d .content .te-read-more_875673058e65b63f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_1853dd6e67056e9d .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_1853dd6e67056e9d .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 40px 27px 40px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc {
      padding: 35px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc {
      padding: 35px; } }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc:hover .image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc:hover .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
    background-color: inherit;
    color: #317EFE; }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .image {
    border-radius: 20px;
    overflow: hidden; }
    .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .image img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 100%; }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .te-title-wrapper_18a9ea3b039eacb7 {
    padding-bottom: 15px; }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px; }
    .te-info-card_1853dd6e67056e9d.style-2_4a91f6cfdfbceacc .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
      padding: 0;
      border: 0; }

.te-icon-card_daf1e0b31e1920e6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-bottom: 36px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card_daf1e0b31e1920e6 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 30px; } }
  .te-icon-card_daf1e0b31e1920e6:hover .icon_77ea3aa577a1e558 img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-icon-card_daf1e0b31e1920e6 .icon_77ea3aa577a1e558 {
    width: 78px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card_daf1e0b31e1920e6 .icon_77ea3aa577a1e558 img {
      width: 100%;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-icon-card_daf1e0b31e1920e6 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-icon-card_daf1e0b31e1920e6 .content {
        gap: 15px; } }
    .te-icon-card_daf1e0b31e1920e6 .content .title {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      color: #14203A;
      margin-bottom: 0; }
    .te-icon-card_daf1e0b31e1920e6 .content .desc_75f7ba79e14d766b {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      color: #335371;
      margin-bottom: 0; }
      .te-icon-card_daf1e0b31e1920e6 .content .desc_75f7ba79e14d766b a {
        color: #335371; }

.te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px;
  padding: 64px 70px;
  position: relative;
  margin-bottom: 0; }
  .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .divider_9934040306c819ca {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #464b4e;
    border-bottom: 1px solid #464b4e; }
  .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .icon_77ea3aa577a1e558 {
    width: 62px;
    height: 62px; }
    .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .icon_77ea3aa577a1e558 img {
      width: 100%; }
  .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .content {
    gap: 26px; }
    .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .content .title {
      color: #ffffff; }
      @media (min-width: 1280px) {
        .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .content .title {
          font-size: 22px; } }
    .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .content .desc_75f7ba79e14d766b {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 36px;
      gap: 34px; }
      .te-icon-card_daf1e0b31e1920e6.style-two_bf620ad3595f8f7e .content {
        gap: 24px; } }

.te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 50px; }
  .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .icon_77ea3aa577a1e558 {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .icon_77ea3aa577a1e558 img {
      width: 100%; }
  .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .content .title {
      color: #ffffff; }
    .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .content .desc_75f7ba79e14d766b {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 {
      gap: 25px; }
      .te-icon-card_daf1e0b31e1920e6.style-three_2a7915e7f3f4bb50 .content {
        gap: 18px; } }

.te-icon-card_daf1e0b31e1920e6.style-2_4a91f6cfdfbceacc {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .te-icon-card_daf1e0b31e1920e6.style-2_4a91f6cfdfbceacc .icon_77ea3aa577a1e558 {
    width: 60px;
    height: 60px;
    background: #F9F4F1;
    border-radius: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    color: #317EFE; }
  .te-icon-card_daf1e0b31e1920e6.style-2_4a91f6cfdfbceacc .content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px; }
    .te-icon-card_daf1e0b31e1920e6.style-2_4a91f6cfdfbceacc .content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0px; }
    .te-icon-card_daf1e0b31e1920e6.style-2_4a91f6cfdfbceacc .content .desc_75f7ba79e14d766b {
      line-height: 22px; }

.te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 {
      text-align: left; } }
  .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 > img {
          width: 100%; } }
    .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-img-card-shape_f88f9d7eeb5c371c {
      position: absolute;
      top: 35px;
      right: -35px;
      z-index: -1;
      -webkit-animation: spin 6s linear infinite;
              animation: spin 6s linear infinite; }
      @media (max-width: 575px) {
        .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-img-card-shape_f88f9d7eeb5c371c {
          right: 0; } }
.te-about-image-card_cd7e014f45e80ff8 .te-company-foundation_01fdf38427dd0a2d {
  position: absolute;
  bottom: 22px;
  left: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #E7F914;
  padding: 36px 60px 40px 60px;
  -webkit-clip-path: polygon(9% 0, 96% 0, 100% 100%, 0 100%);
          clip-path: polygon(9% 0, 96% 0, 100% 100%, 0 100%);
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
          animation: MoveUpDown 2s linear infinite alternate; }
  .te-about-image-card_cd7e014f45e80ff8 .te-company-foundation_01fdf38427dd0a2d .te-counter-wrapper_449c0824a856c376 {
    color: #14203A;
    font-size: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .te-about-image-card_cd7e014f45e80ff8 .te-company-foundation_01fdf38427dd0a2d .counter-title_abc81dc571f3a5ec {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_cd7e014f45e80ff8 .te-company-foundation_01fdf38427dd0a2d .title {
    font-size: 14.35px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.359px;
    color: #14203A;
    margin-bottom: 0;
    text-align: left; }

.te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-img-card-shape_f88f9d7eeb5c371c {
    right: -66px;
    top: 60px;
    -webkit-animation: Animated3 3s linear infinite alternate;
            animation: Animated3 3s linear infinite alternate; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-img-card-shape_f88f9d7eeb5c371c {
        display: none; } }
  .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 {
        position: relative; } }
    .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-another-image-inner_f93799e3426daf9f {
      border: 5px solid #E1E1E1;
      overflow: hidden;
      display: inline-block;
      border-radius: 20px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-another-image-inner_f93799e3426daf9f {
          width: 100%; }
          .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-another-image-inner_f93799e3426daf9f img {
            width: 100%; } }
    .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .video-btn_4c7f6d2d35daa5cd {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .video-btn_4c7f6d2d35daa5cd {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .video-btn_4c7f6d2d35daa5cd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #317EFE;
        width: 76px;
        height: 76px;
        border-radius: 20px;
        color: #ffffff;
        font-size: 17px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-animation: ripple 4s infinite;
                animation: ripple 4s infinite;
        -webkit-box-shadow: 0 0 0 0 rgba(14, 43, 197, 0.8);
                box-shadow: 0 0 0 0 rgba(14, 43, 197, 0.8); }
    .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
      padding: 14px 15px;
      border-radius: 20px;
      gap: 11px;
      position: absolute;
      left: -33%;
      top: 46%;
      -webkit-animation: MoveLeftRight 2s linear infinite alternate;
              animation: MoveLeftRight 2s linear infinite alternate; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 .icon_77ea3aa577a1e558 {
        width: 52px;
        height: 52px;
        background-color: #F2E6FF;
        border-radius: 50%;
        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;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 30px;
        color: #317EFE; }
      .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        text-align: left; }
        .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 .te-another-image_4ee4ad63e60c7275 .te-badge-text_6aeb5f476b8f7161 .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px; }
  .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-section-title_3fd9e0ca745901fc {
    margin-bottom: 0; }
    .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-section-title_3fd9e0ca745901fc .title {
      margin-bottom: 0; }
  .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 .te-list-item_96d12ba85e340549 .icon_77ea3aa577a1e558 {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 .te-list-item_96d12ba85e340549 .text {
      color: #14203A; }
  .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 5px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547:hover .icon_77ea3aa577a1e558 img {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 .icon_77ea3aa577a1e558 {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 .icon_77ea3aa577a1e558::before {
          position: absolute;
          content: "";
          border-style: solid;
          border-width: 0 25px 60px 25px;
          border-color: transparent transparent rgba(116, 94, 255, 0.1) transparent;
          -webkit-transform: rotate(60deg);
                  transform: rotate(60deg);
          top: -16px; }
        .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 .icon_77ea3aa577a1e558 img {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_0676f3c4d8d54540 .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .te-single-info-list_eed1d8f0a4535547 .short-title_ca58e519cd0b10b3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 {
  gap: 10px; }
  .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 .te-list-item_96d12ba85e340549 .icon_77ea3aa577a1e558 {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-list-item-wrapper_be544fa253097e49 .te-list-item_96d12ba85e340549 .text {
      color: #335371; }
  .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .divider_9934040306c819ca {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc .te-about-info-content_bdaff49207c67f89 .te-info-list_ac06e5be8b1120cb .divider_9934040306c819ca {
          height: 1px;
          width: 100%; } }

.te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-section-title_3fd9e0ca745901fc {
  margin-bottom: 40px; }
.te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .about-info-wrapper_1333adb4e0bf6784 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .about-info-wrapper_1333adb4e0bf6784 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .about-info-wrapper_1333adb4e0bf6784 .about-info-img_d37c9602400ba1ca {
    border-radius: 12px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .about-info-wrapper_1333adb4e0bf6784 .about-info-img_d37c9602400ba1ca {
        height: 350px; } }
    .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .about-info-wrapper_1333adb4e0bf6784 .about-info-img_d37c9602400ba1ca img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .skill-progressbar-wrapper_eb6c48fadc57681a {
    width: 100%; }
  .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-icon-card-wrapper_2ead25f39593c086 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px; }
    .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-icon-card-wrapper_2ead25f39593c086 .te-icon-card_daf1e0b31e1920e6 {
      width: 50%;
      padding: 0;
      gap: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-icon-card-wrapper_2ead25f39593c086 .te-icon-card_daf1e0b31e1920e6 .icon_77ea3aa577a1e558 {
        width: 40px;
        height: 40px; }
      .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-icon-card-wrapper_2ead25f39593c086 .te-icon-card_daf1e0b31e1920e6 .content {
        gap: 4px; }
        .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-icon-card-wrapper_2ead25f39593c086 .te-icon-card_daf1e0b31e1920e6 .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_0676f3c4d8d54540.style-three_2a7915e7f3f4bb50 .te-about-info-content_bdaff49207c67f89 .te-btn-wrapper_bc317597bbca3222 {
    margin-top: 7px; }

.te-counter-card_9683ddc11be3b1c8 {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px; }
  @media only screen and (min-width: 576px) and (max-width: 991px) {
    .te-counter-card_9683ddc11be3b1c8 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .te-counter-card_9683ddc11be3b1c8 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 50px; } }
  .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    text-align: center; }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b:hover .icon_77ea3aa577a1e558 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .icon_77ea3aa577a1e558 {
      width: 100px;
      height: 100px;
      background-color: #317EFE;
      border-radius: 100%;
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .icon_77ea3aa577a1e558 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      gap: 26px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 26px; }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 57px;
      line-height: 46px;
      text-align: center;
      color: #14203A;
      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;
      margin: 0;
      letter-spacing: -1px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
          font-size: 36px;
          line-height: 40px; } }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .title {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      color: #335371; }
    .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .text {
      margin: 0;
      color: #c7cdda; }

.te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e {
      grid-template-columns: repeat(1, 1fr); } }
  .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b {
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b {
        text-align: center; } }
    .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 20px; } }
    .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .counter-content_d6e693e6503b9375 {
      width: 100%; }
      @media (max-width: 280px) {
        .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .counter-content_d6e693e6503b9375 .text br {
          display: none; } }
    .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
      font-size: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
          font-size: 48px;
          line-height: 50px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-counter-card_9683ddc11be3b1c8.style-two_bf620ad3595f8f7e .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
          font-size: 48px;
          line-height: 50px; } }

.te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px; }
  .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b {
    text-align: left;
    padding: 40px 32px;
    background: #317EFE;
    border-radius: 8px; }
    .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 30px; }
      .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 .title {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
    .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
      margin: 0;
      color: #ffffff;
      font-size: 60px;
      line-height: 60px;
      font-weight: 500; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
          font-size: 48px;
          line-height: 52px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-counter-card_9683ddc11be3b1c8.style-three_2a7915e7f3f4bb50 .te-counter-item_fdbd82b0990f3a4b {
        padding: 40px 30px; } }

.te-process-step_226662a4e269bdc2 {
  background-color: #131A2A;
  padding: 36px 32px 48px 32px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-process-step_226662a4e269bdc2::before {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    height: 0%;
    background-color: #317EFE;
    bottom: 0;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .te-process-step_226662a4e269bdc2 {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_226662a4e269bdc2:hover {
    top: -5px; }
    .te-process-step_226662a4e269bdc2:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_226662a4e269bdc2:hover .icon_77ea3aa577a1e558 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_226662a4e269bdc2:hover .counter-number_40f716c21bfe559d {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_226662a4e269bdc2:hover .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_226662a4e269bdc2 .icon_77ea3aa577a1e558 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .te-process-step_226662a4e269bdc2 .icon_77ea3aa577a1e558 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_226662a4e269bdc2 .te-content-wrapper_ec6daf33602cbaf4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .te-process-step_226662a4e269bdc2 .te-counter-wrapper_449c0824a856c376 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding-bottom: 48px; }
    .te-process-step_226662a4e269bdc2 .te-counter-wrapper_449c0824a856c376 .shape_4692a2bb27da09b0 {
      position: relative; }
  .te-process-step_226662a4e269bdc2 .counter-number_40f716c21bfe559d {
    font-size: 57px;
    font-weight: 500;
    line-height: 77.72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-process-step_226662a4e269bdc2 .te-title-wrapper_18a9ea3b039eacb7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .te-process-step_226662a4e269bdc2 .te-title-wrapper_18a9ea3b039eacb7 .icon_77ea3aa577a1e558 {
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
    .te-process-step_226662a4e269bdc2 .te-title-wrapper_18a9ea3b039eacb7 .title {
      font-size: 24px;
      line-height: 32px;
      font-weight: 500;
      margin: 0;
      color: #ffffff;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .te-process-step_226662a4e269bdc2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; }
    .te-process-step_226662a4e269bdc2 .content .desc_75f7ba79e14d766b {
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
      margin: 0;
      color: #ffffff; }
    .te-process-step_226662a4e269bdc2 .content .te-read-more_875673058e65b63f {
      margin-top: -10px; }
      .te-process-step_226662a4e269bdc2 .content .te-read-more_875673058e65b63f .te-theme-btn_de1c45a59eb9e515 {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

.te-testimonial-card_1a472cd1fecd2d44 {
  padding: 49px 40px 40px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin: 10px 0; }
  @media (max-width: 570px) {
    .te-testimonial-card_1a472cd1fecd2d44 {
      padding: 30px; } }
  .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
    .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 570px) {
        .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .image {
          width: 74px;
          height: 84px;
          border-radius: 20px;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .rating_ebbe79ed1aee282d {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #E7F914;
          font-size: 16px;
          margin-bottom: 26px; }
        .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .name {
          font-size: 24px;
          font-weight: 500;
          line-height: 34px;
          letter-spacing: 0px;
          color: #14203A;
          margin-bottom: 0; }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .name {
              font-size: 18px;
              line-height: 28px; } }
        .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .designation_250514efef00d698 {
          font-size: 18px;
          font-weight: 400;
          line-height: 36px;
          color: #14203A; }
      .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .icon_77ea3aa577a1e558 {
        color: #E1E1E1;
        font-size: 55px;
        margin-top: 20px; }
        @media (max-width: 570px) {
          .te-testimonial-card_1a472cd1fecd2d44 .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .icon_77ea3aa577a1e558 {
            position: absolute;
            right: 30px;
            top: 0;
            z-index: -1;
            font-size: 35px; } }

.te-testimonial-card-two_49c7e84452fb25ed {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
  .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
      .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .content p {
        margin-bottom: 0; }
    .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px; }
        .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .icon_77ea3aa577a1e558 {
          color: #317EFE;
          font-size: 40px; }
        .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .name {
          font-size: 24px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0px;
          color: #14203A;
          margin-bottom: 0; }
        .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .designation_250514efef00d698 {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #317EFE; }
      .te-testimonial-card-two_49c7e84452fb25ed .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .image {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b {
  padding: 30px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b::before {
    display: none; }
  .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 {
    gap: 15px; }
    .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0px;
      color: #335371;
      margin-bottom: 20px; }
    .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #317EFE;
      border-radius: 20px;
      padding: 25px 40px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d {
          padding: 15px 30px; } }
      .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 0;
        position: relative; }
        .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          left: 0;
          top: 0; }
      .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .rating_ebbe79ed1aee282d {
        gap: 5px;
        color: #E7F914;
        font-size: 14px;
        margin-bottom: 10px; }
      .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .te-user-info_f6aa0c235ca8ed0d .name span {
        color: #317EFE; }
    .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .icon_77ea3aa577a1e558 {
      font-size: 64px;
      color: #E7F914;
      position: absolute;
      top: -5px;
      margin-top: 0;
      right: 0; }
      @media (max-width: 575px) {
        .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .icon_77ea3aa577a1e558 {
          font-size: 34px; } }

.te-testimonial-slider-wrapper_95443f15811cf56d {
  position: relative; }
  .te-testimonial-slider-wrapper_95443f15811cf56d .slick-list_aa508eebe5e9e886 {
    margin: 0 -15px; }
    .te-testimonial-slider-wrapper_95443f15811cf56d .slick-list_aa508eebe5e9e886 .slick-slide {
      margin: 0 15px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper_95443f15811cf56d .slick-dots_78048a7d51b0f90b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
    margin-bottom: 0; }
    .te-testimonial-slider-wrapper_95443f15811cf56d .slick-dots_78048a7d51b0f90b li {
      display: inline-block;
      line-height: 0;
      outline: 2px solid transparent;
      border: 5px solid transparent;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .te-testimonial-slider-wrapper_95443f15811cf56d .slick-dots_78048a7d51b0f90b li button {
        font-size: 2px;
        text-indent: -9999px;
        padding: 0;
        width: 10px;
        height: 10px;
        background-color: #317EFE;
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .te-testimonial-slider-wrapper_95443f15811cf56d .slick-dots_78048a7d51b0f90b li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 2px solid #317EFE; }
        .te-testimonial-slider-wrapper_95443f15811cf56d .slick-dots_78048a7d51b0f90b li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper_95443f15811cf56d .slick-arrow_1175b68e5bd7fc2e {
    display: none !important; }

.te-accordion-box-wrapper_81e3802029bc0b0e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }

.accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 .te-accordion-head_07e34345dfc1ed14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 16px 30px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 .te-accordion-head_07e34345dfc1ed14:before {
      content: "\f068";
      font-family: "Font Awesome 6 Free";
      color: #ffffff;
      font-weight: 500;
      background-color: #317EFE;
      font-size: 12px;
      border-radius: 20px;
      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;
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 .te-accordion-head_07e34345dfc1ed14.collapsed:before {
      position: relative;
      content: "\2b";
      font-family: "Font Awesome 6 Free";
      font-weight: 500;
      background-color: transparent;
      border-radius: 20px;
      color: #317EFE;
      font-size: 12px;
      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;
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 .te-accordion-head_07e34345dfc1ed14 .te-accordion-title_530d8398372776c6 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_f68081a56207380e .te-accordion-list-item_d46512353eb6d5f8 .te-accordion-body_73fcd6ea23939381 {
    font-size: 18px;
    line-height: 36px;
    margin: 0 30px;
    padding-bottom: 4px;
    padding-top: 15px;
    border-top: 1px solid #E1E1E1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.page-header_2f8b5be6062743de {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_2f8b5be6062743de {
      padding-left: 30px; } }
  .page-header_2f8b5be6062743de .te-page-title_d2d969b3fe0188aa,
  .page-header_2f8b5be6062743de .page-title_8d0692ccb3fd567b {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_2f8b5be6062743de .te-page-title_d2d969b3fe0188aa,
      .page-header_2f8b5be6062743de .page-title_8d0692ccb3fd567b {
        font-size: 38px;
        line-height: 48px; } }

.blog-area ol,
.blog-area ul {
  padding-left: 20px; }
  .blog-area ol li,
  .blog-area ul li {
    padding-top: 7px; }

.te-post-item_10a0e5e4d1c1960f {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 48px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  /* Quote Format Post */
  /* Sticky Post */ }
  .te-post-item_10a0e5e4d1c1960f:hover .te-post-thumbnail_adc6df80d173b883 img,
  .te-post-item_10a0e5e4d1c1960f:hover .post-video_aa90c1ad956df8c7 img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-post-item_10a0e5e4d1c1960f iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_10a0e5e4d1c1960f iframe {
        height: 350px; } }
  .te-post-item_10a0e5e4d1c1960f .post-gallery .slick-list_aa508eebe5e9e886 .slick-track_421d9ae0de7a7a3b {
    height: 392px;
    overflow: hidden; }
  .te-post-item_10a0e5e4d1c1960f .te-post-content-wrapper_345dc3dd24e10369 {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_10a0e5e4d1c1960f .te-post-content-wrapper_345dc3dd24e10369 {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_10a0e5e4d1c1960f .te-post-content-wrapper_345dc3dd24e10369 .te-read-more_875673058e65b63f {
      margin-top: 40px;
      margin-bottom: 6px;
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 30px; }
  .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 .te-post-content {
    margin: 0; }
  .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote {
    margin: 0; }
    .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote p {
      margin-top: 0; }
    .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote cite a {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      color: #335371;
      margin-top: 20px;
      font-style: normal;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .te-post-item_10a0e5e4d1c1960f.format-quote_a97ab7145a1f7cf8 blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_10a0e5e4d1c1960f.sticky_fd88755192d4bcfc {
    border: 2px solid #317EFE; }
    .te-post-item_10a0e5e4d1c1960f.sticky_fd88755192d4bcfc .te-post-content {
      margin-bottom: 0; }
      .te-post-item_10a0e5e4d1c1960f.sticky_fd88755192d4bcfc .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_10a0e5e4d1c1960f .te-post-title_298557491dc41ce0 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_10a0e5e4d1c1960f .te-post-title_298557491dc41ce0 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_10a0e5e4d1c1960f .te-post-title_298557491dc41ce0:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_10a0e5e4d1c1960f .te-post-content p {
    margin-top: 17px; }
  .te-post-item_10a0e5e4d1c1960f .te-post-content h2,
  .te-post-item_10a0e5e4d1c1960f .te-post-content h3,
  .te-post-item_10a0e5e4d1c1960f .te-post-content h4,
  .te-post-item_10a0e5e4d1c1960f .te-post-content h5,
  .te-post-item_10a0e5e4d1c1960f .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_10a0e5e4d1c1960f .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_10a0e5e4d1c1960f .te-single-post-meta_c5ffd2f01f7b1412 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .te-post-item_10a0e5e4d1c1960f .te-social-share_889b60e19e3cfe94 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .te-post-item_10a0e5e4d1c1960f .te-social-share_889b60e19e3cfe94 a.facebook_0786e1f79078028e {
      color: #1877f2; }
    .te-post-item_10a0e5e4d1c1960f .te-social-share_889b60e19e3cfe94 a.twitter_47c3a352ee689e1a {
      color: #1da1f2; }
    .te-post-item_10a0e5e4d1c1960f .te-social-share_889b60e19e3cfe94 a.linkedin_b099eb89c90ac5ca {
      color: #1a70c6; }
    .te-post-item_10a0e5e4d1c1960f .te-social-share_889b60e19e3cfe94 .te-social-share-title_720ac7aba74c3f50 {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 {
    width: 100%;
    display: inline-block; }
    .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 span {
      font-size: 16px;
      font-weight: 500;
      display: inline-block;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-bottom: 0;
      margin-right: 30px;
      text-transform: uppercase;
      margin-top: 8px;
      float: left; }
    .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 .te-post-tag-list_e2c0f012837969d4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 .te-post-tag-list_e2c0f012837969d4 a {
        color: #335371;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        padding: 12px 22px;
        border-radius: 50px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border: 1px solid #E1E1E1;
        text-transform: capitalize; }
        .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 .te-post-tag-list_e2c0f012837969d4 a:hover {
          color: #ffffff;
          background: #317EFE;
          border-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883,
  .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 {
    position: relative;
    overflow: hidden; }
    .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 img,
    .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 100%; }
    .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 .popup-video-wrapper_c1b1dcae7a6cc21c,
    .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 .popup-video-wrapper_c1b1dcae7a6cc21c {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 .video-btn_4c7f6d2d35daa5cd a,
    .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 .video-btn_4c7f6d2d35daa5cd a {
      width: 70px;
      height: 70px;
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
      background-color: #ffffff;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
              animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      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; }
      .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 .video-btn_4c7f6d2d35daa5cd a i,
      .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 .video-btn_4c7f6d2d35daa5cd a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 .video-btn_4c7f6d2d35daa5cd a:hover,
      .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 .video-btn_4c7f6d2d35daa5cd a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden; }
    .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f.prev-btn_a54d84cdbf5a1c73 {
      left: 30px; }
    .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f.next-btn_0b9f117a93b14ddb {
      right: 30px; }
    .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #14203A;
      font-size: 17px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_10a0e5e4d1c1960f button.post-gallery-btn_62db73150db21b5f:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_10a0e5e4d1c1960f .post-audio_aebfb4c4ca921032 iframe {
    width: 100%; }
  .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin: 13px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa span {
      font-size: 18px;
      font-weight: 400;
      color: #335371;
      text-transform: capitalize;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa span a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

.te-post-card_448f375e6fac8f70 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 23px;
  margin-bottom: 24px; }
  .te-post-card_448f375e6fac8f70.style-1_199824b3d1cbcd8b {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px; }
    .te-post-card_448f375e6fac8f70.style-1_199824b3d1cbcd8b .image {
      height: 290px; }
    .te-post-card_448f375e6fac8f70.style-1_199824b3d1cbcd8b .content {
      padding: 0 20px 20px 20px; }
  .te-post-card_448f375e6fac8f70:hover .image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-post-card_448f375e6fac8f70 .image {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 323px;
    position: relative; }
    .te-post-card_448f375e6fac8f70 .image img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scale(1);
              transform: scale(1);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .te-post-card_448f375e6fac8f70 .image .te-post-date_d3059d373894004d {
      position: absolute;
      right: 25px;
      top: 23px;
      background-color: #317EFE;
      border-radius: 20px;
      padding: 13px 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .te-post-card_448f375e6fac8f70 .image .te-post-date_d3059d373894004d span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px; }
  .te-post-card_448f375e6fac8f70 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3; }
    .te-post-card_448f375e6fac8f70 .content .te-post-meta-info_8d5c80bedeaeebdc {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 12px; }
      .te-post-card_448f375e6fac8f70 .content .te-post-meta-info_8d5c80bedeaeebdc .te-single-meta_d23b83369c83eb23 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        .te-post-card_448f375e6fac8f70 .content .te-post-meta-info_8d5c80bedeaeebdc .te-single-meta_d23b83369c83eb23 span,
        .te-post-card_448f375e6fac8f70 .content .te-post-meta-info_8d5c80bedeaeebdc .te-single-meta_d23b83369c83eb23 a {
          color: #335371;
          font-size: 14px;
          line-height: 28px;
          font-weight: 400;
          margin: 0;
          text-transform: capitalize; }
        .te-post-card_448f375e6fac8f70 .content .te-post-meta-info_8d5c80bedeaeebdc .te-single-meta_d23b83369c83eb23 i {
          color: #317EFE; }
    .te-post-card_448f375e6fac8f70 .content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 39.84px;
      letter-spacing: 0px;
      font-family: "Inter", sans-serif;
      margin-bottom: 7px;
      color: #14203A;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-post-card_448f375e6fac8f70 .content a.read-btn_1c2e8fc4a1b9d707 {
      font-size: 17px;
      font-weight: 600;
      line-height: 42px;
      letter-spacing: 0px;
      text-transform: capitalize;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      color: #14203A; }
      .te-post-card_448f375e6fac8f70 .content a.read-btn_1c2e8fc4a1b9d707:hover {
        color: #317EFE; }

.te-post-card_448f375e6fac8f70.style-2_4a91f6cfdfbceacc {
  gap: 20px; }
  .te-post-card_448f375e6fac8f70.style-2_4a91f6cfdfbceacc .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_448f375e6fac8f70.style-2_4a91f6cfdfbceacc .image .te-post-date_d3059d373894004d {
      top: unset;
      right: unset;
      left: 0;
      bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-radius: 0 5px 0 0;
      padding: 20px 30px; }
  .te-post-card_448f375e6fac8f70.style-2_4a91f6cfdfbceacc .content .title {
    font-size: 20px; }
  .te-post-card_448f375e6fac8f70.style-2_4a91f6cfdfbceacc .content .te-post-meta-info_8d5c80bedeaeebdc {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_138575e18a6d83fa .te-comment-respond_74c399f207d299e7 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_138575e18a6d83fa .te-post-comments_0b735147f4238e04 {
  margin-top: 70px; }
.te-blog-details-wrapper_138575e18a6d83fa .wp-block-group_dc393eda25e536d0.has-background_8e7c7837f353f7d6 .wp-block-button_fdb9a9b837415e35 .wp-block-button__link_297dfa944b3f9f56 {
  color: #ffffff !important; }
.te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-meta_50e6c603b6c425fa {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883,
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7,
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-gallery,
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .postbox-audio_23ae81e3a612bbb4,
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .wp-block-post-featured-image_c786ba3a1c259c6c {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883,
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7,
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-gallery,
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .postbox-audio_23ae81e3a612bbb4,
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .wp-block-post-featured-image_c786ba3a1c259c6c {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883:hover img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7:hover img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-gallery:hover img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .postbox-audio_23ae81e3a612bbb4:hover img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .wp-block-post-featured-image_c786ba3a1c259c6c:hover img {
      -webkit-transform: scale(1.06);
              transform: scale(1.06);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-thumbnail_adc6df80d173b883 img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-video_aa90c1ad956df8c7 img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .post-gallery img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .postbox-audio_23ae81e3a612bbb4 img,
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .wp-block-post-featured-image_c786ba3a1c259c6c img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 100%; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content-wrapper_345dc3dd24e10369 {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-query_8aae30ebd478711b .wp-block-post-template_711e7765d4de79f7 {
      padding-left: 0; }
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-query_8aae30ebd478711b .wp-block-post-template_711e7765d4de79f7 .wp-block-post_7079b8ec04d848cb {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-navigation__responsive-container-content_a14b1e82267757f0 .wp-block-page-list_3b865be1ee619197 {
      padding-left: 0; }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-group_dc393eda25e536d0 {
      margin: 15px 0; }
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content .wp-block-group_dc393eda25e536d0 p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_138575e18a6d83fa .te-post-item_10a0e5e4d1c1960f .te-blog-post-tag_55926fe486074280 .te-social-share_889b60e19e3cfe94 {
    padding-bottom: 20px; }
.te-blog-details-wrapper_138575e18a6d83fa .wp-block-calendar_c40bcbf8788c05fa {
  margin-bottom: 30px; }

.te-author-info_ee5375c6280aedf4 {
  background-color: #F9F4F1;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 70px; }
  .te-author-info_ee5375c6280aedf4 .te-author-thumb_9647b1724e9baf7e {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden; }
    .te-author-info_ee5375c6280aedf4 .te-author-thumb_9647b1724e9baf7e img {
      border-radius: 20px; }
  .te-author-info_ee5375c6280aedf4 .te-author-text_5390a66ad2b196f7 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px; }
  .te-author-info_ee5375c6280aedf4 .te-author-text_5390a66ad2b196f7 .designation_250514efef00d698 {
    font-size: 16px;
    font-style: italic;
    color: #9ba8c3;
    text-transform: capitalize; }
  .te-author-info_ee5375c6280aedf4 .te-author-text_5390a66ad2b196f7 p {
    margin-top: 30px;
    margin-bottom: 0; }
  .te-author-info_ee5375c6280aedf4 .te-author-social-profiles_142cd79bf4575ecd {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .te-author-info_ee5375c6280aedf4 .te-author-social-profiles_142cd79bf4575ecd a {
      font-size: 16px;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 38px;
      height: 38px;
      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;
      background-color: #317EFE;
      border-radius: 50px; }
      .te-author-info_ee5375c6280aedf4 .te-author-social-profiles_142cd79bf4575ecd a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #ffffff;
        color: #317EFE; }
  .te-author-info_ee5375c6280aedf4 .te-author-post_0f03407420bb2e72 a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #14203A;
    border-bottom: 2px solid #E1E1E1;
    margin-top: 30px;
    display: inline-block; }
    .te-author-info_ee5375c6280aedf4 .te-author-post_0f03407420bb2e72 a:hover {
      color: #317EFE;
      border-color: #317EFE; }

.skill-progressbar-wrapper_eb6c48fadc57681a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .skill-progressbar-wrapper_eb6c48fadc57681a {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }

.skill-progressbar .progress-inner-item_2326d6b413c10644 {
  position: relative;
  margin: 0;
  line-height: inherit; }
.skill-progressbar .skill-title_9714bed7e02f2c97 {
  z-index: 100;
  color: #335371;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif; }
.skill-progressbar .progressbar-number_c56191101e91bf55 {
  width: 100%;
  z-index: 10; }
.skill-progressbar .progress-number-count {
  padding: 0 8px;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.skill-progressbar .progressbar-number_c56191101e91bf55,
.skill-progressbar .progress-number-count {
  font-size: 18px;
  line-height: 41px;
  height: 8px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  font-family: "Inter", sans-serif;
  color: #335371; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .skill-progressbar .progressbar-number_c56191101e91bf55,
    .skill-progressbar .progress-number-count {
      left: 90% !important; } }
.skill-progressbar .progress-content-outter_6b44154b43b6a933 {
  height: 8px;
  background-color: #E1E1E1;
  border-radius: 50px; }
.skill-progressbar .progress-content {
  height: 8px;
  background-color: #317EFE;
  width: 0%;
  border-radius: 50px; }

.cta-area_ff6efba2e7c13d5e {
  background-color: #317EFE;
  padding: 20px 70px;
  border-radius: 0 0 20px 20px; }
  .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .short-title_ca58e519cd0b10b3 {
      font-size: 21px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0; }
    .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .te-cta-title_7482fb4799245822 {
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 57px;
      line-height: 77px;
      letter-spacing: -1px; }
      @media (max-width: 375px) {
        .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .te-cta-title_7482fb4799245822 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .te-cta-title_7482fb4799245822 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .te-cta-title_7482fb4799245822 {
          font-size: 36px;
          line-height: 42px; } }
    .cta-area_ff6efba2e7c13d5e .te-content-wrapper_ec6daf33602cbaf4 .text {
      font-size: 18px;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 0; }
  .cta-area_ff6efba2e7c13d5e .te-btn-wrapper_bc317597bbca3222 {
    margin-top: 30px; }
  .cta-area_ff6efba2e7c13d5e .te-cta-inner-area_f4dbde49bfd46272 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .cta-area_ff6efba2e7c13d5e .te-cta-inner-area_f4dbde49bfd46272 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .cta-area_ff6efba2e7c13d5e .te-cta-inner-area_f4dbde49bfd46272 .te-cta-collumn_7ba69190f6fb2886 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }

.te-section-title_3fd9e0ca745901fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-section-title_3fd9e0ca745901fc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 28px;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      margin-bottom: 28px; } }
  .te-section-title_3fd9e0ca745901fc.left-align-title_5b8eab612450a4f2 .te-section-content_271cf2941378dfcb {
    margin-top: -15px; }
  .te-section-title_3fd9e0ca745901fc .te-section-content_271cf2941378dfcb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    position: relative;
    margin-bottom: -8px;
    margin-top: -10px; }
  .te-section-title_3fd9e0ca745901fc .short-title_ca58e519cd0b10b3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #317EFE;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    text-transform: uppercase; }
    .te-section-title_3fd9e0ca745901fc .short-title_ca58e519cd0b10b3::before, .te-section-title_3fd9e0ca745901fc .short-title_ca58e519cd0b10b3::after {
      content: "";
      width: 40px;
      height: 2px;
      border-bottom: 2px solid #317EFE;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }
    .te-section-title_3fd9e0ca745901fc .short-title_ca58e519cd0b10b3.only-divider_45dc741936d0663f {
      gap: 10px; }
      .te-section-title_3fd9e0ca745901fc .short-title_ca58e519cd0b10b3.only-divider_45dc741936d0663f::before {
        display: none; }
  .te-section-title_3fd9e0ca745901fc .title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.5px;
    color: #14203A;
    margin-bottom: 0;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .te-section-title_3fd9e0ca745901fc .title {
        font-size: 34px;
        line-height: 1.25; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .te-section-title_3fd9e0ca745901fc .title {
        font-size: 34px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-section-title_3fd9e0ca745901fc .title {
        font-size: 30px;
        line-height: 1.3; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-section-title_3fd9e0ca745901fc .title {
        font-size: 26px;
        line-height: 1.35; } }
    @media only screen and (min-width: 0px) and (max-width: 439px) {
      .te-section-title_3fd9e0ca745901fc .title br {
        display: none; } }
    .te-section-title_3fd9e0ca745901fc .title span {
      color: #317EFE; }
  .te-section-title_3fd9e0ca745901fc .te-section-desc_1c1a7a7d4016488e {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #335371;
    margin-bottom: 0; }
    .te-section-title_3fd9e0ca745901fc .te-section-desc_1c1a7a7d4016488e .te-theme-btn_de1c45a59eb9e515 {
      background-color: transparent;
      color: #14203A; }
      .te-section-title_3fd9e0ca745901fc .te-section-desc_1c1a7a7d4016488e .te-theme-btn_de1c45a59eb9e515:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.page-breadcrumb-area_34272f3509013bcc {
  padding-top: 230px;
  padding-bottom: 120px;
  position: relative;
  background-size: cover;
  background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
  background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }
  @media (max-width: 991px) {
    .page-breadcrumb-area_34272f3509013bcc {
      padding-top: 180px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .page-breadcrumb-area_34272f3509013bcc {
      padding-top: 150px;
      padding-bottom: 80px; } }

.page-overlay_23d81f29e3b27d51 {
  background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
  background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

.te-page-heading_aa8ea793dcfdd0b5 h3,
.te-page-heading_aa8ea793dcfdd0b5 .te-page-title_d2d969b3fe0188aa {
  font-family: "Inter", sans-serif;
  font-size: 57px;
  text-align: center;
  color: #14203A;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 77px;
  font-weight: 500; }
  @media (max-width: 375px) {
    .te-page-heading_aa8ea793dcfdd0b5 h3,
    .te-page-heading_aa8ea793dcfdd0b5 .te-page-title_d2d969b3fe0188aa {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-page-heading_aa8ea793dcfdd0b5 h3,
    .te-page-heading_aa8ea793dcfdd0b5 .te-page-title_d2d969b3fe0188aa {
      font-size: 42px;
      line-height: 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-page-heading_aa8ea793dcfdd0b5 h3,
    .te-page-heading_aa8ea793dcfdd0b5 .te-page-title_d2d969b3fe0188aa {
      font-size: 60px;
      line-height: 72px; } }

.te-breadcrumb-wrapper_0ca83448cc8d87ea {
  padding: 0 100px; }
  @media (max-width: 1199px) {
    .te-breadcrumb-wrapper_0ca83448cc8d87ea {
      padding: 0; } }

.te-breadcrumb-list_3f467cd8d8948b1d {
  text-align: center;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #14203A;
  text-transform: capitalize;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-breadcrumb-list_3f467cd8d8948b1d span.current-item_aec5adb57b2a63f0 {
    color: #317EFE; }
  .te-breadcrumb-list_3f467cd8d8948b1d a {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #14203A;
    text-transform: capitalize;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-breadcrumb-list_3f467cd8d8948b1d a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }
  .te-breadcrumb-list_3f467cd8d8948b1d ul {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 12px; }
    @media (max-width: 375px) {
      .te-breadcrumb-list_3f467cd8d8948b1d ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .te-breadcrumb-list_3f467cd8d8948b1d ul li {
      list-style: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 12px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #14203A; }
      .te-breadcrumb-list_3f467cd8d8948b1d ul li.active {
        color: #317EFE; }
        .te-breadcrumb-list_3f467cd8d8948b1d ul li.active a {
          color: #317EFE; }
      .te-breadcrumb-list_3f467cd8d8948b1d ul li a {
        font-family: "Inter", sans-serif;
        font-size: 20px;
        text-align: center;
        color: #14203A;
        text-transform: capitalize;
        line-height: 39px;
        font-weight: 500;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-breadcrumb-list_3f467cd8d8948b1d ul li a:hover {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          color: #317EFE; }
      .te-breadcrumb-list_3f467cd8d8948b1d ul li:before {
        content: "\f054";
        font-size: 12px;
        color: #14203A;
        font-family: "Font Awesome 6 Free";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .te-breadcrumb-list_3f467cd8d8948b1d ul li:first-child:before {
        display: none; }
        @media (max-width: 375px) {
          .te-breadcrumb-list_3f467cd8d8948b1d ul li:first-child:before {
            display: block !important; } }

.wp-block-query-pagination_a0aeb603534bbedf,
.navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971,
.comment-navigation_0e838f683372e190 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-numbers_91aefdc1b24fcb5b,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-numbers_91aefdc1b24fcb5b,
  .comment-navigation_0e838f683372e190 .wp-block-query-pagination-numbers_91aefdc1b24fcb5b {
    width: inherit; }
  .wp-block-query-pagination_a0aeb603534bbedf .nav-links_de6b524616b002e1,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-links_de6b524616b002e1,
  .comment-navigation_0e838f683372e190 .nav-links_de6b524616b002e1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-previous_496f8d83cbb8c400,
  .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-next_ec0935a09bb237a4,
  .wp-block-query-pagination_a0aeb603534bbedf .nav-next_8731f6d386f9b239 a,
  .wp-block-query-pagination_a0aeb603534bbedf .nav-previous_e67c2653f6957cd5 a,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-previous_496f8d83cbb8c400,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-next_ec0935a09bb237a4,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-next_8731f6d386f9b239 a,
  .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-previous_e67c2653f6957cd5 a,
  .comment-navigation_0e838f683372e190 .wp-block-query-pagination-previous_496f8d83cbb8c400,
  .comment-navigation_0e838f683372e190 .wp-block-query-pagination-next_ec0935a09bb237a4,
  .comment-navigation_0e838f683372e190 .nav-next_8731f6d386f9b239 a,
  .comment-navigation_0e838f683372e190 .nav-previous_e67c2653f6957cd5 a {
    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;
    color: #14203A;
    background-color: #ffffff;
    border-radius: 50px;
    height: 53px;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #dfe2e9;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-previous_496f8d83cbb8c400,
      .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-next_ec0935a09bb237a4,
      .wp-block-query-pagination_a0aeb603534bbedf .nav-next_8731f6d386f9b239 a,
      .wp-block-query-pagination_a0aeb603534bbedf .nav-previous_e67c2653f6957cd5 a,
      .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-previous_496f8d83cbb8c400,
      .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-next_ec0935a09bb237a4,
      .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-next_8731f6d386f9b239 a,
      .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-previous_e67c2653f6957cd5 a,
      .comment-navigation_0e838f683372e190 .wp-block-query-pagination-previous_496f8d83cbb8c400,
      .comment-navigation_0e838f683372e190 .wp-block-query-pagination-next_ec0935a09bb237a4,
      .comment-navigation_0e838f683372e190 .nav-next_8731f6d386f9b239 a,
      .comment-navigation_0e838f683372e190 .nav-previous_e67c2653f6957cd5 a {
        height: 40px; } }
    .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-previous_496f8d83cbb8c400:hover,
    .wp-block-query-pagination_a0aeb603534bbedf .wp-block-query-pagination-next_ec0935a09bb237a4:hover,
    .wp-block-query-pagination_a0aeb603534bbedf .nav-next_8731f6d386f9b239 a:hover,
    .wp-block-query-pagination_a0aeb603534bbedf .nav-previous_e67c2653f6957cd5 a:hover,
    .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-previous_496f8d83cbb8c400:hover,
    .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .wp-block-query-pagination-next_ec0935a09bb237a4:hover,
    .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-next_8731f6d386f9b239 a:hover,
    .navigation_08a88fa0608aa8f4.posts-navigation_2b0b91a2fdfa1971 .nav-previous_e67c2653f6957cd5 a:hover,
    .comment-navigation_0e838f683372e190 .wp-block-query-pagination-previous_496f8d83cbb8c400:hover,
    .comment-navigation_0e838f683372e190 .wp-block-query-pagination-next_ec0935a09bb237a4:hover,
    .comment-navigation_0e838f683372e190 .nav-next_8731f6d386f9b239 a:hover,
    .comment-navigation_0e838f683372e190 .nav-previous_e67c2653f6957cd5 a:hover {
      background: #317EFE !important;
      color: #ffffff;
      border-color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.te-basic-pagination_ea0783d9442c775d,
.page-links_bdf6ee0247bebc84,
.wp-block-query-pagination-numbers_91aefdc1b24fcb5b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  .te-basic-pagination_ea0783d9442c775d ul,
  .page-links_bdf6ee0247bebc84 ul,
  .wp-block-query-pagination-numbers_91aefdc1b24fcb5b ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .te-basic-pagination_ea0783d9442c775d ul li,
    .page-links_bdf6ee0247bebc84 ul li,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b ul li {
      padding-top: 0; }
    .te-basic-pagination_ea0783d9442c775d ul .prev span,
    .te-basic-pagination_ea0783d9442c775d ul .next span,
    .page-links_bdf6ee0247bebc84 ul .prev span,
    .page-links_bdf6ee0247bebc84 ul .next span,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b ul .prev span,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b ul .next span {
      display: none; }
  .te-basic-pagination_ea0783d9442c775d .post-page-numbers_5bc77b1991186539,
  .page-links_bdf6ee0247bebc84 .post-page-numbers_5bc77b1991186539,
  .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .post-page-numbers_5bc77b1991186539 {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_ea0783d9442c775d .page-numbers_fa01bf5000a9c5e1,
  .te-basic-pagination_ea0783d9442c775d .post-page-numbers_5bc77b1991186539,
  .page-links_bdf6ee0247bebc84 .page-numbers_fa01bf5000a9c5e1,
  .page-links_bdf6ee0247bebc84 .post-page-numbers_5bc77b1991186539,
  .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .page-numbers_fa01bf5000a9c5e1,
  .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .post-page-numbers_5bc77b1991186539 {
    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;
    color: #14203A;
    background-color: #ffffff;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #dfe2e9;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .te-basic-pagination_ea0783d9442c775d .page-numbers_fa01bf5000a9c5e1,
      .te-basic-pagination_ea0783d9442c775d .post-page-numbers_5bc77b1991186539,
      .page-links_bdf6ee0247bebc84 .page-numbers_fa01bf5000a9c5e1,
      .page-links_bdf6ee0247bebc84 .post-page-numbers_5bc77b1991186539,
      .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .page-numbers_fa01bf5000a9c5e1,
      .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .post-page-numbers_5bc77b1991186539 {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_ea0783d9442c775d .page-numbers_fa01bf5000a9c5e1:hover,
    .te-basic-pagination_ea0783d9442c775d .post-page-numbers_5bc77b1991186539:hover,
    .page-links_bdf6ee0247bebc84 .page-numbers_fa01bf5000a9c5e1:hover,
    .page-links_bdf6ee0247bebc84 .post-page-numbers_5bc77b1991186539:hover,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .page-numbers_fa01bf5000a9c5e1:hover,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .post-page-numbers_5bc77b1991186539:hover {
      background: #317EFE !important;
      color: #ffffff;
      border-color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-basic-pagination_ea0783d9442c775d .page-numbers_fa01bf5000a9c5e1.current,
    .te-basic-pagination_ea0783d9442c775d .post-page-numbers_5bc77b1991186539.current,
    .page-links_bdf6ee0247bebc84 .page-numbers_fa01bf5000a9c5e1.current,
    .page-links_bdf6ee0247bebc84 .post-page-numbers_5bc77b1991186539.current,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .page-numbers_fa01bf5000a9c5e1.current,
    .wp-block-query-pagination-numbers_91aefdc1b24fcb5b .post-page-numbers_5bc77b1991186539.current {
      background: #317EFE !important;
      color: #ffffff;
      border-color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.te-blog-post-nav_4151a580e149cd62 {
  margin: 40px 0;
  background: #fff;
  padding: 23px 30px;
  padding-bottom: 22px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1024px) {
    .te-blog-post-nav_4151a580e149cd62 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .te-blog-post-nav_4151a580e149cd62 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%; }
    @media (max-width: 374px) {
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe {
        width: 100%; } }
    .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe::after {
      content: "";
      background-color: #E1E1E1;
      width: 1px;
      height: 100%;
      margin-right: -15px; }
      @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe::after {
          display: none; } }
    .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe:last-child::after {
        display: none; }
    .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .te-post-img_eb621cbfc5d4ff69 {
      width: 96px;
      height: 96px;
      position: relative;
      border-radius: 50px;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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;
      background-color: #317EFE;
      font-size: 28px;
      color: #ffffff; }
      @media (max-width: 374px) {
        .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .te-post-img_eb621cbfc5d4ff69 {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .te-post-img_eb621cbfc5d4ff69 img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .text {
      width: 100%; }
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_4151a580e149cd62 .te-post-navigation_2258309c26d914fe .theme-navigation_2aecbd2d4e3eec74 {
      width: 100%; }

.project-page-wrapper_06eb539604b59462 {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-page-wrapper_06eb539604b59462 {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-page-wrapper_06eb539604b59462 {
      padding-top: 100px;
      padding-bottom: 60px; } }

.project-details-page_4bf969a67876599d {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-details-page_4bf969a67876599d {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-page_4bf969a67876599d {
      padding: 100px 0; } }

.project-details_fc51dad86e79935f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px; }
  .project-details_fc51dad86e79935f .image {
    border-radius: 20px;
    overflow: hidden; }
  .project-details_fc51dad86e79935f .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding-right: 73px; }
    @media (max-width: 1199px) {
      .project-details_fc51dad86e79935f .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-right: 0; } }
    .project-details_fc51dad86e79935f .content .text .title {
      font-size: 57px;
      font-weight: 500;
      line-height: 70px;
      letter-spacing: -1px;
      text-transform: capitalize; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .project-details_fc51dad86e79935f .content .text .title {
          font-size: 32px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .project-details_fc51dad86e79935f .content .text .title {
          font-size: 34px;
          line-height: 48px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-details_fc51dad86e79935f .content .text .title {
          font-size: 42px;
          line-height: 52px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .project-details_fc51dad86e79935f .content .text .title {
          font-size: 44px;
          line-height: 58px; } }
    .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 {
      width: 431px;
      background-color: #317EFE;
      border-radius: 20px;
      padding: 36px 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -120px; }
      @media (max-width: 1199px) {
        .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 {
          width: 100%;
          margin-top: 40px; } }
      .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 30px; }
      .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .project-info_45006162c052a74f {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 0; }
        @media (max-width: 575px) {
          .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .project-info_45006162c052a74f {
            grid-template-columns: repeat(1, 1fr); } }
        .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .project-info_45006162c052a74f .te-single-meta_d23b83369c83eb23 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 10px; }
        .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .project-info_45006162c052a74f .meta-title_8bb91d26a2596c07 {
          font-size: 20px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0px;
          color: #ffffff; }
        .project-details_fc51dad86e79935f .content .project-info-wrapper_453fe0a084d1ed03 .project-info_45006162c052a74f .meta-text_ca57fc316c3500d7 {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          color: #ffffff; }

.project-details-overview_e3d9114f007d3d77 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 30px; }
  .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
    @media (max-width: 1199px) {
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
    .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .image {
      width: 410px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 20px;
      overflow: hidden; }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .image img {
        border-radius: 20px; }
    .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
      position: relative;
      gap: 20px; }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf ul::after {
        width: 2px;
        height: calc(100% - 20px);
        background-color: #E1E1E1;
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf ul li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 15px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
        .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf ul li::before {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #317EFE;
          content: "";
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          z-index: 2; }
    .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .user-card_57485b31471e936d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      padding: 40px 30px 40px 40px;
      border: 1px solid #E1E1E1;
      border-radius: 20px;
      margin-top: 50px; }
      @media (max-width: 575px) {
        .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .user-card_57485b31471e936d {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .user-card_57485b31471e936d .image {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .user-card_57485b31471e936d .content .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0px; }
      .project-details-overview_e3d9114f007d3d77 .list-wrapper_6078490090d42cdf .user-card_57485b31471e936d .content .text {
        margin-bottom: 0; }

.te-list-item_96d12ba85e340549 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px; }
  .te-list-item_96d12ba85e340549 .icon_77ea3aa577a1e558 {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #317EFE;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 10px; }
  .te-list-item_96d12ba85e340549 .text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #335371;
    margin: 0; }

.sidebar_f80a1352eabe4538 {
  padding-left: 13px; }
  @media (max-width: 991px) {
    .sidebar_f80a1352eabe4538 {
      padding-left: 0;
      padding-top: 40px; } }

.page-sidebar_c9c116fc0e240679 {
  margin-bottom: 50px;
  padding-left: 18px; }

.sidebar__widget_8a01bb4024f581a0 {
  margin-bottom: 40px;
  background-color: #F9F4F1;
  padding: 40px 30px;
  border-radius: 20px; }

/* Widget */
.widget_2a0718ee9d14a9dc,
.sidebar__widget_8a01bb4024f581a0 {
  /* Widget Instagram Feed */
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Search Widget */
  /* Tagcloud Widget */
  /* Default Widget */ }
  .widget_2a0718ee9d14a9dc ol,
  .widget_2a0718ee9d14a9dc ul,
  .sidebar__widget_8a01bb4024f581a0 ol,
  .sidebar__widget_8a01bb4024f581a0 ul {
    margin-bottom: 0; }
  .widget_2a0718ee9d14a9dc .widget-instagram-feed_80c291be9078fc2a,
  .sidebar__widget_8a01bb4024f581a0 .widget-instagram-feed_80c291be9078fc2a {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_2a0718ee9d14a9dc .widget-instagram-feed_80c291be9078fc2a,
      .sidebar__widget_8a01bb4024f581a0 .widget-instagram-feed_80c291be9078fc2a {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_2a0718ee9d14a9dc .widget-instagram-feed_80c291be9078fc2a,
      .sidebar__widget_8a01bb4024f581a0 .widget-instagram-feed_80c291be9078fc2a {
        width: 200px; } }
    .widget_2a0718ee9d14a9dc .widget-instagram-feed_80c291be9078fc2a .single-instagram-feed_c770dd09cb58b8b3,
    .sidebar__widget_8a01bb4024f581a0 .widget-instagram-feed_80c291be9078fc2a .single-instagram-feed_c770dd09cb58b8b3 {
      width: 96px;
      height: 96px; }
  .widget_2a0718ee9d14a9dc .wp-block-heading_d4bedc31a7bab9f2,
  .widget_2a0718ee9d14a9dc .widget-title_16652ae200308f43,
  .widget_2a0718ee9d14a9dc .wp-block-search__label_ae2eb5047bf0555f,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-heading_d4bedc31a7bab9f2,
  .sidebar__widget_8a01bb4024f581a0 .widget-title_16652ae200308f43,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-search__label_ae2eb5047bf0555f {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #14203A;
    position: relative; }
  .widget_2a0718ee9d14a9dc .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_2a0718ee9d14a9dc .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a a,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a a {
      width: 44px;
      height: 44px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .widget_2a0718ee9d14a9dc .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a a:before,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-social-links_d220f7d538d6870f .wp-social-link_5ce1d6a24bf3b83a a:before {
        display: none; }
  .widget_2a0718ee9d14a9dc .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .widget_2a0718ee9d14a9dc .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .sidebar__widget_8a01bb4024f581a0 .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .sidebar__widget_8a01bb4024f581a0 .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f {
    font-weight: 500; }
    .widget_2a0718ee9d14a9dc .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .widget_2a0718ee9d14a9dc .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .widget_2a0718ee9d14a9dc .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .widget_2a0718ee9d14a9dc .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .sidebar__widget_8a01bb4024f581a0 .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .sidebar__widget_8a01bb4024f581a0 .has-avatars_716071bd3a1f1251.has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .sidebar__widget_8a01bb4024f581a0 .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .sidebar__widget_8a01bb4024f581a0 .has-dates_b59c0c33019202a6.has-excerpts_6635e7a0ecdca0e0.wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-link_ba7a559b9e74b821 {
      font-weight: 500; }
  .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9,
  .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li.wp-block-te-latest-comments__comment_cda4cf04d95dc7d9 {
    margin-bottom: 0; }
  .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d,
  .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d {
    line-height: 28px;
    font-weight: 400; }
    .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1 {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-meta_5051a9ed849abb2f .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-latest-posts__te-post-title_b01bf96e89431a3d .wp-block-te-latest-comments__comment-date_4d18afd9f1516de1:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li a,
  .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li a,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li a,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li a {
    color: #335371; }
    .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li a.wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd, .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li a.wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li a.wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li a.wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li a.wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li a.wp-block-te-latest-comments__comment-link_ba7a559b9e74b821,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li a.wp-block-te-latest-comments__comment-author_472d23e7ffea4cbd,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li a.wp-block-te-latest-comments__comment-link_ba7a559b9e74b821 {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li a:hover,
    .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li a:hover,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li a:hover,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li a:hover {
      color: #317EFE; }
  .widget_2a0718ee9d14a9dc .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-excerpt_eab770111f7ed0f8 p,
  .widget_2a0718ee9d14a9dc .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-excerpt_eab770111f7ed0f8 p,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-te-latest-comments_f54ca44990bff923 li .wp-block-te-latest-comments__comment-excerpt_eab770111f7ed0f8 p,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-latest-posts_5bca409aec2126d1 li .wp-block-te-latest-comments__comment-excerpt_eab770111f7ed0f8 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4,
  .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a,
    .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a {
      width: 40px;
      height: 40px;
      background-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      border-radius: 50px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 18px; }
      @media (max-width: 1199px) {
        .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a,
        .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a {
          width: 40px;
          height: 40px; } }
      .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a.facebook_0786e1f79078028e,
      .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a.facebook_0786e1f79078028e {
        background-color: #1877f2; }
      .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a.twitter_47c3a352ee689e1a,
      .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a.twitter_47c3a352ee689e1a {
        background-color: #1da1f2; }
      .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a.linkedin_b099eb89c90ac5ca,
      .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a.linkedin_b099eb89c90ac5ca {
        background-color: #0a66c2; }
      .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a.instagram_e346e2209185c72a,
      .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a.instagram_e346e2209185c72a {
        background-color: #405de6; }
      .widget_2a0718ee9d14a9dc .te-social-profile_6e93c435ab4032b4 a:hover,
      .sidebar__widget_8a01bb4024f581a0 .te-social-profile_6e93c435ab4032b4 a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_2a0718ee9d14a9dc select,
  .sidebar__widget_8a01bb4024f581a0 select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-username_7c2bf8e9e0aa1fbf label,
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-password_6caf1cfb8d894cf2 label,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-username_7c2bf8e9e0aa1fbf label,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-password_6caf1cfb8d894cf2 label {
    margin-bottom: 10px; }
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-username_7c2bf8e9e0aa1fbf input,
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-password_6caf1cfb8d894cf2 input,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-username_7c2bf8e9e0aa1fbf input,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-password_6caf1cfb8d894cf2 input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-remember_c7f5781316ec7745 label,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-remember_c7f5781316ec7745 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-submit_65d28098eed14fb7,
  .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-submit_65d28098eed14fb7 {
    margin-bottom: 0; }
    .widget_2a0718ee9d14a9dc .has-login-form_58ec1a1efb08a9b9 .login-submit_65d28098eed14fb7 input.button-primary_ebd133ce891ed03f,
    .sidebar__widget_8a01bb4024f581a0 .has-login-form_58ec1a1efb08a9b9 .login-submit_65d28098eed14fb7 input.button-primary_ebd133ce891ed03f {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #317EFE;
      color: #fff;
      padding: 12px 32px;
      text-align: center;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      text-transform: capitalize;
      position: relative;
      z-index: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-size: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      border-radius: 50px; }
  .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130,
  .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 button,
    .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_2a0718ee9d14a9dc.widget_search_9e0f3225df4de41a .sidebar__search_ee48e9f2c7223975,
  .sidebar__widget_8a01bb4024f581a0.widget_search_9e0f3225df4de41a .sidebar__search_ee48e9f2c7223975 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_2a0718ee9d14a9dc.widget_search_9e0f3225df4de41a .sidebar__search_ee48e9f2c7223975 button,
    .sidebar__widget_8a01bb4024f581a0.widget_search_9e0f3225df4de41a .sidebar__search_ee48e9f2c7223975 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_2a0718ee9d14a9dc .wp-block-search__no-button_524727da1c3d3a16.wp-block-search_43bfacfc2f233064 input,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-search__no-button_524727da1c3d3a16.wp-block-search_43bfacfc2f233064 input {
    border-radius: 10px; }
  .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 {
    margin-bottom: -2px; }
  .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064,
  .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130,
  .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064,
  .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130,
  .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 .wp-block-search__inside-wrapper_9f0d4ef119213a9d,
    .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 .wp-block-search__inside-wrapper_9f0d4ef119213a9d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064 label,
    .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 label,
    .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975 label,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 label,
    .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 label,
    .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064 input,
    .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 input,
    .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975 input,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 input,
    .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 input,
    .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 input {
      background-color: #ffffff;
      border: 1px solid #E1E1E1 !important;
      padding: 0 25px;
      height: 60px;
      width: 100%;
      color: #335371;
      font-size: 15px;
      border-radius: 6px 0 0 6px; }
    .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064 button,
    .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 button,
    .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975 button,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 button,
    .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 button,
    .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 button {
      color: #ffffff;
      padding: 0 20px;
      position: relative;
      right: 0;
      background-color: #317EFE;
      top: 0;
      height: auto;
      border-radius: 0 6px 6px 0;
      line-height: 0;
      border: 0;
      margin-left: 0 !important; }
  .widget_2a0718ee9d14a9dc .tagcloud_9dbdb069443fc472,
  .widget_2a0718ee9d14a9dc .wp-block-tag-cloud_452c2824f5f2c8b0,
  .sidebar__widget_8a01bb4024f581a0 .tagcloud_9dbdb069443fc472,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-tag-cloud_452c2824f5f2c8b0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget_2a0718ee9d14a9dc .tagcloud_9dbdb069443fc472 a,
    .widget_2a0718ee9d14a9dc .wp-block-tag-cloud_452c2824f5f2c8b0 a,
    .sidebar__widget_8a01bb4024f581a0 .tagcloud_9dbdb069443fc472 a,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-tag-cloud_452c2824f5f2c8b0 a {
      color: #335371;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      padding: 10px 11px;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      border: 1px solid #bfc5cb; }
      .widget_2a0718ee9d14a9dc .tagcloud_9dbdb069443fc472 a:hover,
      .widget_2a0718ee9d14a9dc .wp-block-tag-cloud_452c2824f5f2c8b0 a:hover,
      .sidebar__widget_8a01bb4024f581a0 .tagcloud_9dbdb069443fc472 a:hover,
      .sidebar__widget_8a01bb4024f581a0 .wp-block-tag-cloud_452c2824f5f2c8b0 a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_2a0718ee9d14a9dc ul,
  .widget_2a0718ee9d14a9dc ol,
  .sidebar__widget_8a01bb4024f581a0 ul,
  .sidebar__widget_8a01bb4024f581a0 ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_2a0718ee9d14a9dc ul li,
    .widget_2a0718ee9d14a9dc ol li,
    .sidebar__widget_8a01bb4024f581a0 ul li,
    .sidebar__widget_8a01bb4024f581a0 ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_2a0718ee9d14a9dc ul li:first-child,
      .widget_2a0718ee9d14a9dc ol li:first-child,
      .sidebar__widget_8a01bb4024f581a0 ul li:first-child,
      .sidebar__widget_8a01bb4024f581a0 ol li:first-child {
        border-top: 0; }
      .widget_2a0718ee9d14a9dc ul li:last-child,
      .widget_2a0718ee9d14a9dc ol li:last-child,
      .sidebar__widget_8a01bb4024f581a0 ul li:last-child,
      .sidebar__widget_8a01bb4024f581a0 ol li:last-child {
        margin-bottom: 0; }
      .widget_2a0718ee9d14a9dc ul li.recentcomments_5deb3aa68165f6e8 .comment-author-link_d03a9e8b143865df a:before, .widget_2a0718ee9d14a9dc ul li.wp-block-latest-comments__comment_da8103ab84c07da9 .comment-author-link_d03a9e8b143865df a:before,
      .widget_2a0718ee9d14a9dc ol li.recentcomments_5deb3aa68165f6e8 .comment-author-link_d03a9e8b143865df a:before,
      .widget_2a0718ee9d14a9dc ol li.wp-block-latest-comments__comment_da8103ab84c07da9 .comment-author-link_d03a9e8b143865df a:before,
      .sidebar__widget_8a01bb4024f581a0 ul li.recentcomments_5deb3aa68165f6e8 .comment-author-link_d03a9e8b143865df a:before,
      .sidebar__widget_8a01bb4024f581a0 ul li.wp-block-latest-comments__comment_da8103ab84c07da9 .comment-author-link_d03a9e8b143865df a:before,
      .sidebar__widget_8a01bb4024f581a0 ol li.recentcomments_5deb3aa68165f6e8 .comment-author-link_d03a9e8b143865df a:before,
      .sidebar__widget_8a01bb4024f581a0 ol li.wp-block-latest-comments__comment_da8103ab84c07da9 .comment-author-link_d03a9e8b143865df a:before {
        display: none; }
      .widget_2a0718ee9d14a9dc ul li.recentcomments_5deb3aa68165f6e8 a, .widget_2a0718ee9d14a9dc ul li.wp-block-latest-comments__comment_da8103ab84c07da9 a,
      .widget_2a0718ee9d14a9dc ol li.recentcomments_5deb3aa68165f6e8 a,
      .widget_2a0718ee9d14a9dc ol li.wp-block-latest-comments__comment_da8103ab84c07da9 a,
      .sidebar__widget_8a01bb4024f581a0 ul li.recentcomments_5deb3aa68165f6e8 a,
      .sidebar__widget_8a01bb4024f581a0 ul li.wp-block-latest-comments__comment_da8103ab84c07da9 a,
      .sidebar__widget_8a01bb4024f581a0 ol li.recentcomments_5deb3aa68165f6e8 a,
      .sidebar__widget_8a01bb4024f581a0 ol li.wp-block-latest-comments__comment_da8103ab84c07da9 a {
        padding-left: 0;
        display: inline; }
        .widget_2a0718ee9d14a9dc ul li.recentcomments_5deb3aa68165f6e8 a:before, .widget_2a0718ee9d14a9dc ul li.wp-block-latest-comments__comment_da8103ab84c07da9 a:before,
        .widget_2a0718ee9d14a9dc ol li.recentcomments_5deb3aa68165f6e8 a:before,
        .widget_2a0718ee9d14a9dc ol li.wp-block-latest-comments__comment_da8103ab84c07da9 a:before,
        .sidebar__widget_8a01bb4024f581a0 ul li.recentcomments_5deb3aa68165f6e8 a:before,
        .sidebar__widget_8a01bb4024f581a0 ul li.wp-block-latest-comments__comment_da8103ab84c07da9 a:before,
        .sidebar__widget_8a01bb4024f581a0 ol li.recentcomments_5deb3aa68165f6e8 a:before,
        .sidebar__widget_8a01bb4024f581a0 ol li.wp-block-latest-comments__comment_da8103ab84c07da9 a:before {
          display: none; }
      .widget_2a0718ee9d14a9dc ul li a,
      .widget_2a0718ee9d14a9dc ol li a,
      .sidebar__widget_8a01bb4024f581a0 ul li a,
      .sidebar__widget_8a01bb4024f581a0 ol li a {
        color: #335371;
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        font-size: 18px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        /* RSS Widget */ }
        .widget_2a0718ee9d14a9dc ul li a::before,
        .widget_2a0718ee9d14a9dc ol li a::before,
        .sidebar__widget_8a01bb4024f581a0 ul li a::before,
        .sidebar__widget_8a01bb4024f581a0 ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_2a0718ee9d14a9dc ul li a:hover,
        .widget_2a0718ee9d14a9dc ol li a:hover,
        .sidebar__widget_8a01bb4024f581a0 ul li a:hover,
        .sidebar__widget_8a01bb4024f581a0 ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_2a0718ee9d14a9dc ul li a.rsswidget_fb430b283cf21402, .widget_2a0718ee9d14a9dc ul li a.wp-block-latest-posts__post-title_0f32ee371c631d82,
        .widget_2a0718ee9d14a9dc ol li a.rsswidget_fb430b283cf21402,
        .widget_2a0718ee9d14a9dc ol li a.wp-block-latest-posts__post-title_0f32ee371c631d82,
        .sidebar__widget_8a01bb4024f581a0 ul li a.rsswidget_fb430b283cf21402,
        .sidebar__widget_8a01bb4024f581a0 ul li a.wp-block-latest-posts__post-title_0f32ee371c631d82,
        .sidebar__widget_8a01bb4024f581a0 ol li a.rsswidget_fb430b283cf21402,
        .sidebar__widget_8a01bb4024f581a0 ol li a.wp-block-latest-posts__post-title_0f32ee371c631d82 {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_2a0718ee9d14a9dc ul li a.rsswidget_fb430b283cf21402:before, .widget_2a0718ee9d14a9dc ul li a.wp-block-latest-posts__post-title_0f32ee371c631d82:before,
          .widget_2a0718ee9d14a9dc ol li a.rsswidget_fb430b283cf21402:before,
          .widget_2a0718ee9d14a9dc ol li a.wp-block-latest-posts__post-title_0f32ee371c631d82:before,
          .sidebar__widget_8a01bb4024f581a0 ul li a.rsswidget_fb430b283cf21402:before,
          .sidebar__widget_8a01bb4024f581a0 ul li a.wp-block-latest-posts__post-title_0f32ee371c631d82:before,
          .sidebar__widget_8a01bb4024f581a0 ol li a.rsswidget_fb430b283cf21402:before,
          .sidebar__widget_8a01bb4024f581a0 ol li a.wp-block-latest-posts__post-title_0f32ee371c631d82:before {
            display: none; }
      .widget_2a0718ee9d14a9dc ul li ul,
      .widget_2a0718ee9d14a9dc ol li ul,
      .sidebar__widget_8a01bb4024f581a0 ul li ul,
      .sidebar__widget_8a01bb4024f581a0 ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_2a0718ee9d14a9dc ul.wp-tag-cloud_a3630d729a40c69f li,
    .widget_2a0718ee9d14a9dc ol.wp-tag-cloud_a3630d729a40c69f li,
    .sidebar__widget_8a01bb4024f581a0 ul.wp-tag-cloud_a3630d729a40c69f li,
    .sidebar__widget_8a01bb4024f581a0 ol.wp-tag-cloud_a3630d729a40c69f li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_2a0718ee9d14a9dc ul.wp-tag-cloud_a3630d729a40c69f li a:before,
      .widget_2a0718ee9d14a9dc ol.wp-tag-cloud_a3630d729a40c69f li a:before,
      .sidebar__widget_8a01bb4024f581a0 ul.wp-tag-cloud_a3630d729a40c69f li a:before,
      .sidebar__widget_8a01bb4024f581a0 ol.wp-tag-cloud_a3630d729a40c69f li a:before {
        display: none; }
  .widget_2a0718ee9d14a9dc.te_widget_categories_df9e220a470ed817 li, .widget_2a0718ee9d14a9dc.widget_archive_68c6931de3ca07de li,
  .widget_2a0718ee9d14a9dc .wp-block-categories-list_e35198264997f845 li,
  .widget_2a0718ee9d14a9dc .wp-block-archives-list_fea4ca615e6520d0 li,
  .sidebar__widget_8a01bb4024f581a0.te_widget_categories_df9e220a470ed817 li,
  .sidebar__widget_8a01bb4024f581a0.widget_archive_68c6931de3ca07de li,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-categories-list_e35198264997f845 li,
  .sidebar__widget_8a01bb4024f581a0 .wp-block-archives-list_fea4ca615e6520d0 li {
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_2a0718ee9d14a9dc.te_widget_categories_df9e220a470ed817 li.cat-item_4d5dd40bc3f97f71, .widget_2a0718ee9d14a9dc.widget_archive_68c6931de3ca07de li.cat-item_4d5dd40bc3f97f71,
    .widget_2a0718ee9d14a9dc .wp-block-categories-list_e35198264997f845 li.cat-item_4d5dd40bc3f97f71,
    .widget_2a0718ee9d14a9dc .wp-block-archives-list_fea4ca615e6520d0 li.cat-item_4d5dd40bc3f97f71,
    .sidebar__widget_8a01bb4024f581a0.te_widget_categories_df9e220a470ed817 li.cat-item_4d5dd40bc3f97f71,
    .sidebar__widget_8a01bb4024f581a0.widget_archive_68c6931de3ca07de li.cat-item_4d5dd40bc3f97f71,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-categories-list_e35198264997f845 li.cat-item_4d5dd40bc3f97f71,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-archives-list_fea4ca615e6520d0 li.cat-item_4d5dd40bc3f97f71 {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_2a0718ee9d14a9dc.te_widget_categories_df9e220a470ed817 li a, .widget_2a0718ee9d14a9dc.widget_archive_68c6931de3ca07de li a,
    .widget_2a0718ee9d14a9dc .wp-block-categories-list_e35198264997f845 li a,
    .widget_2a0718ee9d14a9dc .wp-block-archives-list_fea4ca615e6520d0 li a,
    .sidebar__widget_8a01bb4024f581a0.te_widget_categories_df9e220a470ed817 li a,
    .sidebar__widget_8a01bb4024f581a0.widget_archive_68c6931de3ca07de li a,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-categories-list_e35198264997f845 li a,
    .sidebar__widget_8a01bb4024f581a0 .wp-block-archives-list_fea4ca615e6520d0 li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_d9ff22c2c4b9be57 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .widget-about-info_d9ff22c2c4b9be57 .about-desc_a96ba6597f1e1a48 {
    text-align: left; }
    .widget-about-info_d9ff22c2c4b9be57 .about-desc_a96ba6597f1e1a48 .about-title_2c36ad20d6f8fc26 {
      font-size: 20px; }
  .widget-about-info_d9ff22c2c4b9be57 .about-image_9c192fb38f86edd2 {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_d9ff22c2c4b9be57 .te-social-profile_6e93c435ab4032b4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #E1E1E1;
    width: 100%;
    margin-top: 10px; }
    .widget-about-info_d9ff22c2c4b9be57 .te-social-profile_6e93c435ab4032b4 a {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 44px;
      height: 44px;
      background-color: #F9F4F1;
      border-radius: 50px;
      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;
      color: #14203A;
      transition: all 0.5s ease-out; }
      .widget-about-info_d9ff22c2c4b9be57 .te-social-profile_6e93c435ab4032b4 a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #317EFE; }

/* Latest Post Widget*/
.has-dates_b59c0c33019202a6.has-author_5c6b0b06c6c5adc8.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__te-post-title_b01bf96e89431a3d {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_d56d50eeb3b9d4ff .wp-block-heading_d4bedc31a7bab9f2:before,
.widget_rss_d56d50eeb3b9d4ff .widget-title_16652ae200308f43:before {
  display: none; }
.widget_rss_d56d50eeb3b9d4ff .rss-widget-icon_50d694c68139162b {
  margin-right: 6px; }
.widget_rss_d56d50eeb3b9d4ff ul li a.rsswidget_fb430b283cf21402 {
  color: #14203A; }
  .widget_rss_d56d50eeb3b9d4ff ul li a.rsswidget_fb430b283cf21402:hover {
    color: #317EFE; }

.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-title_ad320a6bdaf53c95,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-title_ad320a6bdaf53c95,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-title_ad320a6bdaf53c95 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-title_ad320a6bdaf53c95 a:before,
  .wp-block-rss_a448b41bd893e30f .wp-block-rss__item-title_ad320a6bdaf53c95 a:before,
  .widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-title_ad320a6bdaf53c95 a:before {
    display: none; }
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__post-author_79a90d678d6174f1,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-publish-date_9eceb7641425fd88,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__post-author_79a90d678d6174f1,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-publish-date_9eceb7641425fd88,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__post-author_79a90d678d6174f1,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-publish-date_9eceb7641425fd88 {
  margin-right: 10px; }
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__post-author_79a90d678d6174f1,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__te-post-date_64e070c8711974da,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-publish-date_9eceb7641425fd88,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-author_de6c6945fce78e47,
.wp-block-latest-posts_5bca409aec2126d1 .rss-date_e522a3d021ac5d56,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__post-author_79a90d678d6174f1,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__te-post-date_64e070c8711974da,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-publish-date_9eceb7641425fd88,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-author_de6c6945fce78e47,
.wp-block-rss_a448b41bd893e30f .rss-date_e522a3d021ac5d56,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__post-author_79a90d678d6174f1,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__te-post-date_64e070c8711974da,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-publish-date_9eceb7641425fd88,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-author_de6c6945fce78e47,
.widget_rss_d56d50eeb3b9d4ff .rss-date_e522a3d021ac5d56 {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__te-post-date_64e070c8711974da:before,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-publish-date_9eceb7641425fd88:before,
.wp-block-latest-posts_5bca409aec2126d1 .rss-date_e522a3d021ac5d56:before,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__te-post-date_64e070c8711974da:before,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-publish-date_9eceb7641425fd88:before,
.wp-block-rss_a448b41bd893e30f .rss-date_e522a3d021ac5d56:before,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__te-post-date_64e070c8711974da:before,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-publish-date_9eceb7641425fd88:before,
.widget_rss_d56d50eeb3b9d4ff .rss-date_e522a3d021ac5d56:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__post-author_79a90d678d6174f1:before,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-author_de6c6945fce78e47:before,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__post-author_79a90d678d6174f1:before,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-author_de6c6945fce78e47:before,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__post-author_79a90d678d6174f1:before,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-author_de6c6945fce78e47:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-latest-posts__post-excerpt_43f5fc52edead04a,
.wp-block-latest-posts_5bca409aec2126d1 .wp-block-rss__item-excerpt_4881f81b8c4397bc,
.wp-block-latest-posts_5bca409aec2126d1 .rssSummary_1c80a89fdbe810f8,
.wp-block-rss_a448b41bd893e30f .wp-block-latest-posts__post-excerpt_43f5fc52edead04a,
.wp-block-rss_a448b41bd893e30f .wp-block-rss__item-excerpt_4881f81b8c4397bc,
.wp-block-rss_a448b41bd893e30f .rssSummary_1c80a89fdbe810f8,
.widget_rss_d56d50eeb3b9d4ff .wp-block-latest-posts__post-excerpt_43f5fc52edead04a,
.widget_rss_d56d50eeb3b9d4ff .wp-block-rss__item-excerpt_4881f81b8c4397bc,
.widget_rss_d56d50eeb3b9d4ff .rssSummary_1c80a89fdbe810f8 {
  margin-top: 10px;
  margin-bottom: 0; }

.te_widget_latest_post_cad8bafd767e14eb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }
  .te_widget_latest_post_cad8bafd767e14eb ul li:hover .te-latest-post-thumb_d87267bf0fac6224 img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te_widget_latest_post_cad8bafd767e14eb ul li:last-child {
    margin-bottom: 0; }
  .te_widget_latest_post_cad8bafd767e14eb ul li a {
    padding-left: 0; }
    .te_widget_latest_post_cad8bafd767e14eb ul li a:before {
      display: none; }
  .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-thumb_d87267bf0fac6224 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 20px; }
    .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-thumb_d87267bf0fac6224 img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 33px;
    color: #14203A;
    font-family: "Inter", sans-serif; }
    .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 a {
      font-size: 20px;
      line-height: 33px;
      color: #14203A;
      position: relative;
      text-transform: capitalize;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      font-family: "Inter", sans-serif; }
      .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 a:hover {
        color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-meta_4e48a9b55972c543 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    gap: 8px;
    color: #335371; }

.widget-instagram-feed_80c291be9078fc2a {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 240px; }
  @media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget-instagram-feed_80c291be9078fc2a {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 374px) {
    .widget-instagram-feed_80c291be9078fc2a {
      grid-template-columns: repeat(2, 1fr); } }
  .widget-instagram-feed_80c291be9078fc2a .single-instagram-feed_c770dd09cb58b8b3 {
    border-radius: 20px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .widget-instagram-feed_80c291be9078fc2a .single-instagram-feed_c770dd09cb58b8b3:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .widget-instagram-feed_80c291be9078fc2a .single-instagram-feed_c770dd09cb58b8b3 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.widget_promotion_9f3ac6c7970211aa {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #14203A; }
  .widget_promotion_9f3ac6c7970211aa .wp-block-heading_d4bedc31a7bab9f2 {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px; }
  .widget_promotion_9f3ac6c7970211aa .secondary-btn_6d03e2c3d3d9d8fb {
    display: inline-block;
    background: #E7F914;
    color: #14203A;
    padding: 12px 104px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 10px; }
    .widget_promotion_9f3ac6c7970211aa .secondary-btn_6d03e2c3d3d9d8fb i {
      color: #fff;
      font-size: 16px; }
    .widget_promotion_9f3ac6c7970211aa .secondary-btn_6d03e2c3d3d9d8fb:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #ffffff;
      border-color: #ffffff; }
  .widget_promotion_9f3ac6c7970211aa p {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 32px; }

.te-post-item_10a0e5e4d1c1960f .te-single-post-meta_c5ffd2f01f7b1412 {
  gap: 32px; }

.te-comment-respond_74c399f207d299e7 {
  margin-top: 70px; }

.te-comment-title_68d0ac1ef20a156e h2,
.te-comment-title_68d0ac1ef20a156e .wp-block-comments-title_22b0d9047db936bd,
.wp-block-comments_818c0b3e8fad9e60 h2,
.wp-block-comments_818c0b3e8fad9e60 .wp-block-comments-title_22b0d9047db936bd {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb {
  padding-left: 0; }
  .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb .wp-block-te-comment-reply_cd60216d819729e7 {
    margin-top: 15px; }
  .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-column_42db84214ac75dfb:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-avatar_a329266c17026ede {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-avatar_a329266c17026ede img {
        width: 100%; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-comment-author-name_f64c91d4e05044dc a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-comment-edit-link_5cf0567a19ffd02e a {
      color: #317EFE; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-comment-date_3580c1143881651e a,
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-comment-edit-link_5cf0567a19ffd02e a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-te-comment-reply_cd60216d819729e7 a {
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      color: #14203A;
      border: 1px solid #317EFE;
      padding: 4px 26px;
      display: inline-block; }
      .wp-block-comments_818c0b3e8fad9e60 .wp-block-comment-template_77738cf6582e49eb li .wp-block-columns_f702daf9bb75085b .wp-block-te-comment-reply_cd60216d819729e7 a:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

/* Block Comment End */
.te-latest-comments_6b92114d275293cd .te-comment-respond_74c399f207d299e7,
.te-latest-comments_6b92114d275293cd .comment-respond_a4e0178032bc7339 {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_6b92114d275293cd li .children .te-comments-item_a02fffc592a2784d {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_6b92114d275293cd li .children .te-comments-item_a02fffc592a2784d {
      margin-left: 0; } }
.te-latest-comments_6b92114d275293cd li .children .children .te-comments-item_a02fffc592a2784d {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d {
      padding: 30px; } }
  .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-avatar_133d8307065b4d17 {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-avatar_133d8307065b4d17 {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-avatar_133d8307065b4d17 img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 {
    overflow: hidden; }
    .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-avatar-name_23358077ab0cfb3f {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-avatar-name_23358077ab0cfb3f h5 {
        font-size: 21px;
        margin-bottom: 5px;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-avatar-name_23358077ab0cfb3f span {
        color: #131A2A;
        font-size: 16px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        font-style: italic; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-avatar-name_23358077ab0cfb3f span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-comment-reply_9661c981da09ae42 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      color: #14203A;
      border: 1px solid #317EFE;
      padding: 4px 26px;
      gap: 8px;
      position: absolute;
      top: 0;
      right: 0; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-comment-reply_9661c981da09ae42 {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_6b92114d275293cd li .te-comments-item_a02fffc592a2784d .te-comments-text_aaf77696a5f82953 .te-comment-reply_9661c981da09ae42:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.te-post-comments_0b735147f4238e04 .te-latest-comments_6b92114d275293cd > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.te-comments-text_aaf77696a5f82953 > ul, .te-comments-text_aaf77696a5f82953 > ol {
  margin-bottom: 20px; }

ul.children {
  list-style: none; }

.te-post-comments-form_8e2d7a5d1411acb5 .te-contacts-message_fb2c9d38a8ad84d9 {
  margin-top: 10px; }

/*Comment Input Filed*/
.te-post-comments-title_e06648f3d085bedd .sub-title_35db19d0fb93790b {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #E7F914;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px; }
.te-post-comments-title_e06648f3d085bedd h2 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 500;
  color: #14203A;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-comments-title_e06648f3d085bedd h2 {
      font-size: 28px;
      margin-bottom: 20px; } }
  .te-post-comments-title_e06648f3d085bedd h2 small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #317EFE;
    text-transform: capitalize; }

.comment-reply-title_9dc64184c4908e1c {
  font-size: 36px;
  line-height: 28px;
  font-weight: 500;
  color: #14203A;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-reply-title_9dc64184c4908e1c {
      font-size: 28px;
      margin-bottom: 20px; } }
  .comment-reply-title_9dc64184c4908e1c small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #317EFE;
    text-transform: capitalize; }

.te-comment-respond_74c399f207d299e7,
.comment-respond_a4e0178032bc7339 {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_74c399f207d299e7 .comment-form-cookies-consent_1c5822c9ec4d79db,
  .comment-respond_a4e0178032bc7339 .comment-form-cookies-consent_1c5822c9ec4d79db {
    display: none; }
  .te-comment-respond_74c399f207d299e7 .comment-notes_11971e589e3d91c5,
  .comment-respond_a4e0178032bc7339 .comment-notes_11971e589e3d91c5 {
    margin-bottom: 30px; }
  .te-comment-respond_74c399f207d299e7 p,
  .comment-respond_a4e0178032bc7339 p {
    margin: 0; }
  .te-comment-respond_74c399f207d299e7 .te-contacts-email_b1198dcc5caf763c,
  .te-comment-respond_74c399f207d299e7 .te-contacts-name_b443fff360e8e02e,
  .te-comment-respond_74c399f207d299e7 .single-input-field_fb46b78af7847be0,
  .comment-respond_a4e0178032bc7339 .te-contacts-email_b1198dcc5caf763c,
  .comment-respond_a4e0178032bc7339 .te-contacts-name_b443fff360e8e02e,
  .comment-respond_a4e0178032bc7339 .single-input-field_fb46b78af7847be0 {
    margin-bottom: 20px; }
  .te-comment-respond_74c399f207d299e7 label,
  .comment-respond_a4e0178032bc7339 label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_74c399f207d299e7 .checkbox-field-wrapper_27d06d3c0e8a7318,
  .comment-respond_a4e0178032bc7339 .checkbox-field-wrapper_27d06d3c0e8a7318 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 15px 0; }
    .te-comment-respond_74c399f207d299e7 .checkbox-field-wrapper_27d06d3c0e8a7318 p,
    .comment-respond_a4e0178032bc7339 .checkbox-field-wrapper_27d06d3c0e8a7318 p {
      margin: 0; }
    .te-comment-respond_74c399f207d299e7 .checkbox-field-wrapper_27d06d3c0e8a7318 .single-checkbox-field_40d5bb1131df3264,
    .comment-respond_a4e0178032bc7339 .checkbox-field-wrapper_27d06d3c0e8a7318 .single-checkbox-field_40d5bb1131df3264 {
      margin-bottom: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      font-size: 18px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
  .te-comment-respond_74c399f207d299e7 .te-comment-form-cookies-consent_93e4cfc5cdb00d75,
  .comment-respond_a4e0178032bc7339 .te-comment-form-cookies-consent_93e4cfc5cdb00d75 {
    display: none; }
  .te-comment-respond_74c399f207d299e7 input[type="number"],
  .comment-respond_a4e0178032bc7339 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_74c399f207d299e7 input,
  .te-comment-respond_74c399f207d299e7 select,
  .comment-respond_a4e0178032bc7339 input,
  .comment-respond_a4e0178032bc7339 select {
    padding: 0 20px;
    height: 60px;
    width: 100%;
    color: #778196;
    opacity: 1;
    border: 1px solid #E1E1E1 !important;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    font-family: "Inter", sans-serif !important; }
  .te-comment-respond_74c399f207d299e7 *::-webkit-input-placeholder,
  .comment-respond_a4e0178032bc7339 *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_74c399f207d299e7 *:-ms-input-placeholder,
  .comment-respond_a4e0178032bc7339 *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_74c399f207d299e7 *::-ms-input-placeholder,
  .comment-respond_a4e0178032bc7339 *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_74c399f207d299e7 *::placeholder,
  .comment-respond_a4e0178032bc7339 *::placeholder {
    color: #778196; }
  .te-comment-respond_74c399f207d299e7 textarea,
  .comment-respond_a4e0178032bc7339 textarea {
    resize: vertical;
    padding: 20px;
    width: 100%;
    color: #778196;
    border: 1px solid #E1E1E1 !important;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    font-family: "Inter", sans-serif !important;
    height: 190px;
    margin-bottom: 30px; }
  .te-comment-respond_74c399f207d299e7 input:focus,
  .te-comment-respond_74c399f207d299e7 textarea:focus,
  .te-comment-respond_74c399f207d299e7 .form-select_2aebdfe9315d3e99:focus,
  .comment-respond_a4e0178032bc7339 input:focus,
  .comment-respond_a4e0178032bc7339 textarea:focus,
  .comment-respond_a4e0178032bc7339 .form-select_2aebdfe9315d3e99:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #317EFE !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }

.te-team-card_9ca0ba7eff21918f {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_9ca0ba7eff21918f:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_9ca0ba7eff21918f:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-team-card_9ca0ba7eff21918f:hover .te-content-wrapper_ec6daf33602cbaf4 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .te-team-card_9ca0ba7eff21918f .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_9ca0ba7eff21918f .image:before {
      position: absolute;
      width: 200%;
      height: 0%;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      content: "";
      z-index: 1; }
    .te-team-card_9ca0ba7eff21918f .image img {
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 43, 197, 0)), to(#0E2BC5));
    background: linear-gradient(180deg, rgba(14, 43, 197, 0) 0%, #0E2BC5 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3); }
    .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1;
      gap: 17px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 45px 30px; }
      .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .content .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
      .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .content .desc_75f7ba79e14d766b {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 {
      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;
      gap: 20px;
      width: 100%;
      z-index: -1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 a {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        background-color: #ffffff;
        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;
        font-size: 14px;
        color: #14203A;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .te-team-card_9ca0ba7eff21918f .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc:hover .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc:hover .te-content-wrapper_ec6daf33602cbaf4 .content .title,
    .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc:hover .te-content-wrapper_ec6daf33602cbaf4 .content .desc_75f7ba79e14d766b {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .image {
    border-radius: 20px; }
  .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content .desc_75f7ba79e14d766b {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_9ca0ba7eff21918f.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .social_ab110857c5474eb0 a:hover {
        background-color: #317EFE;
        border-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.te-team-member-slider-wrapper_998a9f372bb94a0a {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_998a9f372bb94a0a {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-list_aa508eebe5e9e886 {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-list_aa508eebe5e9e886 {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-list_aa508eebe5e9e886 .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-dots_78048a7d51b0f90b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -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;
    margin-bottom: 0; }
    .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-dots_78048a7d51b0f90b li {
      display: inline-block;
      line-height: 0;
      outline: 2px solid transparent;
      border: 5px solid transparent;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-dots_78048a7d51b0f90b li button {
        font-size: 0;
        padding: 0;
        width: 12px;
        height: 12px;
        background-color: #317EFE;
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-dots_78048a7d51b0f90b li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 2px solid #317EFE; }
        .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-dots_78048a7d51b0f90b li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_998a9f372bb94a0a .slick-arrow_1175b68e5bd7fc2e {
    display: none !important; }

.te-portfolio-filter {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .te-portfolio-filter li {
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    line-height: initial;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    color: #335371;
    border: 1px solid #E1E1E1;
    padding: 10px 22px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-portfolio-filter li.active {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-filter li:hover {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.te-portfolio-card_f7358cb005675bec {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_f7358cb005675bec:hover .image .te-content-wrapper_ec6daf33602cbaf4 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .te-portfolio-card_f7358cb005675bec:hover .image .te-content-wrapper_ec6daf33602cbaf4 .content .content-inner_5b531c644610956c {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_f7358cb005675bec:hover .image .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_f7358cb005675bec:hover .image .te-content-wrapper_ec6daf33602cbaf4 .content .content-inner_5b531c644610956c {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_f7358cb005675bec:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-portfolio-card_f7358cb005675bec .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_f7358cb005675bec .image img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      width: 100%; }
  .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 {
    padding: 12px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%;
      gap: 10px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      padding: 10px; }
      .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .content-inner_5b531c644610956c {
        width: 100%;
        background-color: #ffffff;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 18px 10px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: scaleY(0.3);
                transform: scaleY(0.3); }
      .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .sub-title_35db19d0fb93790b {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f {
        position: absolute;
        top: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 73px;
          height: 73px;
          background-color: #E7F914;
          border-radius: 50px;
          color: #14203A;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          font-size: 24px; }
          .te-portfolio-card_f7358cb005675bec .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

.te-portfolio-card_f7358cb005675bec.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content {
  background-color: #317efeb8;
  padding: 20px;
  border-radius: 20px; }
  .te-portfolio-card_f7358cb005675bec.style-2_4a91f6cfdfbceacc .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.te-portfolio-card_f7358cb005675bec.style-3_db8d0dee715b169b:hover .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f {
  top: 30px;
  right: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
.te-portfolio-card_f7358cb005675bec.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 {
  padding: 0; }
  .te-portfolio-card_f7358cb005675bec.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .content .content-inner_5b531c644610956c {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_f7358cb005675bec.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .content .btn-wrapper_2b3ed34fabee631f {
    top: -50px;
    right: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.newsletter-area_42276f27f692b080.style-1_199824b3d1cbcd8b {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_42276f27f692b080.style-1_199824b3d1cbcd8b {
      margin-top: 0;
      padding-top: 100px; } }

.about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b {
  padding-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b {
      padding-top: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b {
      padding-top: 100px; } }
  .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b .te-about-info-card_0676f3c4d8d54540.style-2_4a91f6cfdfbceacc {
    padding-left: 30px; }
  .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc {
    padding-right: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc {
        padding-right: 0;
        margin-bottom: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc {
        margin-bottom: 200px;
        padding-right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-area_f03c742076c9bcb7.style-1_199824b3d1cbcd8b .te-about-image-card_cd7e014f45e80ff8.style-2_4a91f6cfdfbceacc {
        margin-bottom: 200px;
        padding-right: 0; } }

.feature-area_41450da877386e29.style-1_199824b3d1cbcd8b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area_41450da877386e29.style-1_199824b3d1cbcd8b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area_41450da877386e29.style-1_199824b3d1cbcd8b {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .feature-area_41450da877386e29.style-1_199824b3d1cbcd8b .te-info-card_1853dd6e67056e9d:hover .te-theme-btn_de1c45a59eb9e515 {
    background-color: #317EFE;
    border-color: #317EFE;
    color: #ffffff; }

.testimonial-slider-area_b17ce9935c5f2abf.style-1_199824b3d1cbcd8b {
  padding-bottom: 5px; }

.portfolio-area_c5aadd4373ab1ded.style-1_199824b3d1cbcd8b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-area_c5aadd4373ab1ded.style-1_199824b3d1cbcd8b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area_c5aadd4373ab1ded.style-1_199824b3d1cbcd8b {
      padding-top: 100px;
      padding-bottom: 76px; } }

.counter-up-area_3144047bd0ab1c83.style-1_199824b3d1cbcd8b {
  padding-top: 710px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -655px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-up-area_3144047bd0ab1c83.style-1_199824b3d1cbcd8b {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-up-area_3144047bd0ab1c83.style-1_199824b3d1cbcd8b {
      padding-bottom: 100px; } }

.te-process-step-area_ac9c29d66244710c.style-1_199824b3d1cbcd8b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area_ac9c29d66244710c.style-1_199824b3d1cbcd8b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area_ac9c29d66244710c.style-1_199824b3d1cbcd8b {
      padding-top: 100px;
      padding-bottom: 76px; } }

.latest-posts-area_60bb75aeaa153ea2.style-1_199824b3d1cbcd8b {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-posts-area_60bb75aeaa153ea2.style-1_199824b3d1cbcd8b {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area_60bb75aeaa153ea2.style-1_199824b3d1cbcd8b {
      padding-top: 100px;
      padding-bottom: 60px; } }

.team-slider-area_239ae21c853988c1.style-1_199824b3d1cbcd8b {
  overflow: hidden; }

.brand-marquee-area_0497d387cc46a608 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 66px;
  background-color: #317EFE; }
  @media (max-width: 767px) {
    .brand-marquee-area_0497d387cc46a608 {
      gap: 20px; } }
  .brand-marquee-area_0497d387cc46a608 .brand-marquee-wrapper_3219760ccade44a8 {
    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;
    gap: 44px; }
    .brand-marquee-area_0497d387cc46a608 .brand-marquee-wrapper_3219760ccade44a8.first-brand-marquee_321e2a93cd6cdf16 {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite; }
    .brand-marquee-area_0497d387cc46a608 .brand-marquee-wrapper_3219760ccade44a8.second-brand-marquee_0170c2185c339068 {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
  .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 {
    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;
    gap: 44px; }
    .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743:nth-child(even) .brand-marquee-title_d3f383e029255f68 {
      color: #E7F914; }
    .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743:last-child .brand-marquee-star_50a138cee6c8f7df {
      display: none; }
    .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-title_d3f383e029255f68 {
      font-size: 32px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      line-height: initial;
      white-space: nowrap; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-title_d3f383e029255f68 {
          font-size: 62px;
          line-height: 62px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-title_d3f383e029255f68 {
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-title_d3f383e029255f68 {
          font-size: 95px;
          line-height: 75px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-title_d3f383e029255f68 {
          font-size: 100px;
          line-height: 80px; } }
    .brand-marquee-area_0497d387cc46a608 .single-brand-marquee_f8106f9fe497b743 .brand-marquee-star_50a138cee6c8f7df {
      font-size: 90px;
      font-weight: 500;
      color: #E7F914;
      white-space: nowrap;
      margin-top: 20px;
      line-height: 0; }

.about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-image-card_cd7e014f45e80ff8 {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-image-card_cd7e014f45e80ff8 .te-main-img-wrapper_a4c980e1942d1d57 .te-main-img-inner_17775a85a105c808 {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-image-card_cd7e014f45e80ff8 .te-company-foundation_01fdf38427dd0a2d {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-info-card_0676f3c4d8d54540 {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-info-card_0676f3c4d8d54540 {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_f03c742076c9bcb7.style-2_4a91f6cfdfbceacc .te-about-info-card_0676f3c4d8d54540 {
      padding-left: 80px; } }

.feature-area_41450da877386e29.style-2_4a91f6cfdfbceacc {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area_41450da877386e29.style-2_4a91f6cfdfbceacc {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area_41450da877386e29.style-2_4a91f6cfdfbceacc {
      padding-top: 100px;
      padding-bottom: 76px; } }

.cta-and-portfolio-area_ba9265b2016b66f3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4FE), to(#C9E4FF));
  background: linear-gradient(180deg, #EAF4FE 0%, #C9E4FF 100%);
  padding-bottom: 610px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-and-portfolio-area_ba9265b2016b66f3 {
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .cta-and-portfolio-area_ba9265b2016b66f3 {
      padding-bottom: 80px; } }

.portfolio-area_c5aadd4373ab1ded.style-2_4a91f6cfdfbceacc {
  padding-top: 120px;
  margin-top: -600px; }
  @media (max-width: 991px) {
    .portfolio-area_c5aadd4373ab1ded.style-2_4a91f6cfdfbceacc {
      margin-top: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-area_c5aadd4373ab1ded.style-2_4a91f6cfdfbceacc {
      margin-top: 0;
      padding-top: 100px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-area_c5aadd4373ab1ded.style-2_4a91f6cfdfbceacc {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area_c5aadd4373ab1ded.style-2_4a91f6cfdfbceacc {
      padding-top: 100px; } }

.team-slider-area_239ae21c853988c1.style-2_4a91f6cfdfbceacc {
  overflow: hidden;
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-slider-area_239ae21c853988c1.style-2_4a91f6cfdfbceacc {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-slider-area_239ae21c853988c1.style-2_4a91f6cfdfbceacc {
      padding: 100px 0; } }
  .team-slider-area_239ae21c853988c1.style-2_4a91f6cfdfbceacc .slick-list_aa508eebe5e9e886 {
    padding-bottom: 0; }

.faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .accordion-wrapper_f68081a56207380e {
      padding-right: 60px; } }
  .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 {
        right: unset;
        margin-bottom: 150px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 {
        right: 0; } }
    .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 {
      position: relative; }
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .te-main-img-inner_17775a85a105c808 {
        -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
                clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); }
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .te-image-shape_fd50127497eaebd2 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .content {
        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;
        gap: 10px; }
        .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .content .number_ebf4072641c28b02 {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .top-content_f707299d49c4c2da {
        width: 152px;
        height: 152px;
        background-color: #317EFE;
        border-radius: 100%;
        border: 16px solid #ffffff;
        position: absolute;
        left: -70px;
        top: -95px; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .top-content_f707299d49c4c2da {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .bottom-content_9ab48cb96c4c7aa5 {
        border: 20px solid #ffffff;
        background-color: #ffffff;
        border-radius: 50%;
        width: 187px;
        height: 187px;
        position: absolute;
        right: -30px;
        bottom: -110px;
        -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .bottom-content_9ab48cb96c4c7aa5 {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .bottom-content_9ab48cb96c4c7aa5 .bottom-content-inner_64ebf299cb35a532 {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .bottom-content_9ab48cb96c4c7aa5 .bottom-content-inner_64ebf299cb35a532 .title,
          .faq-area_f043490bf9cb38bf.style-1_199824b3d1cbcd8b .te-faq-image_c8b8af23ee4aedd6 .te-image-wrapper_9e7a2ede715dcb04 .bottom-content_9ab48cb96c4c7aa5 .bottom-content-inner_64ebf299cb35a532 .number_ebf4072641c28b02 {
            color: #14203A; }

.testimonial-bg-area_d847570861d737bd {
  height: 490px;
  background-color: #F9F4F1;
  margin-top: -280px;
  margin-bottom: -120px; }

.testimonial-slider-area_b17ce9935c5f2abf {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_b17ce9935c5f2abf.style-2_4a91f6cfdfbceacc .slick-list_aa508eebe5e9e886 {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_b17ce9935c5f2abf.style-2_4a91f6cfdfbceacc .slick-list_aa508eebe5e9e886 .te-slick-item_c2ceb62d00fa0953 {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .icon_77ea3aa577a1e558 {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .te-counter-title_797b8b82df229683 .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .title {
    color: #ffffff; }
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02 {
    color: #E7F914; }
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .number_ebf4072641c28b02,
  .counter-up-area_3144047bd0ab1c83.style-2_4a91f6cfdfbceacc .te-counter-card_9683ddc11be3b1c8 .te-counter-item_fdbd82b0990f3a4b .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.latest-posts-area_60bb75aeaa153ea2.style-2_4a91f6cfdfbceacc {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-posts-area_60bb75aeaa153ea2.style-2_4a91f6cfdfbceacc {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area_60bb75aeaa153ea2.style-2_4a91f6cfdfbceacc {
      padding-top: 100px;
      padding-bottom: 60px; } }

.subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-image-bg-collumn_6ddf67e0ad5c6d41 {
      width: 255px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset; }
    .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-subscribe-form-wrapper_fafa7f48404d15c2 {
      padding: 0; }
    .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
      gap: 60px;
      width: unset;
      -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;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      float: right;
      position: relative;
      z-index: 2;
      left: -50px; }
      @media (max-width: 991px) {
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 30px;
          float: unset; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 30px;
          float: unset; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
          gap: 60px; } }
      .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 .te-subscribe-title_83f73702b49e5516 {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 .te-content-inner_571dc51cca77c4e8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 .te-content-inner_571dc51cca77c4e8 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 .te-content-inner_571dc51cca77c4e8 .icon_77ea3aa577a1e558 {
          width: 90px;
          height: 90px;
          background-color: #E7F914;
          border-radius: 20px;
          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;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          padding: 15px; }
    .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-subscribe-form-widget_699f7d4a07591346 {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .mc4wp-form-fields_685bf366a483d81d {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_c053611480ff3069.style-2_4a91f6cfdfbceacc .te-subscribe-inner-area_ecb3ba4c5c2c288d .mc4wp-form-fields_685bf366a483d81d {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_b17ce9935c5f2abf.style-3_db8d0dee715b169b {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_b17ce9935c5f2abf.style-3_db8d0dee715b169b {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_b17ce9935c5f2abf.style-3_db8d0dee715b169b {
      padding: 100px 0; } }
  .testimonial-slider-area_b17ce9935c5f2abf.style-3_db8d0dee715b169b .slick-list_aa508eebe5e9e886 .slick-slide.slick-current_70ca9a8a98367823 .te-testimonial-card_1a472cd1fecd2d44.style-3_db8d0dee715b169b .te-content-wrapper_ec6daf33602cbaf4 .te-user-meta_ff6dc6a0a0e4907d .icon_77ea3aa577a1e558 {
    color: #317EFE; }

.te-process-step-area_ac9c29d66244710c.style-2_4a91f6cfdfbceacc {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area_ac9c29d66244710c.style-2_4a91f6cfdfbceacc {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area_ac9c29d66244710c.style-2_4a91f6cfdfbceacc {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .te-process-step-area_ac9c29d66244710c.style-2_4a91f6cfdfbceacc .te-process-step_226662a4e269bdc2 {
    padding: 30px 40px 40px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
    .te-process-step-area_ac9c29d66244710c.style-2_4a91f6cfdfbceacc .te-process-step_226662a4e269bdc2 .te-counter-wrapper_449c0824a856c376 {
      padding-bottom: 20px; }

.contact-form-area_4ad951d58e37be0e {
  padding-bottom: 45px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-form-area_4ad951d58e37be0e {
      padding-top: 30px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area_4ad951d58e37be0e {
      padding-top: 30px;
      padding-bottom: 45px; } }
  .contact-form-area_4ad951d58e37be0e .te-comment-respond_74c399f207d299e7 .title,
  .contact-form-area_4ad951d58e37be0e .te-title-wrapper_18a9ea3b039eacb7 .title {
    font-size: 57px;
    font-weight: 500;
    line-height: 77.72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .contact-form-area_4ad951d58e37be0e .te-comment-respond_74c399f207d299e7 .title,
      .contact-form-area_4ad951d58e37be0e .te-title-wrapper_18a9ea3b039eacb7 .title {
        font-size: 32px;
        line-height: 38px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-area_4ad951d58e37be0e .te-comment-respond_74c399f207d299e7 .title,
      .contact-form-area_4ad951d58e37be0e .te-title-wrapper_18a9ea3b039eacb7 .title {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-form-area_4ad951d58e37be0e .te-comment-respond_74c399f207d299e7 .title,
      .contact-form-area_4ad951d58e37be0e .te-title-wrapper_18a9ea3b039eacb7 .title {
        font-size: 48px;
        line-height: 52px; } }
  .contact-form-area_4ad951d58e37be0e .te-social-profile-link_65649af69b255d39 {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px; }
    .contact-form-area_4ad951d58e37be0e .te-social-profile-link_65649af69b255d39 a {
      width: 50px;
      height: 50px;
      color: #14203A;
      background-color: #F9F4F1;
      border: 1px solid #E1E1E1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .contact-form-area_4ad951d58e37be0e .te-social-profile-link_65649af69b255d39 a:hover {
        color: #ffffff;
        background-color: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

@media (max-width: 991px) {
  .te-contact-info-wrapper_420e405b0dea66df {
    margin-bottom: 60px; } }

.te-contact-info_6fa697195f1d1d40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-contact-info_6fa697195f1d1d40 .te-icon-card_daf1e0b31e1920e6 {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

.te-map-widget_a55ce22fdbfaf426 iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -12px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-map-widget_a55ce22fdbfaf426 iframe {
      height: 350px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-map-widget_a55ce22fdbfaf426 iframe {
      height: 450px; } }

.feature-area_41450da877386e29.style-3_db8d0dee715b169b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area_41450da877386e29.style-3_db8d0dee715b169b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area_41450da877386e29.style-3_db8d0dee715b169b {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .feature-area_41450da877386e29.style-3_db8d0dee715b169b .te-info-card_1853dd6e67056e9d {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E1E1E1;
    padding: 0;
    border-radius: 20px;
    overflow: hidden; }
    .feature-area_41450da877386e29.style-3_db8d0dee715b169b .te-info-card_1853dd6e67056e9d .te-info-card-inner_b8d4f15869064284 {
      gap: 0; }
    .feature-area_41450da877386e29.style-3_db8d0dee715b169b .te-info-card_1853dd6e67056e9d .image {
      border-radius: 0; }
    .feature-area_41450da877386e29.style-3_db8d0dee715b169b .te-info-card_1853dd6e67056e9d .te-content-wrapper_ec6daf33602cbaf4 {
      padding: 40px 40px 30px 40px; }
      @media (max-width: 1399px) {
        .feature-area_41450da877386e29.style-3_db8d0dee715b169b .te-info-card_1853dd6e67056e9d .te-content-wrapper_ec6daf33602cbaf4 {
          padding: 40px 30px 30px 30px; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .te-service-details-wrapper_09935dd373f7edbe {
    margin-top: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .te-service-details-wrapper_09935dd373f7edbe {
    margin-top: 40px; } }

.service-details-page_c150428e633a369b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-details-page_c150428e633a369b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-page_c150428e633a369b {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .service-details-page_c150428e633a369b .sidebar_f80a1352eabe4538 .te_widget_categories_df9e220a470ed817 ul li a .my-icon_e8d0fe5c39fefaad {
    font-size: 24px; }
  .service-details-page_c150428e633a369b .sidebar_f80a1352eabe4538 .te_widget_categories_df9e220a470ed817 ul li a:before {
    display: none; }

.service-details_7dc3788198d826e7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px; }
  .service-details_7dc3788198d826e7 .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_7dc3788198d826e7 .content .te-title-wrapper_18a9ea3b039eacb7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 46px; }
    .service-details_7dc3788198d826e7 .content .te-title-wrapper_18a9ea3b039eacb7 .title-inner_363512cb327465e6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_7dc3788198d826e7 .content .te-title-wrapper_18a9ea3b039eacb7 .title-inner_363512cb327465e6 .icon_77ea3aa577a1e558 {
        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;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: #317EFE;
        width: 60px;
        height: 60px;
        border-radius: 20px;
        font-size: 24px;
        color: #ffffff; }
      .service-details_7dc3788198d826e7 .content .te-title-wrapper_18a9ea3b039eacb7 .title-inner_363512cb327465e6 .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 39.84px;
        letter-spacing: 0px;
        margin-bottom: 0;
        color: #317EFE; }

.service-details-overview_a034542d45ae6866 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 30px; }
  .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf .icon_77ea3aa577a1e558 {
      width: 60px;
      height: 60px;
      border-radius: 20px;
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: #1834c61f;
      font-size: 24px;
      color: #317EFE; }
    .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
      position: relative;
      gap: 20px; }
      .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf ul::after {
        width: 2px;
        height: calc(100% - 20px);
        background-color: #E1E1E1;
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf ul li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 15px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
        .service-details-overview_a034542d45ae6866 .list-wrapper_6078490090d42cdf ul li::before {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #317EFE;
          content: "";
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          z-index: 2; }

.team-page_7c874ee0c34c91b7 {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_7c874ee0c34c91b7 .te-team-card_9ca0ba7eff21918f {
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff; }

.team-details-page_0a8f071d842f8368 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_0a8f071d842f8368 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_0a8f071d842f8368 {
      padding-top: 100px;
      padding-bottom: 76px; } }

.team-details-wrapper_98c7ae0529b33f43 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px; }
  @media (max-width: 991px) {
    .team-details-wrapper_98c7ae0529b33f43 {
      gap: 30px; } }

.team-details_cd2f2200b27bb13e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .team-details_cd2f2200b27bb13e {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; } }
  .team-details_cd2f2200b27bb13e .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .team-details_cd2f2200b27bb13e .content {
        gap: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_cd2f2200b27bb13e .content {
        gap: 20px; } }
  .team-details_cd2f2200b27bb13e .image {
    width: 520px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .team-details_cd2f2200b27bb13e .image {
        width: 100%; }
        .team-details_cd2f2200b27bb13e .image img {
          width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_cd2f2200b27bb13e .image {
        width: 330px; } }
  .team-details_cd2f2200b27bb13e .user-meta_3cad71cc455fd881 .title {
    font-size: 57px;
    letter-spacing: -1px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .team-details_cd2f2200b27bb13e .user-meta_3cad71cc455fd881 .title {
        font-size: 34px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_cd2f2200b27bb13e .user-meta_3cad71cc455fd881 .title {
        font-size: 36px; } }
  .team-details_cd2f2200b27bb13e .user-meta_3cad71cc455fd881 .desc_75f7ba79e14d766b {
    margin-bottom: 0;
    line-height: 20px; }
  .team-details_cd2f2200b27bb13e .social_ab110857c5474eb0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .team-details_cd2f2200b27bb13e .social_ab110857c5474eb0 a {
      width: 40px;
      height: 40px;
      border-radius: 50px;
      background-color: transparent;
      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;
      font-size: 14px;
      color: #317EFE;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: 1px solid #317EFE; }
      .team-details_cd2f2200b27bb13e .social_ab110857c5474eb0 a:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.team-details-overview-wrapper_d08cea4781a491b7 .sec-title_472c004414b5554b {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0px;
  color: #131A2A; }
  @media (max-width: 991px) {
    .team-details-overview-wrapper_d08cea4781a491b7 .sec-title_472c004414b5554b {
      font-size: 28px;
      line-height: 32px; } }

.team-details-overview_1129245eabf76301 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px; }

.blog-grid-area_eb4cf62cecb34540 {
  padding-top: 140px;
  padding-bottom: 144px; }
  @media (max-width: 991px) {
    .blog-grid-area_eb4cf62cecb34540 {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .blog-grid-area_eb4cf62cecb34540 {
      padding: 70px 0; } }

.blog-load-btn_d315d508acb510a9 {
  padding: 20px 35px;
  background: #E7F914;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .blog-load-btn_d315d508acb510a9 {
      margin-top: 0; } }
  .blog-load-btn_d315d508acb510a9:hover {
    background-color: #317EFE;
    color: #ffffff; }

.footer_c39d0b9685a87d7b {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_c39d0b9685a87d7b .te-subscribe-form-widget_699f7d4a07591346 .submit-btn_eae5bdde965ff18d span {
    display: none; }
  .footer_c39d0b9685a87d7b.style-1_199824b3d1cbcd8b {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_c39d0b9685a87d7b.style-1_199824b3d1cbcd8b .te-footer-sec_a9b9c050b6acd967 {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_c39d0b9685a87d7b.style-1_199824b3d1cbcd8b .te-footer-sec_a9b9c050b6acd967 .te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-form-fields_685bf366a483d81d {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_c39d0b9685a87d7b.style-1_199824b3d1cbcd8b .te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a input {
      color: #131A2A; }
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .wp-block-heading_d4bedc31a7bab9f2,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .widget-title_16652ae200308f43,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .wp-block-search__label_ae2eb5047bf0555f,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .wp-block-heading_d4bedc31a7bab9f2,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .widget-title_16652ae200308f43,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .wp-block-search__label_ae2eb5047bf0555f,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc ul li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc ol li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 ul li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 ol li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc ul li,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-calendar-table_727e46a38a7866ef,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-calendar_c40bcbf8788c05fa caption,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc nav.wp-calendar-nav_3683e548fab2610c a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-latest-comments__comment-excerpt_1acc0303befa7d07,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-calendar-table_727e46a38a7866ef caption,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_text_d4f6c33f196f1f1e,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .tagcloud_9dbdb069443fc472 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .wp-block-tag-cloud_452c2824f5f2c8b0 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .tagcloud_9dbdb069443fc472 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .wp-block-tag-cloud_452c2824f5f2c8b0 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-latest-comments__comment-date_f17aa1f9e7c03418,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-latest-comments__comment_da8103ab84c07da9,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-archives-dropdown_c5c559c925f41afd label,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_categories_e78143f006095bef li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_archive_68c6931de3ca07de li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_nav_menu_880d408752e7a42d li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_tag_cloud_d65ae8e0a5cef86e a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_rss_d56d50eeb3b9d4ff li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_rss_d56d50eeb3b9d4ff li,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .footer__widget_d025b2f14a467580 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .footer__widget_d025b2f14a467580 li,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc li.recentcomments_5deb3aa68165f6e8 {
    color: #ffffff; }
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-theme-btn_de1c45a59eb9e515,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-loginout_487dce8d7cc3dc93 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc input.te-theme-btn_de1c45a59eb9e515,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .wp-block-search_43bfacfc2f233064 button,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .search-form_dd04ea3a5210a130 button,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .widget_2a0718ee9d14a9dc .sidebar__search_ee48e9f2c7223975 button,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .wp-block-search_43bfacfc2f233064 button,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .search-form_dd04ea3a5210a130 button,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .sidebar__widget_8a01bb4024f581a0 .sidebar__search_ee48e9f2c7223975 button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_c39d0b9685a87d7b .footer__widget_d025b2f14a467580 li {
    list-style: none; }
  .footer_c39d0b9685a87d7b .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li.wp-block-social-link_e6dbc3b059c2a6d2 {
    display: inline-block;
    width: unset !important; }
  .footer_c39d0b9685a87d7b .te_widget_nav_menu_44377df3658f8faf li.cat-item_4d5dd40bc3f97f71 {
    text-align: right; }
    .footer_c39d0b9685a87d7b .te_widget_nav_menu_44377df3658f8faf li.cat-item_4d5dd40bc3f97f71 a {
      float: left; }
  .footer_c39d0b9685a87d7b .te-footer-bg_117235823151c22d {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_c39d0b9685a87d7b .footer-nav-widget_8d427c3ef9eb229e {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_c39d0b9685a87d7b .footer-nav-widget_8d427c3ef9eb229e {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_c39d0b9685a87d7b .footer-nav-widget_8d427c3ef9eb229e {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_c39d0b9685a87d7b .footer-nav-widget_8d427c3ef9eb229e {
        padding: 0 30px; } }

.te-footer-widget_5b7bfe9df3a46f12 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_5b7bfe9df3a46f12 {
      margin-bottom: 40px; } }
  .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-title_5c3c1c123711854b,
  .te-footer-widget_5b7bfe9df3a46f12 .wp-block-heading_d4bedc31a7bab9f2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_5b7bfe9df3a46f12 ul {
    padding-left: 0; }
  .te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-form-fields_685bf366a483d81d {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_5b7bfe9df3a46f12.widget-latest-posts-footer_955e38ba01c16c14 {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_5b7bfe9df3a46f12.zoom-instagram-widget_4bbbd24a68db908d {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_5b7bfe9df3a46f12.widget_contact_info_widget_4413a5ebfc7fd73c {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_5b7bfe9df3a46f12 .widget-instagram-feed_80c291be9078fc2a {
      width: 170px; } }
  .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 {
        padding-right: 0; } }
    .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 .te-footer-logo_6503566c9371c822 {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 .info-form-and-social-icon_f00395dd4d90c24e {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 .info-form-and-social-icon_f00395dd4d90c24e .te-social-profile_6e93c435ab4032b4 {
        margin-top: 0; }
    .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 .te-social-profile_6e93c435ab4032b4 {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-info_1c33c37c31393837 .info-form-and-social-icon_f00395dd4d90c24e {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        gap: 30px; } }
  .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li a {
      color: #335371;
      text-transform: capitalize;
      font-size: 18px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 p {
    color: #335371; }
  .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul {
    list-style: none; }
    .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 24px;
      gap: 20px; }
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li:first-child .contact-icon_7dff68031081fc1f {
          margin-top: 5px; }
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-icon_7dff68031081fc1f {
        color: #335371;
        border-radius: 50px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-text_398aa36d6826981a {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-text_398aa36d6826981a a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-text_398aa36d6826981a span,
        .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-text_398aa36d6826981a p,
        .te-footer-widget_5b7bfe9df3a46f12 .te-footer-widget-contact_c2d00e2dd2da50a7 .footer-contact_a913bd648bf9b4e1 ul li .contact-text_398aa36d6826981a a {
          color: #335371;
          font-size: 18px;
          line-height: 24px;
          display: inline-block;
          width: 100%;
          margin-bottom: 0;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li {
    margin-bottom: 10px; }
    .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-thumb_d87267bf0fac6224 {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 a {
        font-size: 18px;
        line-height: 29px;
        color: #335371;
        font-weight: 400;
        position: relative;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-meta_4e48a9b55972c543 {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 400;
      gap: 8px;
      color: #335371; }

.te-footer-bottom-menu_597e85538ee79f50 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .te-footer-bottom-menu_597e85538ee79f50 ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_597e85538ee79f50 ul li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #335371;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-footer-bottom-menu_597e85538ee79f50 ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

.footer-bottom-area_0d07737420750998 {
  padding: 16px 0; }
  @media (max-width: 991px) {
    .footer-bottom-area_0d07737420750998 {
      padding: 30px 0; } }
  .footer-bottom-area_0d07737420750998 .te-footer-bottom-wrapper_8fc1c1cb1dd58e5f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 10px 40px; }
  .footer-bottom-area_0d07737420750998 .te-copyright-text_a117bcf85edab214 p {
    color: #335371;
    margin-bottom: 0; }
    .footer-bottom-area_0d07737420750998 .te-copyright-text_a117bcf85edab214 p a {
      color: #335371;
      font-weight: 500; }
      .footer-bottom-area_0d07737420750998 .te-copyright-text_a117bcf85edab214 p a:hover {
        color: #317EFE; }
  .footer-bottom-area_0d07737420750998 .credit-text_86dfbdf8c471b816 p {
    color: #335371;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px; }
  .footer-bottom-area_0d07737420750998 .credit-text_86dfbdf8c471b816 a {
    color: #317EFE; }

.subscribe-area_c053611480ff3069 {
  overflow: hidden; }
  .subscribe-area_c053611480ff3069.style-1_199824b3d1cbcd8b .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-content-wrapper_ec6daf33602cbaf4 {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_c053611480ff3069.style-1_199824b3d1cbcd8b .te-image-bg-collumn_6ddf67e0ad5c6d41 {
    width: 520px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important; }
    @media (max-width: 1199px) {
      .subscribe-area_c053611480ff3069.style-1_199824b3d1cbcd8b .te-image-bg-collumn_6ddf67e0ad5c6d41 {
        display: none; } }
  .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 82px 0 89px 0; }
    @media only screen and (min-width: 810px) and (max-width: 991px) {
      .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .short-title_ca58e519cd0b10b3 {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .te-subscribe-title_83f73702b49e5516 {
      color: #ffffff;
      font-size: 57px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;
      letter-spacing: -1px;
      text-transform: capitalize; }
      @media (max-width: 375px) {
        .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .te-subscribe-title_83f73702b49e5516 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .te-subscribe-title_83f73702b49e5516 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .te-subscribe-title_83f73702b49e5516 {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_c053611480ff3069 .te-content-wrapper_ec6daf33602cbaf4 .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-subscribe-collumn_126bc64943f06972 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 20px; }
      @media (max-width: 991px) {
        .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d .te-subscribe-collumn_126bc64943f06972.te-image-bg-collumn_6ddf67e0ad5c6d41 {
          display: none; } }
    .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d .mc4wp-form-fields_685bf366a483d81d {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d .mc4wp-form-fields_685bf366a483d81d {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_c053611480ff3069 .te-subscribe-inner-area_ecb3ba4c5c2c288d .mc4wp-form-fields_685bf366a483d81d .submit-btn_eae5bdde965ff18d {
        border-radius: 50px;
        padding: 10px 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }

.te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-wrapper_fafa7f48404d15c2 {
  color: #335371; }

.te-subscribe-form-widget_699f7d4a07591346 {
  position: relative; }
  .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-form-fields_685bf366a483d81d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_699f7d4a07591346 .single-field_cb3c29be611e337a *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_699f7d4a07591346 .submit-btn_eae5bdde965ff18d {
    background-color: #E7F914;
    color: #14203A;
    cursor: pointer;
    padding: 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 50px; }
    .te-subscribe-form-widget_699f7d4a07591346 .submit-btn_eae5bdde965ff18d:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-response_7efe5d0c273631ac {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-response_7efe5d0c273631ac .mc4wp-alert_5206b3d9f23dbf22.mc4wp-error_80946ef60f00da7d p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-response_7efe5d0c273631ac .mc4wp-alert_5206b3d9f23dbf22.mc4wp-error_80946ef60f00da7d a {
      color: #ff0000; }
    .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-response_7efe5d0c273631ac .mc4wp-alert_5206b3d9f23dbf22.mc4wp-success_52ff133823443129 p, .te-subscribe-form-widget_699f7d4a07591346 .mc4wp-response_7efe5d0c273631ac .mc4wp-alert_5206b3d9f23dbf22.mc4wp-notice_92bc621600d714c9 p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_c8ff41f9121888ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 66px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px; }
  .te-footer-social-wrapper_c8ff41f9121888ee .te-footer-logo_6503566c9371c822 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_c8ff41f9121888ee .te-social-widget_258d6463d09ee48b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .te-footer-social-wrapper_c8ff41f9121888ee .te-social-widget_258d6463d09ee48b span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

.te-social-profile_6e93c435ab4032b4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .te-social-profile_6e93c435ab4032b4 a {
    color: #ffffff;
    font-size: 16px;
    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;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-social-profile_6e93c435ab4032b4 a:hover {
      background-color: #E7F914;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #14203A; }

.footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc {
  background-color: #131A2A; }
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-sec_a9b9c050b6acd967 {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget-title_5c3c1c123711854b,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .wp-block-heading_d4bedc31a7bab9f2 {
    color: #ffffff;
    font-size: 24px; }
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .footer-bottom-area_0d07737420750998 .te-copyright-text_a117bcf85edab214 p,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget_5b7bfe9df3a46f12.te_widget_nav_menu_44377df3658f8faf li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6 a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-title_59177409d21604d6,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget_5b7bfe9df3a46f12 .te_widget_latest_post_cad8bafd767e14eb ul li .te-latest-post-desc_cf77e6836d885702 .te-latest-post-meta_4e48a9b55972c543,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-widget_5b7bfe9df3a46f12 .te-subscribe-form-wrapper_fafa7f48404d15c2,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .te-footer-bottom-menu_597e85538ee79f50 ul li a,
  .footer_c39d0b9685a87d7b.style-2_4a91f6cfdfbceacc .footer-bottom-area_0d07737420750998 .te-copyright-text_a117bcf85edab214 p a {
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */