/**
 * 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_f2fdd2ffcb0fc2a5 {
  background-color: #FFF3F3; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  color: #E7F914; }

.te-theme-btn_f1effcc54fcd2fb7,
.wp-block-loginout_e321ee78ab1894cd a,
input.te-theme-btn_f1effcc54fcd2fb7 {
  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_f1effcc54fcd2fb7:hover,
  .wp-block-loginout_e321ee78ab1894cd a:hover,
  input.te-theme-btn_f1effcc54fcd2fb7:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_f1effcc54fcd2fb7:focus,
  .wp-block-loginout_e321ee78ab1894cd a:focus,
  input.te-theme-btn_f1effcc54fcd2fb7:focus {
    color: #ffffff; }
  .te-theme-btn_f1effcc54fcd2fb7.yellow-btn_bce1135aacecdf21,
  .wp-block-loginout_e321ee78ab1894cd a.yellow-btn_bce1135aacecdf21,
  input.te-theme-btn_f1effcc54fcd2fb7.yellow-btn_bce1135aacecdf21 {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_f1effcc54fcd2fb7.simple-btn_b98880bb9aa93230,
  .wp-block-loginout_e321ee78ab1894cd a.simple-btn_b98880bb9aa93230,
  input.te-theme-btn_f1effcc54fcd2fb7.simple-btn_b98880bb9aa93230 {
    padding-left: 36px;
    padding-right: 36px; }

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

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

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

.te-slider-btn-wrapper_73491a42845f2b1f {
  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_73491a42845f2b1f {
      top: unset; } }
  .te-slider-btn-wrapper_73491a42845f2b1f .te-slider-nav_0a285c8f3b62d2ab {
    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_73491a42845f2b1f .te-slider-nav_0a285c8f3b62d2ab:hover {
      background-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.circle-rotate-wrapper_6b277d125eda9e8e {
  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_6b277d125eda9e8e .circle-rotate-inner_942e91ac60ae2979 {
    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_791bd9d628c636b8 {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-350_ad29fb772e27ef91 {
  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_b212f124591832fb label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_b212f124591832fb input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_b212f124591832fb 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_b212f124591832fb 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_2bbcba270af3a995 .size-full_b2dd3b90a959ad24.alignright_8a934cea75956aa2 {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_2bbcba270af3a995 figure.wp-caption_03389955f2ee9891.aligncenter_a33d7b0b60661294 {
  margin-top: 40px; }
.tp-page-content_2bbcba270af3a995 dl, .tp-page-content_2bbcba270af3a995 ol, .tp-page-content_2bbcba270af3a995 ul {
  margin-bottom: 11px; }
.tp-page-content_2bbcba270af3a995 .te-comment-respond_644fbca2fc57f472 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_2bbcba270af3a995 .te-latest-comments_fa4d156a4357c288 .te-comment-respond_644fbca2fc57f472 {
  margin-bottom: 40px; }
.tp-page-content_2bbcba270af3a995 .te-post-comments_640052605dbc87a0 {
  margin-top: 80px; }

/* Text meant only for screen readers. */
.screen-reader-text_a4d9081af58afea8 {
  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_a4d9081af58afea8: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_03389955f2ee9891 {
  margin-bottom: 1.5em;
  max-width: 100%; }

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

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

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

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

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

.gallery-columns-1_e9a7c73d4ada4a7b .gallery-item_452bcee48c2bf33f {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_3ce99c5670ec3269 .gallery-item_452bcee48c2bf33f {
  max-width: 50%; }

.gallery-columns-3_e5a515754d106995 .gallery-item_452bcee48c2bf33f {
  max-width: 33.33%; }

.gallery-columns-4_da8e1b2fbb207e01 .gallery-item_452bcee48c2bf33f {
  max-width: 25%; }

.gallery-columns-5_4e1b8af0c141f7da .gallery-item_452bcee48c2bf33f {
  max-width: 20%; }

.gallery-columns-6_80846c027cbc8e90 .gallery-item_452bcee48c2bf33f {
  max-width: 16.66%; }

.gallery-columns-7_f2bdc3d596224aaa .gallery-item_452bcee48c2bf33f {
  max-width: 14.28%; }

.gallery-columns-8_5a1d76d654c883d0 .gallery-item_452bcee48c2bf33f {
  max-width: 12.5%; }

.gallery-columns-9_1420e8a969248963 .gallery-item_452bcee48c2bf33f {
  max-width: 11.11%; }

.gallery-caption_28e2084a1760e0de {
  display: block; }

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

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

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

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

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

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

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

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

.te-post-item_cf82742534dad4e8.format-quote_fb8047c96049a1c8 blockquote {
  padding: 45px; }
  @media (max-width: 767px) {
    .te-post-item_cf82742534dad4e8.format-quote_fb8047c96049a1c8 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_7bb42aafb8329402, blockquote {
  border-left: solid 5px #317EFE; }

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

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

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

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

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

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

.te-post-content p.has-large-font-size_a3553211abfd9c6c {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_261e81eb114afe5d {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_dada0d7f4ce3ba0b {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_b6f148bd62a95c2f p {
  margin-top: 0 !important; }

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

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

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

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

.wp-block-cover_988cf9918288bffe p.wp-block-cover-text_b00127b2677cc8c9,
.wp-block-cover_988cf9918288bffe.is-light_ec384627963bb390 .wp-block-cover__inner-container_76c55e6df568a3d3 {
  color: #fff !important; }

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

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

.widget_0e99a075d889bb88 .wp-block-archives-dropdown_6aff653215c3b68f,
.widget_0e99a075d889bb88 .wp-block-categories-dropdown_86508fe4a48d9e43,
.widget_0e99a075d889bb88 .wp-block-loginout_e321ee78ab1894cd,
.widget_0e99a075d889bb88 .wp-block-social-links_fa5db70e54f48fc9,
.widget_0e99a075d889bb88.widget_archive_930a5638ea9a37c6 select,
.widget_0e99a075d889bb88.te_widget_categories_86b830dfc9c785ac select,
.widget_0e99a075d889bb88.widget_text_11ff79f8f298b2df select,
.widget_0e99a075d889bb88.te_widget_search_497032387a7b8428 .search-form_94495b575f484b62,
.widget_0e99a075d889bb88.te_widget_tag_cloud_e8fc17ace05e9e74 .tagcloud_07c7dd7ecd4f21c5,
.widget_0e99a075d889bb88 .wp-block-tag-cloud_fce0bb2dafb3097a {
  margin-bottom: 6px; }

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

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

.blog-search-content_94f458fe67e5e059 {
  margin: 0; }
  .blog-search-content_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d,
  .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62,
  .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 {
    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_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d,
      .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62,
      .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 {
        width: 100%; } }
    .blog-search-content_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d label,
    .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62 label,
    .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 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_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d input,
    .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62 input,
    .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 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_94f458fe67e5e059 .wp-block-search_261e81eb114afe5d button,
    .blog-search-content_94f458fe67e5e059 .search-form_94495b575f484b62 button,
    .blog-search-content_94f458fe67e5e059 .sidebar__search_0c4a0cfb373b0945 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_2bbcba270af3a995 .wp-smiley_7b421f5234eb967f,
.entry-content_9452e82370b6dded .wp-smiley_7b421f5234eb967f,
.comment-content_5737b820301573cb .wp-smiley_7b421f5234eb967f {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.te-comment-respond_644fbca2fc57f472.style-two_9eba4a77a338b0e0 .wpcf7-form_9989a39a1fecaac2 .wpcf7-not-valid-tip_d29b34f05efa11c8 {
  color: #d9c0b8 !important; }
.te-comment-respond_644fbca2fc57f472 .wpcf7-form_9989a39a1fecaac2 .wpcf7-not-valid_1baf89324ab6d11c {
  border-color: #dc3232 !important; }
.te-comment-respond_644fbca2fc57f472 .wpcf7-form_9989a39a1fecaac2 .wpcf7-not-valid-tip_d29b34f05efa11c8 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_644fbca2fc57f472 .wpcf7-form_9989a39a1fecaac2.sent_d697745902692ab4 .wpcf7-response-output_e12f30db457a111b {
  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_644fbca2fc57f472 .wpcf7-form_9989a39a1fecaac2.invalid_b20db53b6aaa4cd9 .wpcf7-response-output_e12f30db457a111b {
  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_4aa124908f7c3ccf {
  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_4aa124908f7c3ccf .wpcf7-te-list-item_595d72bddc8f3a22 {
    margin: 0; }
    .wpcf7-form-control_4aa124908f7c3ccf .wpcf7-te-list-item_595d72bddc8f3a22 label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_4aa124908f7c3ccf .wpcf7-te-list-item_595d72bddc8f3a22 label .wpcf7-te-list-item-label_0c4719934b2e4864 {
        font-size: 16px;
        font-weight: 400; }

.logged-in_3f254af12807e37c .te-comment-respond_644fbca2fc57f472 textarea {
  margin-bottom: 12px; }

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

body.admin-bar_db6d70b9fecd6985 .header-menu-area_346836b27a84c6de.sticky_menu_e3dea3c51fac858f {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_db6d70b9fecd6985 .header-menu-area_346836b27a84c6de.sticky_menu_e3dea3c51fac858f {
      top: 0; } }

.page-template-default_ec9e820880dab07c.page-id-146_4a94ddfe4bd55e6b .tp-page-content_2bbcba270af3a995 p:last-child {
  margin-bottom: 10px; }
.page-template-default_ec9e820880dab07c.page-id-1133_5fd6aa04a13c1fca .tp-page-content_2bbcba270af3a995 .te-comment-respond_644fbca2fc57f472 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_ec9e820880dab07c.page-id-3_379332d749969d0f .page-area_cb9fecf7501b5eed {
  padding-top: 128px; }

.single-post-item_93bc253f30ca2fae.post-24_c834b3727b67875f .wp-block-button_366b5232c0ef6a49 a {
  color: #ffffff; }

.post-template-default_a5413f193699e77f.postid-163_49bf2721e1d3cddb .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content {
  margin-bottom: 34px; }
.post-template-default_a5413f193699e77f.postid-150_77106b92b46321c5 .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_a5413f193699e77f.postid-150_77106b92b46321c5 .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-group_f102447c8af29700.is-layout-constrained_e765e3df246cbe74:last-child {
    border: 1px solid #000; }
.post-template-default_a5413f193699e77f.postid-51_26550edbce92b15e .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_a5413f193699e77f.postid-51_26550edbce92b15e .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_a5413f193699e77f.postid-1163_8e0eacc563fa45f1 .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-caption_03389955f2ee9891, .post-template-default_a5413f193699e77f.postid-568_69a91b66f878c6d1 .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-caption_03389955f2ee9891 {
  margin-top: 20px; }
.post-template-default_a5413f193699e77f.postid-1785_23651aed5d3ebd9b .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-button__link_23d979bd3f12d160 {
  color: #ffffff !important; }
.post-template-default_a5413f193699e77f.postid-1149_dd71cfcbafee18b2 .te-blog-details-wrapper_6cc1dc5210d43894 .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 p {
  margin-bottom: 0; }
.post-template-default_a5413f193699e77f.postid-555_a0ee9c8ea707519b .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .gallery {
  margin-top: 20px; }

.error-404_6bc85ce39440f150.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_6bc85ce39440f150.not-found .error-content_3c5da69d2345dd92 .error-btn-bh_899d62cf2d396638 {
    margin-top: 20px; }

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

.sidebar_96cc382b55bfaba7 .widget_media_gallery_e47fa21b2c8a95db .gallery-item_452bcee48c2bf33f {
  margin-bottom: 0; }
  .sidebar_96cc382b55bfaba7 .widget_media_gallery_e47fa21b2c8a95db .gallery-item_452bcee48c2bf33f 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_ea0bc0429a0ae172 {
  -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_aef74eeb6ad49ab7 {
  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_f1c26268c8accdcf path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_db6d70b9fecd6985 .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95.login .te-header-menu-area_9c3f5ca35a48cb4d {
  top: auto !important; }

.header-area_56ad81dda07c73dc .container-fluid_1c9153e8b5f4fa77 {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_56ad81dda07c73dc .container-fluid_1c9153e8b5f4fa77 {
      padding: 0 24px; } }
.header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top .te-header-contact-info_ecd0a6c5793aba0a span {
    color: #677471; }
    .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top .te-header-contact-info_ecd0a6c5793aba0a span i {
      color: #317EFE; }
    .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top .te-header-contact-info_ecd0a6c5793aba0a span a {
      color: #677471; }
  .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top .te-social-profile_3c27a83cf038db1b a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .header-top .te-social-profile_3c27a83cf038db1b a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-header-menu-area_9c3f5ca35a48cb4d {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-header-menu-area_9c3f5ca35a48cb4d .menu-wrapper_9cfb6936e512ff67 {
    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_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-header-menu-area_9c3f5ca35a48cb4d .menu-wrapper_9cfb6936e512ff67 {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-header-menu-area_9c3f5ca35a48cb4d .te-header-btn_e60ca589bb29b05c .te-quote-btn_95b506740315c361 {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-sticky_menu {
  top: 0; }
  .header-area_56ad81dda07c73dc.style-2_89a81192f2dadb95 .te-sticky_menu .menu-wrapper_9cfb6936e512ff67 {
    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_cec9a1c8a4c46c48 {
    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_893698b8c45e7e97 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_ecd0a6c5793aba0a {
    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_ecd0a6c5793aba0a 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_ecd0a6c5793aba0a span.te-contact-info-item_7992c010a8c3e0b4 {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_ecd0a6c5793aba0a 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_ea911bf704917857 {
      display: none; } }
  .header-top .header-top-btn_ea911bf704917857 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_ea911bf704917857 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_ea911bf704917857 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_3c27a83cf038db1b {
    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_3c27a83cf038db1b .te-social-profile-label_a17f38ee3385cec3 {
      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_3c27a83cf038db1b 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_3c27a83cf038db1b a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_9c3f5ca35a48cb4d {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_9c3f5ca35a48cb4d.te-te-sticky-header_1679c4439ab596bc {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_9c3f5ca35a48cb4d.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_9c3f5ca35a48cb4d.te-sticky_menu .te-logo_2ef4fbfd0c38a967 .te-sticky-logo_8fe53582d7c229b3 img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_9c3f5ca35a48cb4d.te-sticky_menu .te-main-menu_87df6e584aab68b6 ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_9c3f5ca35a48cb4d.te-sticky_menu .te-main-menu_87df6e584aab68b6 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_9c3f5ca35a48cb4d.te-sticky_menu .te-main-menu_87df6e584aab68b6 ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_9c3f5ca35a48cb4d.te-sticky_menu .te-main-menu_87df6e584aab68b6 ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_9c3f5ca35a48cb4d .te-header-menu-wrapper_ccca575abbb2694b {
    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_9c3f5ca35a48cb4d .te-header-menu-wrapper_ccca575abbb2694b {
        gap: 20px; } }
  .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 {
    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_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 {
        height: 80px; } }
    .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-standard-logo_82c405bb6bc838c5 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-sticky-logo_8fe53582d7c229b3 {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-sticky-logo_8fe53582d7c229b3 {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-sticky-logo_8fe53582d7c229b3 {
          display: block; } }
      .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-sticky-logo_8fe53582d7c229b3 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_9c3f5ca35a48cb4d .te-logo_2ef4fbfd0c38a967 .te-retina-logo_e81eacbacf621822 {
      display: none; }

.te-menu-wrapper_d8aa79e033ff855a {
  -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_87df6e584aab68b6 ul {
  margin: 0;
  padding: 0;
  position: relative; }
  .te-main-menu_87df6e584aab68b6 ul li {
    display: inline-block;
    padding: 0;
    position: relative; }
    .te-main-menu_87df6e584aab68b6 ul li.te-active {
      position: relative; }
      .te-main-menu_87df6e584aab68b6 ul li.te-active > a {
        color: #317EFE; }
        .te-main-menu_87df6e584aab68b6 ul li.te-active > a:after {
          color: #317EFE;
          font-size: 13px;
          margin-left: 5px; }
    .te-main-menu_87df6e584aab68b6 ul li.dropdown > a:after {
      visibility: visible;
      font-size: 13px;
      margin-left: 5px; }
    .te-main-menu_87df6e584aab68b6 ul li.dropdown .dropdown > a:after {
      visibility: visible;
      font-size: 13px; }
    .te-main-menu_87df6e584aab68b6 ul li ul.te-submenu_56e32e94ab2de26a li.te-active > a {
      position: relative;
      z-index: 2;
      color: #ffffff; }
      .te-main-menu_87df6e584aab68b6 ul li ul.te-submenu_56e32e94ab2de26a li.te-active > a:after {
        color: #ffffff;
        font-size: 13px; }
    .te-main-menu_87df6e584aab68b6 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_87df6e584aab68b6 ul li a {
          padding: 32px 14px; } }
      .te-main-menu_87df6e584aab68b6 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_87df6e584aab68b6 ul li a:hover {
        color: #317EFE; }
        .te-main-menu_87df6e584aab68b6 ul li a:hover:after {
          color: #317EFE; }
    .te-main-menu_87df6e584aab68b6 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_87df6e584aab68b6 ul li ul li:hover ul {
      visibility: visible;
      top: -2px; }
  .te-main-menu_87df6e584aab68b6 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_87df6e584aab68b6 ul ul li {
      float: none;
      width: 210px; }
      .te-main-menu_87df6e584aab68b6 ul ul li ul {
        visibility: hidden; }
      .te-main-menu_87df6e584aab68b6 ul ul li i {
        float: right; }
      .te-main-menu_87df6e584aab68b6 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_87df6e584aab68b6 ul ul li a:hover {
          background-color: #317EFE;
          color: #ffffff; }
          .te-main-menu_87df6e584aab68b6 ul ul li a:hover:after {
            color: #ffffff; }
      .te-main-menu_87df6e584aab68b6 ul ul li:last-child a {
        border-bottom: 0px; }
    .te-main-menu_87df6e584aab68b6 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_57b8c6a106a7e9d7 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

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

.te-header-btn_e60ca589bb29b05c {
  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_e60ca589bb29b05c .te-icon_c32e0c3205b333cf {
    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_e60ca589bb29b05c .te-icon_c32e0c3205b333cf: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_e60ca589bb29b05c {
      display: none; } }
  .te-header-btn_e60ca589bb29b05c .te-cta-btn_2f3024425eca1602 {
    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_e60ca589bb29b05c .te-cta-btn_2f3024425eca1602:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_e60ca589bb29b05c .te-quote-btn_95b506740315c361 {
    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_e60ca589bb29b05c .te-quote-btn_95b506740315c361: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_fec33e8ed3a969fa {
    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_fec33e8ed3a969fa .te-search-content-filed_f5e4c7da928c44fa {
      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_fec33e8ed3a969fa .te-search-content-filed_f5e4c7da928c44fa .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_fec33e8ed3a969fa .te-search-form_7233647d0c23ca47 {
      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_fec33e8ed3a969fa .te-search-form_7233647d0c23ca47 .te-search-form-input_ac5c80b57c84a92c {
        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_fec33e8ed3a969fa .te-search-form_7233647d0c23ca47 .te-search-form-input_ac5c80b57c84a92c .te-search-icon_f0d28a0af09cfd71 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_fec33e8ed3a969fa .te-search-form_7233647d0c23ca47 .te-search-form-input_ac5c80b57c84a92c button.te-submit-search-btn_5702d669723f6f70 {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_fec33e8ed3a969fa .te-search-form_7233647d0c23ca47 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_bb041699ba612ef1 a.mean-expand.mean-clicked_792ff3bc7cdc3722 {
  background-color: #317EFE;
  border-color: #317EFE !important; }

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

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

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

.te-mobile-menu-bar_339d7025fa5aae01 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_339d7025fa5aae01 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_476e9db5e672b6a9 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_ecc73c8239a5a864 {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_f061f51cb4cd12a2 {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_f061f51cb4cd12a2 .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_f061f51cb4cd12a2 .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-menu-sidebar-title_43bee8de0b93a15b {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-header-contact-info_ecd0a6c5793aba0a {
      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_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-header-contact-info_ecd0a6c5793aba0a 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_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-header-contact-info_ecd0a6c5793aba0a span.te-contact-info-item_7992c010a8c3e0b4 {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-header-contact-info_ecd0a6c5793aba0a 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_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-header-contact-info_ecd0a6c5793aba0a span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-social-profile_3c27a83cf038db1b {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-social-profile_3c27a83cf038db1b a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_64d93a5d6cf9d6a7 .te-menu-sidebar-single-widget_6cf2bf6910538c22 .te-social-profile_3c27a83cf038db1b 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_f7277ef1d9acce96 {
  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_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 {
        height: unset;
        padding: 80px 0; } }
    .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff {
          right: -380px; } }
      .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff .company-award_5c14cf195ce1deee {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff .company-award_5c14cf195ce1deee .icon_89f342788713e59f {
          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_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-feature-img_d83335e4f458f8ff .slider-feature-img-overlay_6043b92abf56d23d {
          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_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-left-shape_e6b59b8beca018ce {
      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_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-left-shape_e6b59b8beca018ce {
          display: none; } }
    .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-right-shape_602137068a69e8c4 {
      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_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-right-shape_602137068a69e8c4 {
          display: none; } }
    .slider-area_f7277ef1d9acce96.style-2_89a81192f2dadb95 .te-single-slider_3ec9680f3be112a6 .slider-circle-shape_e9806bc868567948 {
      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_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-short-title_e379d96f80a1c5c6,
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-title_5c4cfc40942f786f,
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-short-desc_2bdd9f1d26dddffe,
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-btn-wrapper_73491a42845f2b1f {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-short-title_e379d96f80a1c5c6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-title_5c4cfc40942f786f {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-short-desc_2bdd9f1d26dddffe {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-active .te-slider-btn-wrapper_73491a42845f2b1f {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 {
    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_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 {
        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_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 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_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 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_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_f7277ef1d9acce96 .te-slider-wrapper_1439c9095de1a397 .slick-dots_5006ea8b9cc69958 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 {
    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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 {
        background-image: none !important; } }
    .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9 {
      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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9 {
          left: 0; } }
      .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9 .te-slider-overlay-shape_5263f02a3e65109b {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9 .te-slider-overlay-shape_5263f02a3e65109b {
            display: none; } }
    .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 {
      position: relative;
      z-index: 99; }
      .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-short-title_e379d96f80a1c5c6 {
        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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
        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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-short-desc_2bdd9f1d26dddffe {
        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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-short-desc_2bdd9f1d26dddffe {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-short-desc_2bdd9f1d26dddffe {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-short-desc_2bdd9f1d26dddffe {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f {
        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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f {
            padding-top: 30px; } }
        .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-theme-btn_f1effcc54fcd2fb7 {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e .te-icon_c32e0c3205b333cf {
            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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e .te-content_1444c47f87296125 {
            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_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e .te-content_1444c47f87296125 .te-title_7aabb510a4d2feee {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_f7277ef1d9acce96 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e .te-content_1444c47f87296125 .te-text_a2482c0aa2208d51 {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9: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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9 {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-overlay_aa98f010c75abbe9::before {
        display: none; }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .slider-shape_e7ce66b22e04548e {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .slider-shape_e7ce66b22e04548e img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-one_62789454f5f6b53b {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-one_62789454f5f6b53b {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-one_62789454f5f6b53b {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-one_62789454f5f6b53b {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-one_62789454f5f6b53b {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-two_666a63fd1c16c204 {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-two_666a63fd1c16c204 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-two_666a63fd1c16c204 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-two_666a63fd1c16c204 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-two_666a63fd1c16c204 {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-three_e535def3e49dd0a7 {
      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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-three_e535def3e49dd0a7 {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .shape-three_e535def3e49dd0a7 {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-container_af931d176ca824cb {
      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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-container_af931d176ca824cb {
          -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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-container_af931d176ca824cb {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-container_af931d176ca824cb .te-slider-column_d78412e983de8a24 {
        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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-container_af931d176ca824cb .te-slider-column_d78412e983de8a24 {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-theme-btn_f1effcc54fcd2fb7 {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-theme-btn_f1effcc54fcd2fb7:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-btn-wrapper_73491a42845f2b1f .te-call-btn_b76e39eac6c9978e .te-icon_c32e0c3205b333cf {
      color: #317EFE; }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
      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_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-single-slider_3ec9680f3be112a6 .te-slider-content-wrapper_31834dc96b4ca972 .te-slider-content_d3725028ea2f66f7 .te-slider-title_5c4cfc40942f786f {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-slider-wrapper_1439c9095de1a397 .container {
    position: relative; }
  .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-slider-wrapper_1439c9095de1a397 .slider-shape-bg_d90d98bdceded4ea {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-slider-wrapper_1439c9095de1a397 .slider-shape-bg_d90d98bdceded4ea {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-slider-wrapper_1439c9095de1a397 .slider-shape-bg_d90d98bdceded4ea {
        margin-left: 0; } }
    .slider-area_f7277ef1d9acce96.style-1_b87f767a259008f9 .te-slider-wrapper_1439c9095de1a397 .slider-shape-bg_d90d98bdceded4ea: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_195a17b713ca28aa {
  position: relative; }

.te-info-card_607358e773c38e68 {
  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_607358e773c38e68 {
      padding: 40px 25px; } }
  .te-info-card_607358e773c38e68: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_607358e773c38e68:hover .te-image-wrapper_c9140d4249cf0988 .overlay_eab4332b186571e1 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_607358e773c38e68:hover .te-image-wrapper_c9140d4249cf0988 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_607358e773c38e68:hover .icon_89f342788713e59f img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_607358e773c38e68:hover .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_607358e773c38e68 .te-info-card-inner_b41e040c8ba928d0 {
    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_607358e773c38e68 .te-image-wrapper_c9140d4249cf0988 {
    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_607358e773c38e68 .te-image-wrapper_c9140d4249cf0988 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_607358e773c38e68 .te-image-wrapper_c9140d4249cf0988 .overlay_eab4332b186571e1 {
      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_607358e773c38e68 .icon_89f342788713e59f {
    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_607358e773c38e68 .icon_89f342788713e59f img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_607358e773c38e68 .te-content-wrapper_6fd4c0f5ee2339ed {
    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_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 {
    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_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f {
      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_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f::before, .te-info-card_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f::before {
        top: 15px;
        left: 5px; }
      .te-info-card_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .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_607358e773c38e68 .te-title-wrapper_8e42f954ddc73ae3 .divider_bbaff55540e5f62b {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_607358e773c38e68 .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_607358e773c38e68 .content .desc_e565d5ff81ee282b {
      -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_607358e773c38e68 .content .te-read-more_d6b9b067fdff6b4f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_607358e773c38e68 .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_607358e773c38e68 .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 {
  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_607358e773c38e68.style-2_89a81192f2dadb95 {
      padding: 35px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 {
      padding: 35px; } }
  .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95: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_607358e773c38e68.style-2_89a81192f2dadb95:hover .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
    background-color: inherit;
    color: #317EFE; }
  .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 .image {
    border-radius: 20px;
    overflow: hidden; }
    .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 .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_607358e773c38e68.style-2_89a81192f2dadb95 .te-title-wrapper_8e42f954ddc73ae3 {
    padding-bottom: 15px; }
  .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px; }
    .te-info-card_607358e773c38e68.style-2_89a81192f2dadb95 .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
      padding: 0;
      border: 0; }

.te-icon-card_f0604215db52d30d {
  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_f0604215db52d30d {
      -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_f0604215db52d30d:hover .icon_89f342788713e59f img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-icon-card_f0604215db52d30d .icon_89f342788713e59f {
    width: 78px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card_f0604215db52d30d .icon_89f342788713e59f img {
      width: 100%;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-icon-card_f0604215db52d30d .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_f0604215db52d30d .content {
        gap: 15px; } }
    .te-icon-card_f0604215db52d30d .content .title {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      color: #14203A;
      margin-bottom: 0; }
    .te-icon-card_f0604215db52d30d .content .desc_e565d5ff81ee282b {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      color: #335371;
      margin-bottom: 0; }
      .te-icon-card_f0604215db52d30d .content .desc_e565d5ff81ee282b a {
        color: #335371; }

.te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 {
  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_f0604215db52d30d.style-two_9eba4a77a338b0e0 .divider_bbaff55540e5f62b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #464b4e;
    border-bottom: 1px solid #464b4e; }
  .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .icon_89f342788713e59f {
    width: 62px;
    height: 62px; }
    .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .icon_89f342788713e59f img {
      width: 100%; }
  .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .content {
    gap: 26px; }
    .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .content .title {
      color: #ffffff; }
      @media (min-width: 1280px) {
        .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .content .title {
          font-size: 22px; } }
    .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .content .desc_e565d5ff81ee282b {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 36px;
      gap: 34px; }
      .te-icon-card_f0604215db52d30d.style-two_9eba4a77a338b0e0 .content {
        gap: 24px; } }

.te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b {
  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_f0604215db52d30d.style-three_23c887ad5b11757b .icon_89f342788713e59f {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b .icon_89f342788713e59f img {
      width: 100%; }
  .te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b .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_f0604215db52d30d.style-three_23c887ad5b11757b .content .title {
      color: #ffffff; }
    .te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b .content .desc_e565d5ff81ee282b {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b {
      gap: 25px; }
      .te-icon-card_f0604215db52d30d.style-three_23c887ad5b11757b .content {
        gap: 18px; } }

.te-icon-card_f0604215db52d30d.style-2_89a81192f2dadb95 {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .te-icon-card_f0604215db52d30d.style-2_89a81192f2dadb95 .icon_89f342788713e59f {
    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_f0604215db52d30d.style-2_89a81192f2dadb95 .content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px; }
    .te-icon-card_f0604215db52d30d.style-2_89a81192f2dadb95 .content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0px; }
    .te-icon-card_f0604215db52d30d.style-2_89a81192f2dadb95 .content .desc_e565d5ff81ee282b {
      line-height: 22px; }

.te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 {
      text-align: left; } }
  .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 > img {
          width: 100%; } }
    .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-img-card-shape_16bb357c76c31f43 {
      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_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-img-card-shape_16bb357c76c31f43 {
          right: 0; } }
.te-about-image-card_22a2eab30e6da61a .te-company-foundation_82e10de488f13b9f {
  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_22a2eab30e6da61a .te-company-foundation_82e10de488f13b9f .te-counter-wrapper_f605e8c9ae449a80 {
    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_22a2eab30e6da61a .te-company-foundation_82e10de488f13b9f .counter-title_0ec781262d6076c1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_22a2eab30e6da61a .te-company-foundation_82e10de488f13b9f .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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-img-card-shape_16bb357c76c31f43 {
    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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-img-card-shape_16bb357c76c31f43 {
        display: none; } }
  .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 {
        position: relative; } }
    .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-another-image-inner_c49c0aeaac0e119c {
      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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-another-image-inner_c49c0aeaac0e119c {
          width: 100%; }
          .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-another-image-inner_c49c0aeaac0e119c img {
            width: 100%; } }
    .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .video-btn_6531df011456c640 {
      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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .video-btn_6531df011456c640 {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .video-btn_6531df011456c640 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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 {
      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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 .icon_89f342788713e59f {
        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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 .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_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_22a2eab30e6da61a.style-2_89a81192f2dadb95 .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 .te-another-image_fbdc50bdfe11d631 .te-badge-text_f5f6481197ca6a48 .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d {
  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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-section-title_b8488f8f0a4ba9e1 {
    margin-bottom: 0; }
    .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-section-title_b8488f8f0a4ba9e1 .title {
      margin-bottom: 0; }
  .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda {
    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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda .te-list-item_f0c6c5851d4b1fd3 .icon_89f342788713e59f {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda .te-list-item_f0c6c5851d4b1fd3 .text {
      color: #14203A; }
  .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca {
    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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 {
      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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32:hover .icon_89f342788713e59f 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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 .icon_89f342788713e59f {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 .icon_89f342788713e59f::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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 .icon_89f342788713e59f 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_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_00f499c81353b618 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .te-single-info-list_ce1efe32ca20ad32 .short-title_acf67670b2a18cc6 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d {
  gap: 10px; }
  .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda .te-list-item_f0c6c5851d4b1fd3 .icon_89f342788713e59f {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-list-item-wrapper_99f8893566a77dda .te-list-item_f0c6c5851d4b1fd3 .text {
      color: #335371; }
  .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .divider_bbaff55540e5f62b {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_00f499c81353b618.style-2_89a81192f2dadb95 .te-about-info-content_d02a22687c45d68d .te-info-list_4dcca8258107cfca .divider_bbaff55540e5f62b {
          height: 1px;
          width: 100%; } }

.te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-section-title_b8488f8f0a4ba9e1 {
  margin-bottom: 40px; }
.te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .about-info-wrapper_45d1f138381b85a2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .about-info-wrapper_45d1f138381b85a2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .about-info-wrapper_45d1f138381b85a2 .about-info-img_717344cc34495bba {
    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_00f499c81353b618.style-three_23c887ad5b11757b .about-info-wrapper_45d1f138381b85a2 .about-info-img_717344cc34495bba {
        height: 350px; } }
    .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .about-info-wrapper_45d1f138381b85a2 .about-info-img_717344cc34495bba img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .skill-progressbar-wrapper_000e3762097366aa {
    width: 100%; }
  .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-icon-card-wrapper_b2518715abc79ba1 {
    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_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-icon-card-wrapper_b2518715abc79ba1 .te-icon-card_f0604215db52d30d {
      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_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-icon-card-wrapper_b2518715abc79ba1 .te-icon-card_f0604215db52d30d .icon_89f342788713e59f {
        width: 40px;
        height: 40px; }
      .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-icon-card-wrapper_b2518715abc79ba1 .te-icon-card_f0604215db52d30d .content {
        gap: 4px; }
        .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-icon-card-wrapper_b2518715abc79ba1 .te-icon-card_f0604215db52d30d .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_00f499c81353b618.style-three_23c887ad5b11757b .te-about-info-content_d02a22687c45d68d .te-btn-wrapper_2308cc099ded3f33 {
    margin-top: 7px; }

.te-counter-card_fe9bfbce625cce09 {
  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_fe9bfbce625cce09 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .te-counter-card_fe9bfbce625cce09 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 50px; } }
  .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 {
    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_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993:hover .icon_89f342788713e59f img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .icon_89f342788713e59f {
      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_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .icon_89f342788713e59f img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 {
      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_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 .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_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
      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_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
          font-size: 36px;
          line-height: 40px; } }
    .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .title {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      color: #335371; }
    .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .text {
      margin: 0;
      color: #c7cdda; }

.te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 {
      grid-template-columns: repeat(1, 1fr); } }
  .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 {
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 {
        text-align: center; } }
    .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 {
      -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_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 20px; } }
    .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .counter-content_71d98d29e434f749 {
      width: 100%; }
      @media (max-width: 280px) {
        .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .counter-content_71d98d29e434f749 .text br {
          display: none; } }
    .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
      font-size: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
          font-size: 48px;
          line-height: 50px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-counter-card_fe9bfbce625cce09.style-two_9eba4a77a338b0e0 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
          font-size: 48px;
          line-height: 50px; } }

.te-counter-card_fe9bfbce625cce09.style-three_23c887ad5b11757b {
  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_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 {
    text-align: left;
    padding: 40px 32px;
    background: #317EFE;
    border-radius: 8px; }
    .te-counter-card_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 30px; }
      .te-counter-card_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 .title {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
    .te-counter-card_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
      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_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
          font-size: 48px;
          line-height: 52px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-counter-card_fe9bfbce625cce09.style-three_23c887ad5b11757b .te-counter-item_ffa809a1a90c6993 {
        padding: 40px 30px; } }

.te-process-step_993dfd299d7e8cd6 {
  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_993dfd299d7e8cd6::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_993dfd299d7e8cd6 {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_993dfd299d7e8cd6:hover {
    top: -5px; }
    .te-process-step_993dfd299d7e8cd6:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_993dfd299d7e8cd6:hover .icon_89f342788713e59f img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_993dfd299d7e8cd6:hover .counter-number_678674b5ad51c869 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_993dfd299d7e8cd6:hover .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_993dfd299d7e8cd6 .icon_89f342788713e59f {
    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_993dfd299d7e8cd6 .icon_89f342788713e59f img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_993dfd299d7e8cd6 .te-content-wrapper_6fd4c0f5ee2339ed {
    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_993dfd299d7e8cd6 .te-counter-wrapper_f605e8c9ae449a80 {
    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_993dfd299d7e8cd6 .te-counter-wrapper_f605e8c9ae449a80 .shape_88f0b65a70caf1be {
      position: relative; }
  .te-process-step_993dfd299d7e8cd6 .counter-number_678674b5ad51c869 {
    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_993dfd299d7e8cd6 .te-title-wrapper_8e42f954ddc73ae3 {
    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_993dfd299d7e8cd6 .te-title-wrapper_8e42f954ddc73ae3 .icon_89f342788713e59f {
      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_993dfd299d7e8cd6 .te-title-wrapper_8e42f954ddc73ae3 .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_993dfd299d7e8cd6 .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_993dfd299d7e8cd6 .content .desc_e565d5ff81ee282b {
      -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_993dfd299d7e8cd6 .content .te-read-more_d6b9b067fdff6b4f {
      margin-top: -10px; }
      .te-process-step_993dfd299d7e8cd6 .content .te-read-more_d6b9b067fdff6b4f .te-theme-btn_f1effcc54fcd2fb7 {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

.te-testimonial-card_e62e194e0df8686d {
  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_e62e194e0df8686d {
      padding: 30px; } }
  .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed {
    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_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
    .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f {
      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_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .image {
          width: 74px;
          height: 84px;
          border-radius: 20px;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .rating_1c2f4964224d5bce {
          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_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .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_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .name {
              font-size: 18px;
              line-height: 28px; } }
        .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .designation_b3bde285542f1fc4 {
          font-size: 18px;
          font-weight: 400;
          line-height: 36px;
          color: #14203A; }
      .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .icon_89f342788713e59f {
        color: #E1E1E1;
        font-size: 55px;
        margin-top: 20px; }
        @media (max-width: 570px) {
          .te-testimonial-card_e62e194e0df8686d .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .icon_89f342788713e59f {
            position: absolute;
            right: 30px;
            top: 0;
            z-index: -1;
            font-size: 35px; } }

.te-testimonial-card-two_4f82fc5b59041dee {
  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_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed {
    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_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
      .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .content p {
        margin-bottom: 0; }
    .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 {
        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_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .icon_89f342788713e59f {
          color: #317EFE;
          font-size: 40px; }
        .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .name {
          font-size: 24px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0px;
          color: #14203A;
          margin-bottom: 0; }
        .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .designation_b3bde285542f1fc4 {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #317EFE; }
      .te-testimonial-card-two_4f82fc5b59041dee .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .image {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb {
  padding: 30px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb::before {
    display: none; }
  .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed {
    gap: 15px; }
    .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0px;
      color: #335371;
      margin-bottom: 20px; }
    .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 {
      -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_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 {
          padding: 15px 30px; } }
      .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 0;
        position: relative; }
        .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          left: 0;
          top: 0; }
      .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .rating_1c2f4964224d5bce {
        gap: 5px;
        color: #E7F914;
        font-size: 14px;
        margin-bottom: 10px; }
      .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .te-user-info_beacdc94c1078471 .name span {
        color: #317EFE; }
    .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .icon_89f342788713e59f {
      font-size: 64px;
      color: #E7F914;
      position: absolute;
      top: -5px;
      margin-top: 0;
      right: 0; }
      @media (max-width: 575px) {
        .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .icon_89f342788713e59f {
          font-size: 34px; } }

.te-testimonial-slider-wrapper_856d83482c86012e {
  position: relative; }
  .te-testimonial-slider-wrapper_856d83482c86012e .slick-list_8f910666d6bbc5ba {
    margin: 0 -15px; }
    .te-testimonial-slider-wrapper_856d83482c86012e .slick-list_8f910666d6bbc5ba .slick-slide {
      margin: 0 15px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper_856d83482c86012e .slick-dots_5006ea8b9cc69958 {
    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_856d83482c86012e .slick-dots_5006ea8b9cc69958 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_856d83482c86012e .slick-dots_5006ea8b9cc69958 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_856d83482c86012e .slick-dots_5006ea8b9cc69958 li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 2px solid #317EFE; }
        .te-testimonial-slider-wrapper_856d83482c86012e .slick-dots_5006ea8b9cc69958 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper_856d83482c86012e .slick-arrow_f621bbaf3cf68d73 {
    display: none !important; }

.te-accordion-box-wrapper_15e6e00bb2951130 {
  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_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc .te-accordion-head_7457766dc1c0ecad {
    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_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc .te-accordion-head_7457766dc1c0ecad: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_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc .te-accordion-head_7457766dc1c0ecad.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_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc .te-accordion-head_7457766dc1c0ecad .te-accordion-title_de068e36893597a1 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_dbe2eb99e045c223 .te-accordion-list-item_b92722f7475b92dc .te-accordion-body_53f0558537a920f0 {
    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_7d5cb4cfe3590495 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_7d5cb4cfe3590495 {
      padding-left: 30px; } }
  .page-header_7d5cb4cfe3590495 .te-page-title_900fa1dcf6811d3d,
  .page-header_7d5cb4cfe3590495 .page-title_e0a329e6fdd5039b {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_7d5cb4cfe3590495 .te-page-title_900fa1dcf6811d3d,
      .page-header_7d5cb4cfe3590495 .page-title_e0a329e6fdd5039b {
        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_cf82742534dad4e8 {
  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_cf82742534dad4e8:hover .te-post-thumbnail_47c8e7b99c209aa8 img,
  .te-post-item_cf82742534dad4e8:hover .post-video_65c870bb749ed09c 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_cf82742534dad4e8 iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_cf82742534dad4e8 iframe {
        height: 350px; } }
  .te-post-item_cf82742534dad4e8 .post-gallery .slick-list_8f910666d6bbc5ba .slick-track_6d2d8de3e5349718 {
    height: 392px;
    overflow: hidden; }
  .te-post-item_cf82742534dad4e8 .te-post-content-wrapper_dcc3aa7f58e4efa4 {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_cf82742534dad4e8 .te-post-content-wrapper_dcc3aa7f58e4efa4 {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_cf82742534dad4e8 .te-post-content-wrapper_dcc3aa7f58e4efa4 .te-read-more_d6b9b067fdff6b4f {
      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_cf82742534dad4e8.format-quote_fb8047c96049a1c8 .te-post-content {
    margin: 0; }
  .te-post-item_cf82742534dad4e8.format-quote_fb8047c96049a1c8 blockquote {
    margin: 0; }
    .te-post-item_cf82742534dad4e8.format-quote_fb8047c96049a1c8 blockquote p {
      margin-top: 0; }
    .te-post-item_cf82742534dad4e8.format-quote_fb8047c96049a1c8 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_cf82742534dad4e8.format-quote_fb8047c96049a1c8 blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_cf82742534dad4e8.sticky_8a3c44345ba0eb1e {
    border: 2px solid #317EFE; }
    .te-post-item_cf82742534dad4e8.sticky_8a3c44345ba0eb1e .te-post-content {
      margin-bottom: 0; }
      .te-post-item_cf82742534dad4e8.sticky_8a3c44345ba0eb1e .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_cf82742534dad4e8 .te-post-title_9d8adf1a2b01ec2c {
    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_cf82742534dad4e8 .te-post-title_9d8adf1a2b01ec2c {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_cf82742534dad4e8 .te-post-title_9d8adf1a2b01ec2c:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_cf82742534dad4e8 .te-post-content p {
    margin-top: 17px; }
  .te-post-item_cf82742534dad4e8 .te-post-content h2,
  .te-post-item_cf82742534dad4e8 .te-post-content h3,
  .te-post-item_cf82742534dad4e8 .te-post-content h4,
  .te-post-item_cf82742534dad4e8 .te-post-content h5,
  .te-post-item_cf82742534dad4e8 .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_cf82742534dad4e8 .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_cf82742534dad4e8 .te-single-post-meta_6c52c095122db5f3 {
    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_cf82742534dad4e8 .te-social-share_0cd8d37bff68561f {
    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_cf82742534dad4e8 .te-social-share_0cd8d37bff68561f a.facebook_e11f56a4a04676df {
      color: #1877f2; }
    .te-post-item_cf82742534dad4e8 .te-social-share_0cd8d37bff68561f a.twitter_d108f64e409449a1 {
      color: #1da1f2; }
    .te-post-item_cf82742534dad4e8 .te-social-share_0cd8d37bff68561f a.linkedin_f69f0725f31d25c6 {
      color: #1a70c6; }
    .te-post-item_cf82742534dad4e8 .te-social-share_0cd8d37bff68561f .te-social-share-title_6b644a21ac706208 {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc {
    width: 100%;
    display: inline-block; }
    .te-post-item_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc 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_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc .te-post-tag-list_02a80a2d6c516421 {
      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_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc .te-post-tag-list_02a80a2d6c516421 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_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc .te-post-tag-list_02a80a2d6c516421 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_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8,
  .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c {
    position: relative;
    overflow: hidden; }
    .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 img,
    .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c 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_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 .popup-video-wrapper_242cbd7579614dec,
    .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c .popup-video-wrapper_242cbd7579614dec {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 .video-btn_6531df011456c640 a,
    .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c .video-btn_6531df011456c640 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_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 .video-btn_6531df011456c640 a i,
      .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c .video-btn_6531df011456c640 a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 .video-btn_6531df011456c640 a:hover,
      .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c .video-btn_6531df011456c640 a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6 {
    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_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6.prev-btn_b22c2140087bc0a5 {
      left: 30px; }
    .te-post-item_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6.next-btn_fffcaff58339e0f1 {
      right: 30px; }
    .te-post-item_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6 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_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_cf82742534dad4e8 button.post-gallery-btn_8dbbe401256e45e6:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_cf82742534dad4e8 .post-audio_72b99602af12ab66 iframe {
    width: 100%; }
  .te-post-item_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 {
    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_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 {
        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_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 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_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 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_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

.te-post-card_96dc787eb6df212d {
  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_96dc787eb6df212d.style-1_b87f767a259008f9 {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px; }
    .te-post-card_96dc787eb6df212d.style-1_b87f767a259008f9 .image {
      height: 290px; }
    .te-post-card_96dc787eb6df212d.style-1_b87f767a259008f9 .content {
      padding: 0 20px 20px 20px; }
  .te-post-card_96dc787eb6df212d: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_96dc787eb6df212d .image {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 323px;
    position: relative; }
    .te-post-card_96dc787eb6df212d .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_96dc787eb6df212d .image .te-post-date_92d9d5efdc84d9c8 {
      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_96dc787eb6df212d .image .te-post-date_92d9d5efdc84d9c8 span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px; }
  .te-post-card_96dc787eb6df212d .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_96dc787eb6df212d .content .te-post-meta-info_d567364bf26523f5 {
      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_96dc787eb6df212d .content .te-post-meta-info_d567364bf26523f5 .te-single-meta_7b4803f88746db9c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        .te-post-card_96dc787eb6df212d .content .te-post-meta-info_d567364bf26523f5 .te-single-meta_7b4803f88746db9c span,
        .te-post-card_96dc787eb6df212d .content .te-post-meta-info_d567364bf26523f5 .te-single-meta_7b4803f88746db9c a {
          color: #335371;
          font-size: 14px;
          line-height: 28px;
          font-weight: 400;
          margin: 0;
          text-transform: capitalize; }
        .te-post-card_96dc787eb6df212d .content .te-post-meta-info_d567364bf26523f5 .te-single-meta_7b4803f88746db9c i {
          color: #317EFE; }
    .te-post-card_96dc787eb6df212d .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_96dc787eb6df212d .content a.read-btn_c45796bb3f730f67 {
      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_96dc787eb6df212d .content a.read-btn_c45796bb3f730f67:hover {
        color: #317EFE; }

.te-post-card_96dc787eb6df212d.style-2_89a81192f2dadb95 {
  gap: 20px; }
  .te-post-card_96dc787eb6df212d.style-2_89a81192f2dadb95 .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_96dc787eb6df212d.style-2_89a81192f2dadb95 .image .te-post-date_92d9d5efdc84d9c8 {
      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_96dc787eb6df212d.style-2_89a81192f2dadb95 .content .title {
    font-size: 20px; }
  .te-post-card_96dc787eb6df212d.style-2_89a81192f2dadb95 .content .te-post-meta-info_d567364bf26523f5 {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_6cc1dc5210d43894 .te-comment-respond_644fbca2fc57f472 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_6cc1dc5210d43894 .te-post-comments_640052605dbc87a0 {
  margin-top: 70px; }
.te-blog-details-wrapper_6cc1dc5210d43894 .wp-block-group_f102447c8af29700.has-background_7b3e5435c6077614 .wp-block-button_366b5232c0ef6a49 .wp-block-button__link_23d979bd3f12d160 {
  color: #ffffff !important; }
.te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-meta_6b0371c3eccfd299 {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8,
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c,
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-gallery,
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .postbox-audio_c295a6950bf73351,
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .wp-block-post-featured-image_65055718ecbbeb0f {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8,
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c,
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-gallery,
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .postbox-audio_c295a6950bf73351,
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .wp-block-post-featured-image_65055718ecbbeb0f {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8:hover img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c:hover img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-gallery:hover img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .postbox-audio_c295a6950bf73351:hover img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .wp-block-post-featured-image_65055718ecbbeb0f: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_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-thumbnail_47c8e7b99c209aa8 img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-video_65c870bb749ed09c img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .post-gallery img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .postbox-audio_c295a6950bf73351 img,
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .wp-block-post-featured-image_65055718ecbbeb0f 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_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content-wrapper_dcc3aa7f58e4efa4 {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-query_5c8d11070c5c87c4 .wp-block-post-template_d2b99f65f81dcc1c {
      padding-left: 0; }
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-query_5c8d11070c5c87c4 .wp-block-post-template_d2b99f65f81dcc1c .wp-block-post_32c601bcadf68855 {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-navigation__responsive-container-content_f27b15255a5ca9ac .wp-block-page-list_cf212a807a4c244e {
      padding-left: 0; }
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-group_f102447c8af29700 {
      margin: 15px 0; }
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content .wp-block-group_f102447c8af29700 p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_6cc1dc5210d43894 .te-post-item_cf82742534dad4e8 .te-blog-post-tag_28045dced57026cc .te-social-share_0cd8d37bff68561f {
    padding-bottom: 20px; }
.te-blog-details-wrapper_6cc1dc5210d43894 .wp-block-calendar_d72984936e31ee1d {
  margin-bottom: 30px; }

.te-author-info_115df6b669b5e80d {
  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_115df6b669b5e80d .te-author-thumb_937a0337492fde75 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden; }
    .te-author-info_115df6b669b5e80d .te-author-thumb_937a0337492fde75 img {
      border-radius: 20px; }
  .te-author-info_115df6b669b5e80d .te-author-text_3084b1a502fcff3a h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px; }
  .te-author-info_115df6b669b5e80d .te-author-text_3084b1a502fcff3a .designation_b3bde285542f1fc4 {
    font-size: 16px;
    font-style: italic;
    color: #9ba8c3;
    text-transform: capitalize; }
  .te-author-info_115df6b669b5e80d .te-author-text_3084b1a502fcff3a p {
    margin-top: 30px;
    margin-bottom: 0; }
  .te-author-info_115df6b669b5e80d .te-author-social-profiles_5dbddfa9a993c8af {
    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_115df6b669b5e80d .te-author-social-profiles_5dbddfa9a993c8af 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_115df6b669b5e80d .te-author-social-profiles_5dbddfa9a993c8af a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #ffffff;
        color: #317EFE; }
  .te-author-info_115df6b669b5e80d .te-author-post_5186c18d69feadf8 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_115df6b669b5e80d .te-author-post_5186c18d69feadf8 a:hover {
      color: #317EFE;
      border-color: #317EFE; }

.skill-progressbar-wrapper_000e3762097366aa {
  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_000e3762097366aa {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }

.skill-progressbar .progress-inner-item_c901e38b34ec2293 {
  position: relative;
  margin: 0;
  line-height: inherit; }
.skill-progressbar .skill-title_a3cb7d4bff71a43f {
  z-index: 100;
  color: #335371;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif; }
.skill-progressbar .progressbar-number_cb678c50cf2b6e9f {
  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_cb678c50cf2b6e9f,
.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_cb678c50cf2b6e9f,
    .skill-progressbar .progress-number-count {
      left: 90% !important; } }
.skill-progressbar .progress-content-outter_e12e09fec9b8e6dc {
  height: 8px;
  background-color: #E1E1E1;
  border-radius: 50px; }
.skill-progressbar .progress-content {
  height: 8px;
  background-color: #317EFE;
  width: 0%;
  border-radius: 50px; }

.cta-area_aed7871c45a1f917 {
  background-color: #317EFE;
  padding: 20px 70px;
  border-radius: 0 0 20px 20px; }
  .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed {
    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_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .short-title_acf67670b2a18cc6 {
      font-size: 21px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0; }
    .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .te-cta-title_73f0b11caf5b38c0 {
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 57px;
      line-height: 77px;
      letter-spacing: -1px; }
      @media (max-width: 375px) {
        .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .te-cta-title_73f0b11caf5b38c0 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .te-cta-title_73f0b11caf5b38c0 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .te-cta-title_73f0b11caf5b38c0 {
          font-size: 36px;
          line-height: 42px; } }
    .cta-area_aed7871c45a1f917 .te-content-wrapper_6fd4c0f5ee2339ed .text {
      font-size: 18px;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 0; }
  .cta-area_aed7871c45a1f917 .te-btn-wrapper_2308cc099ded3f33 {
    margin-top: 30px; }
  .cta-area_aed7871c45a1f917 .te-cta-inner-area_b72716dfdbd7fd7e {
    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_aed7871c45a1f917 .te-cta-inner-area_b72716dfdbd7fd7e {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .cta-area_aed7871c45a1f917 .te-cta-inner-area_b72716dfdbd7fd7e .te-cta-collumn_5b94893f4ec2338f {
      -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_b8488f8f0a4ba9e1 {
  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_b8488f8f0a4ba9e1 {
      -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_b8488f8f0a4ba9e1.left-align-title_652f27b34809aaec .te-section-content_a5363b00c4be2498 {
    margin-top: -15px; }
  .te-section-title_b8488f8f0a4ba9e1 .te-section-content_a5363b00c4be2498 {
    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_b8488f8f0a4ba9e1 .short-title_acf67670b2a18cc6 {
    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_b8488f8f0a4ba9e1 .short-title_acf67670b2a18cc6::before, .te-section-title_b8488f8f0a4ba9e1 .short-title_acf67670b2a18cc6::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_b8488f8f0a4ba9e1 .short-title_acf67670b2a18cc6.only-divider_a3491c4edf896cce {
      gap: 10px; }
      .te-section-title_b8488f8f0a4ba9e1 .short-title_acf67670b2a18cc6.only-divider_a3491c4edf896cce::before {
        display: none; }
  .te-section-title_b8488f8f0a4ba9e1 .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_b8488f8f0a4ba9e1 .title {
        font-size: 34px;
        line-height: 1.25; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .te-section-title_b8488f8f0a4ba9e1 .title {
        font-size: 34px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-section-title_b8488f8f0a4ba9e1 .title {
        font-size: 30px;
        line-height: 1.3; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-section-title_b8488f8f0a4ba9e1 .title {
        font-size: 26px;
        line-height: 1.35; } }
    @media only screen and (min-width: 0px) and (max-width: 439px) {
      .te-section-title_b8488f8f0a4ba9e1 .title br {
        display: none; } }
    .te-section-title_b8488f8f0a4ba9e1 .title span {
      color: #317EFE; }
  .te-section-title_b8488f8f0a4ba9e1 .te-section-desc_b4c6eaad5785c1d4 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #335371;
    margin-bottom: 0; }
    .te-section-title_b8488f8f0a4ba9e1 .te-section-desc_b4c6eaad5785c1d4 .te-theme-btn_f1effcc54fcd2fb7 {
      background-color: transparent;
      color: #14203A; }
      .te-section-title_b8488f8f0a4ba9e1 .te-section-desc_b4c6eaad5785c1d4 .te-theme-btn_f1effcc54fcd2fb7:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.page-breadcrumb-area_3603b3b05756562f {
  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_3603b3b05756562f {
      padding-top: 180px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .page-breadcrumb-area_3603b3b05756562f {
      padding-top: 150px;
      padding-bottom: 80px; } }

.page-overlay_9abf8f88ae2ac7f6 {
  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_b2e780029c329133 h3,
.te-page-heading_b2e780029c329133 .te-page-title_900fa1dcf6811d3d {
  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_b2e780029c329133 h3,
    .te-page-heading_b2e780029c329133 .te-page-title_900fa1dcf6811d3d {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-page-heading_b2e780029c329133 h3,
    .te-page-heading_b2e780029c329133 .te-page-title_900fa1dcf6811d3d {
      font-size: 42px;
      line-height: 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-page-heading_b2e780029c329133 h3,
    .te-page-heading_b2e780029c329133 .te-page-title_900fa1dcf6811d3d {
      font-size: 60px;
      line-height: 72px; } }

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

.te-breadcrumb-list_e886679dad70f734 {
  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_e886679dad70f734 span.current-item_028d5ec0d3f40732 {
    color: #317EFE; }
  .te-breadcrumb-list_e886679dad70f734 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_e886679dad70f734 a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }
  .te-breadcrumb-list_e886679dad70f734 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_e886679dad70f734 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .te-breadcrumb-list_e886679dad70f734 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_e886679dad70f734 ul li.active {
        color: #317EFE; }
        .te-breadcrumb-list_e886679dad70f734 ul li.active a {
          color: #317EFE; }
      .te-breadcrumb-list_e886679dad70f734 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_e886679dad70f734 ul li a:hover {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          color: #317EFE; }
      .te-breadcrumb-list_e886679dad70f734 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_e886679dad70f734 ul li:first-child:before {
        display: none; }
        @media (max-width: 375px) {
          .te-breadcrumb-list_e886679dad70f734 ul li:first-child:before {
            display: block !important; } }

.wp-block-query-pagination_0aafd14ab4ee160c,
.navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8,
.comment-navigation_c583ded1e795f9b0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-numbers_87178b1d3313dde9,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-numbers_87178b1d3313dde9,
  .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-numbers_87178b1d3313dde9 {
    width: inherit; }
  .wp-block-query-pagination_0aafd14ab4ee160c .nav-links_c6c4be85e2467424,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-links_c6c4be85e2467424,
  .comment-navigation_c583ded1e795f9b0 .nav-links_c6c4be85e2467424 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-previous_3d49f5fa61678269,
  .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-next_12ffa362503a5558,
  .wp-block-query-pagination_0aafd14ab4ee160c .nav-next_2c0221883b5da71d a,
  .wp-block-query-pagination_0aafd14ab4ee160c .nav-previous_c2b13c75d063ebbc a,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-previous_3d49f5fa61678269,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-next_12ffa362503a5558,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-next_2c0221883b5da71d a,
  .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-previous_c2b13c75d063ebbc a,
  .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-previous_3d49f5fa61678269,
  .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-next_12ffa362503a5558,
  .comment-navigation_c583ded1e795f9b0 .nav-next_2c0221883b5da71d a,
  .comment-navigation_c583ded1e795f9b0 .nav-previous_c2b13c75d063ebbc 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_0aafd14ab4ee160c .wp-block-query-pagination-previous_3d49f5fa61678269,
      .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-next_12ffa362503a5558,
      .wp-block-query-pagination_0aafd14ab4ee160c .nav-next_2c0221883b5da71d a,
      .wp-block-query-pagination_0aafd14ab4ee160c .nav-previous_c2b13c75d063ebbc a,
      .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-previous_3d49f5fa61678269,
      .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-next_12ffa362503a5558,
      .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-next_2c0221883b5da71d a,
      .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-previous_c2b13c75d063ebbc a,
      .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-previous_3d49f5fa61678269,
      .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-next_12ffa362503a5558,
      .comment-navigation_c583ded1e795f9b0 .nav-next_2c0221883b5da71d a,
      .comment-navigation_c583ded1e795f9b0 .nav-previous_c2b13c75d063ebbc a {
        height: 40px; } }
    .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-previous_3d49f5fa61678269:hover,
    .wp-block-query-pagination_0aafd14ab4ee160c .wp-block-query-pagination-next_12ffa362503a5558:hover,
    .wp-block-query-pagination_0aafd14ab4ee160c .nav-next_2c0221883b5da71d a:hover,
    .wp-block-query-pagination_0aafd14ab4ee160c .nav-previous_c2b13c75d063ebbc a:hover,
    .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-previous_3d49f5fa61678269:hover,
    .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .wp-block-query-pagination-next_12ffa362503a5558:hover,
    .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-next_2c0221883b5da71d a:hover,
    .navigation_b5a61af53143b5eb.posts-navigation_1f1d5ca1113b79d8 .nav-previous_c2b13c75d063ebbc a:hover,
    .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-previous_3d49f5fa61678269:hover,
    .comment-navigation_c583ded1e795f9b0 .wp-block-query-pagination-next_12ffa362503a5558:hover,
    .comment-navigation_c583ded1e795f9b0 .nav-next_2c0221883b5da71d a:hover,
    .comment-navigation_c583ded1e795f9b0 .nav-previous_c2b13c75d063ebbc 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_5885a347420280ed,
.page-links_d18f89a9eecb8747,
.wp-block-query-pagination-numbers_87178b1d3313dde9 {
  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_5885a347420280ed ul,
  .page-links_d18f89a9eecb8747 ul,
  .wp-block-query-pagination-numbers_87178b1d3313dde9 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_5885a347420280ed ul li,
    .page-links_d18f89a9eecb8747 ul li,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 ul li {
      padding-top: 0; }
    .te-basic-pagination_5885a347420280ed ul .prev span,
    .te-basic-pagination_5885a347420280ed ul .next span,
    .page-links_d18f89a9eecb8747 ul .prev span,
    .page-links_d18f89a9eecb8747 ul .next span,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 ul .prev span,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 ul .next span {
      display: none; }
  .te-basic-pagination_5885a347420280ed .post-page-numbers_184db45e4f84a2e7,
  .page-links_d18f89a9eecb8747 .post-page-numbers_184db45e4f84a2e7,
  .wp-block-query-pagination-numbers_87178b1d3313dde9 .post-page-numbers_184db45e4f84a2e7 {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_5885a347420280ed .page-numbers_6e0581688f77efe8,
  .te-basic-pagination_5885a347420280ed .post-page-numbers_184db45e4f84a2e7,
  .page-links_d18f89a9eecb8747 .page-numbers_6e0581688f77efe8,
  .page-links_d18f89a9eecb8747 .post-page-numbers_184db45e4f84a2e7,
  .wp-block-query-pagination-numbers_87178b1d3313dde9 .page-numbers_6e0581688f77efe8,
  .wp-block-query-pagination-numbers_87178b1d3313dde9 .post-page-numbers_184db45e4f84a2e7 {
    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_5885a347420280ed .page-numbers_6e0581688f77efe8,
      .te-basic-pagination_5885a347420280ed .post-page-numbers_184db45e4f84a2e7,
      .page-links_d18f89a9eecb8747 .page-numbers_6e0581688f77efe8,
      .page-links_d18f89a9eecb8747 .post-page-numbers_184db45e4f84a2e7,
      .wp-block-query-pagination-numbers_87178b1d3313dde9 .page-numbers_6e0581688f77efe8,
      .wp-block-query-pagination-numbers_87178b1d3313dde9 .post-page-numbers_184db45e4f84a2e7 {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_5885a347420280ed .page-numbers_6e0581688f77efe8:hover,
    .te-basic-pagination_5885a347420280ed .post-page-numbers_184db45e4f84a2e7:hover,
    .page-links_d18f89a9eecb8747 .page-numbers_6e0581688f77efe8:hover,
    .page-links_d18f89a9eecb8747 .post-page-numbers_184db45e4f84a2e7:hover,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 .page-numbers_6e0581688f77efe8:hover,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 .post-page-numbers_184db45e4f84a2e7: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_5885a347420280ed .page-numbers_6e0581688f77efe8.current,
    .te-basic-pagination_5885a347420280ed .post-page-numbers_184db45e4f84a2e7.current,
    .page-links_d18f89a9eecb8747 .page-numbers_6e0581688f77efe8.current,
    .page-links_d18f89a9eecb8747 .post-page-numbers_184db45e4f84a2e7.current,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 .page-numbers_6e0581688f77efe8.current,
    .wp-block-query-pagination-numbers_87178b1d3313dde9 .post-page-numbers_184db45e4f84a2e7.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_12591cbe7b1b1c3e {
  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_12591cbe7b1b1c3e {
      -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_12591cbe7b1b1c3e {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 {
    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_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 {
        -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_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 {
        width: 100%; } }
    .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8::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_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8::after {
          display: none; } }
    .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8:last-child::after {
        display: none; }
    .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .te-post-img_4a5350adec7fbde3 {
      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_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .te-post-img_4a5350adec7fbde3 {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .te-post-img_4a5350adec7fbde3 img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .text {
      width: 100%; }
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_12591cbe7b1b1c3e .te-post-navigation_da3dbdd1bf91c2d8 .theme-navigation_cd62c35968929a6a {
      width: 100%; }

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

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

.project-details_f1acb95d23a5d9fa {
  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_f1acb95d23a5d9fa .image {
    border-radius: 20px;
    overflow: hidden; }
  .project-details_f1acb95d23a5d9fa .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding-right: 73px; }
    @media (max-width: 1199px) {
      .project-details_f1acb95d23a5d9fa .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-right: 0; } }
    .project-details_f1acb95d23a5d9fa .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_f1acb95d23a5d9fa .content .text .title {
          font-size: 32px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .project-details_f1acb95d23a5d9fa .content .text .title {
          font-size: 34px;
          line-height: 48px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-details_f1acb95d23a5d9fa .content .text .title {
          font-size: 42px;
          line-height: 52px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .project-details_f1acb95d23a5d9fa .content .text .title {
          font-size: 44px;
          line-height: 58px; } }
    .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 {
      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_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 {
          width: 100%;
          margin-top: 40px; } }
      .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 30px; }
      .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .project-info_4b9c5a2ac1d0b9b7 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 0; }
        @media (max-width: 575px) {
          .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .project-info_4b9c5a2ac1d0b9b7 {
            grid-template-columns: repeat(1, 1fr); } }
        .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .project-info_4b9c5a2ac1d0b9b7 .te-single-meta_7b4803f88746db9c {
          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_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .project-info_4b9c5a2ac1d0b9b7 .meta-title_e414c7e86677f86f {
          font-size: 20px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0px;
          color: #ffffff; }
        .project-details_f1acb95d23a5d9fa .content .project-info-wrapper_ac3e0ee1af20a242 .project-info_4b9c5a2ac1d0b9b7 .meta-text_6749ae8d5c46e4a9 {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          color: #ffffff; }

.project-details-overview_93101679d82ea381 {
  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_93101679d82ea381 .list-wrapper_fe3e163592545217 {
    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_93101679d82ea381 .list-wrapper_fe3e163592545217 {
        -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_93101679d82ea381 .list-wrapper_fe3e163592545217 .image {
      width: 410px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 20px;
      overflow: hidden; }
      .project-details-overview_93101679d82ea381 .list-wrapper_fe3e163592545217 .image img {
        border-radius: 20px; }
    .project-details-overview_93101679d82ea381 .list-wrapper_fe3e163592545217 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_93101679d82ea381 .list-wrapper_fe3e163592545217 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_93101679d82ea381 .list-wrapper_fe3e163592545217 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_93101679d82ea381 .list-wrapper_fe3e163592545217 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_93101679d82ea381 .list-wrapper_fe3e163592545217 .user-card_7618ddd4c1cbba80 {
      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_93101679d82ea381 .list-wrapper_fe3e163592545217 .user-card_7618ddd4c1cbba80 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .project-details-overview_93101679d82ea381 .list-wrapper_fe3e163592545217 .user-card_7618ddd4c1cbba80 .image {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .project-details-overview_93101679d82ea381 .list-wrapper_fe3e163592545217 .user-card_7618ddd4c1cbba80 .content .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0px; }
      .project-details-overview_93101679d82ea381 .list-wrapper_fe3e163592545217 .user-card_7618ddd4c1cbba80 .content .text {
        margin-bottom: 0; }

.te-list-item_f0c6c5851d4b1fd3 {
  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_f0c6c5851d4b1fd3 .icon_89f342788713e59f {
    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_f0c6c5851d4b1fd3 .text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #335371;
    margin: 0; }

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

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

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

/* Widget */
.widget_0e99a075d889bb88,
.sidebar__widget_b6cbc1e4a953d2be {
  /* 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_0e99a075d889bb88 ol,
  .widget_0e99a075d889bb88 ul,
  .sidebar__widget_b6cbc1e4a953d2be ol,
  .sidebar__widget_b6cbc1e4a953d2be ul {
    margin-bottom: 0; }
  .widget_0e99a075d889bb88 .widget-instagram-feed_730058793aeeacf0,
  .sidebar__widget_b6cbc1e4a953d2be .widget-instagram-feed_730058793aeeacf0 {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_0e99a075d889bb88 .widget-instagram-feed_730058793aeeacf0,
      .sidebar__widget_b6cbc1e4a953d2be .widget-instagram-feed_730058793aeeacf0 {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_0e99a075d889bb88 .widget-instagram-feed_730058793aeeacf0,
      .sidebar__widget_b6cbc1e4a953d2be .widget-instagram-feed_730058793aeeacf0 {
        width: 200px; } }
    .widget_0e99a075d889bb88 .widget-instagram-feed_730058793aeeacf0 .single-instagram-feed_7a320fcde50f9e75,
    .sidebar__widget_b6cbc1e4a953d2be .widget-instagram-feed_730058793aeeacf0 .single-instagram-feed_7a320fcde50f9e75 {
      width: 96px;
      height: 96px; }
  .widget_0e99a075d889bb88 .wp-block-heading_e5c17cca8f3d0914,
  .widget_0e99a075d889bb88 .widget-title_e8755a91ff8e5fd2,
  .widget_0e99a075d889bb88 .wp-block-search__label_97ba5e5d68a55df7,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-heading_e5c17cca8f3d0914,
  .sidebar__widget_b6cbc1e4a953d2be .widget-title_e8755a91ff8e5fd2,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-search__label_97ba5e5d68a55df7 {
    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_0e99a075d889bb88 .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_0e99a075d889bb88 .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a 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_0e99a075d889bb88 .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a a:before,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-social-links_fa5db70e54f48fc9 .wp-social-link_340d172fcf45026a a:before {
        display: none; }
  .widget_0e99a075d889bb88 .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .widget_0e99a075d889bb88 .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .sidebar__widget_b6cbc1e4a953d2be .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .sidebar__widget_b6cbc1e4a953d2be .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 {
    font-weight: 500; }
    .widget_0e99a075d889bb88 .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .widget_0e99a075d889bb88 .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .widget_0e99a075d889bb88 .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .widget_0e99a075d889bb88 .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .sidebar__widget_b6cbc1e4a953d2be .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .sidebar__widget_b6cbc1e4a953d2be .has-avatars_125124105813f5dc.has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .sidebar__widget_b6cbc1e4a953d2be .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .sidebar__widget_b6cbc1e4a953d2be .has-dates_4d36a8a567be087b.has-excerpts_0ecb6159fa38f622.wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-link_4d349464be40e1e7 {
      font-weight: 500; }
  .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb,
  .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li.wp-block-te-latest-comments__comment_b256c1e1a12fdecb {
    margin-bottom: 0; }
  .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04,
  .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 {
    line-height: 28px;
    font-weight: 400; }
    .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-meta_f34b01535da59019 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 .wp-block-te-latest-comments__comment-date_5c48d3921c2a2b5a:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li a,
  .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li a,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li a,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li a {
    color: #335371; }
    .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li a.wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc, .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li a.wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li a.wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li a.wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li a.wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li a.wp-block-te-latest-comments__comment-link_4d349464be40e1e7,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li a.wp-block-te-latest-comments__comment-author_1c2d254940d2e7dc,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li a.wp-block-te-latest-comments__comment-link_4d349464be40e1e7 {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li a:hover,
    .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li a:hover,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li a:hover,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li a:hover {
      color: #317EFE; }
  .widget_0e99a075d889bb88 .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-excerpt_0c0c91bcb1fa909d p,
  .widget_0e99a075d889bb88 .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-excerpt_0c0c91bcb1fa909d p,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-te-latest-comments_b0705dfa717fe22a li .wp-block-te-latest-comments__comment-excerpt_0c0c91bcb1fa909d p,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-latest-posts_f80ffb2b41220d28 li .wp-block-te-latest-comments__comment-excerpt_0c0c91bcb1fa909d p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b,
  .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a,
    .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b 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_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a,
        .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a {
          width: 40px;
          height: 40px; } }
      .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a.facebook_e11f56a4a04676df,
      .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a.facebook_e11f56a4a04676df {
        background-color: #1877f2; }
      .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a.twitter_d108f64e409449a1,
      .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a.twitter_d108f64e409449a1 {
        background-color: #1da1f2; }
      .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a.linkedin_f69f0725f31d25c6,
      .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a.linkedin_f69f0725f31d25c6 {
        background-color: #0a66c2; }
      .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a.instagram_3ec8c1a10f752b46,
      .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a.instagram_3ec8c1a10f752b46 {
        background-color: #405de6; }
      .widget_0e99a075d889bb88 .te-social-profile_3c27a83cf038db1b a:hover,
      .sidebar__widget_b6cbc1e4a953d2be .te-social-profile_3c27a83cf038db1b a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_0e99a075d889bb88 select,
  .sidebar__widget_b6cbc1e4a953d2be select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-username_29b9f1abc2e030bb label,
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-password_21c4061bc91140b2 label,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-username_29b9f1abc2e030bb label,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-password_21c4061bc91140b2 label {
    margin-bottom: 10px; }
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-username_29b9f1abc2e030bb input,
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-password_21c4061bc91140b2 input,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-username_29b9f1abc2e030bb input,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-password_21c4061bc91140b2 input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-remember_06c30c36b961f463 label,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-remember_06c30c36b961f463 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-submit_04c7ed86499c1f47,
  .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-submit_04c7ed86499c1f47 {
    margin-bottom: 0; }
    .widget_0e99a075d889bb88 .has-login-form_008ef547d13bb068 .login-submit_04c7ed86499c1f47 input.button-primary_0ea825bbc92f3a55,
    .sidebar__widget_b6cbc1e4a953d2be .has-login-form_008ef547d13bb068 .login-submit_04c7ed86499c1f47 input.button-primary_0ea825bbc92f3a55 {
      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_0e99a075d889bb88 .search-form_94495b575f484b62,
  .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_0e99a075d889bb88 .search-form_94495b575f484b62 button,
    .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_0e99a075d889bb88.widget_search_b341a3b1e6b30d07 .sidebar__search_0c4a0cfb373b0945,
  .sidebar__widget_b6cbc1e4a953d2be.widget_search_b341a3b1e6b30d07 .sidebar__search_0c4a0cfb373b0945 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_0e99a075d889bb88.widget_search_b341a3b1e6b30d07 .sidebar__search_0c4a0cfb373b0945 button,
    .sidebar__widget_b6cbc1e4a953d2be.widget_search_b341a3b1e6b30d07 .sidebar__search_0c4a0cfb373b0945 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_0e99a075d889bb88 .wp-block-search__no-button_e5d7c0d6826f4b6a.wp-block-search_261e81eb114afe5d input,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-search__no-button_e5d7c0d6826f4b6a.wp-block-search_261e81eb114afe5d input {
    border-radius: 10px; }
  .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d {
    margin-bottom: -2px; }
  .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d,
  .widget_0e99a075d889bb88 .search-form_94495b575f484b62,
  .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d,
  .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62,
  .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .widget_0e99a075d889bb88 .search-form_94495b575f484b62 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70,
    .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 .wp-block-search__inside-wrapper_e7957dcfa7fd8d70 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d label,
    .widget_0e99a075d889bb88 .search-form_94495b575f484b62 label,
    .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945 label,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d label,
    .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 label,
    .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d input,
    .widget_0e99a075d889bb88 .search-form_94495b575f484b62 input,
    .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945 input,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d input,
    .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 input,
    .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 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_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d button,
    .widget_0e99a075d889bb88 .search-form_94495b575f484b62 button,
    .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945 button,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d button,
    .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 button,
    .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 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_0e99a075d889bb88 .tagcloud_07c7dd7ecd4f21c5,
  .widget_0e99a075d889bb88 .wp-block-tag-cloud_fce0bb2dafb3097a,
  .sidebar__widget_b6cbc1e4a953d2be .tagcloud_07c7dd7ecd4f21c5,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-tag-cloud_fce0bb2dafb3097a {
    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_0e99a075d889bb88 .tagcloud_07c7dd7ecd4f21c5 a,
    .widget_0e99a075d889bb88 .wp-block-tag-cloud_fce0bb2dafb3097a a,
    .sidebar__widget_b6cbc1e4a953d2be .tagcloud_07c7dd7ecd4f21c5 a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-tag-cloud_fce0bb2dafb3097a 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_0e99a075d889bb88 .tagcloud_07c7dd7ecd4f21c5 a:hover,
      .widget_0e99a075d889bb88 .wp-block-tag-cloud_fce0bb2dafb3097a a:hover,
      .sidebar__widget_b6cbc1e4a953d2be .tagcloud_07c7dd7ecd4f21c5 a:hover,
      .sidebar__widget_b6cbc1e4a953d2be .wp-block-tag-cloud_fce0bb2dafb3097a a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_0e99a075d889bb88 ul,
  .widget_0e99a075d889bb88 ol,
  .sidebar__widget_b6cbc1e4a953d2be ul,
  .sidebar__widget_b6cbc1e4a953d2be ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_0e99a075d889bb88 ul li,
    .widget_0e99a075d889bb88 ol li,
    .sidebar__widget_b6cbc1e4a953d2be ul li,
    .sidebar__widget_b6cbc1e4a953d2be ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_0e99a075d889bb88 ul li:first-child,
      .widget_0e99a075d889bb88 ol li:first-child,
      .sidebar__widget_b6cbc1e4a953d2be ul li:first-child,
      .sidebar__widget_b6cbc1e4a953d2be ol li:first-child {
        border-top: 0; }
      .widget_0e99a075d889bb88 ul li:last-child,
      .widget_0e99a075d889bb88 ol li:last-child,
      .sidebar__widget_b6cbc1e4a953d2be ul li:last-child,
      .sidebar__widget_b6cbc1e4a953d2be ol li:last-child {
        margin-bottom: 0; }
      .widget_0e99a075d889bb88 ul li.recentcomments_955a31bc0930f789 .comment-author-link_425a1c69605421b4 a:before, .widget_0e99a075d889bb88 ul li.wp-block-latest-comments__comment_264c8345ae72dd95 .comment-author-link_425a1c69605421b4 a:before,
      .widget_0e99a075d889bb88 ol li.recentcomments_955a31bc0930f789 .comment-author-link_425a1c69605421b4 a:before,
      .widget_0e99a075d889bb88 ol li.wp-block-latest-comments__comment_264c8345ae72dd95 .comment-author-link_425a1c69605421b4 a:before,
      .sidebar__widget_b6cbc1e4a953d2be ul li.recentcomments_955a31bc0930f789 .comment-author-link_425a1c69605421b4 a:before,
      .sidebar__widget_b6cbc1e4a953d2be ul li.wp-block-latest-comments__comment_264c8345ae72dd95 .comment-author-link_425a1c69605421b4 a:before,
      .sidebar__widget_b6cbc1e4a953d2be ol li.recentcomments_955a31bc0930f789 .comment-author-link_425a1c69605421b4 a:before,
      .sidebar__widget_b6cbc1e4a953d2be ol li.wp-block-latest-comments__comment_264c8345ae72dd95 .comment-author-link_425a1c69605421b4 a:before {
        display: none; }
      .widget_0e99a075d889bb88 ul li.recentcomments_955a31bc0930f789 a, .widget_0e99a075d889bb88 ul li.wp-block-latest-comments__comment_264c8345ae72dd95 a,
      .widget_0e99a075d889bb88 ol li.recentcomments_955a31bc0930f789 a,
      .widget_0e99a075d889bb88 ol li.wp-block-latest-comments__comment_264c8345ae72dd95 a,
      .sidebar__widget_b6cbc1e4a953d2be ul li.recentcomments_955a31bc0930f789 a,
      .sidebar__widget_b6cbc1e4a953d2be ul li.wp-block-latest-comments__comment_264c8345ae72dd95 a,
      .sidebar__widget_b6cbc1e4a953d2be ol li.recentcomments_955a31bc0930f789 a,
      .sidebar__widget_b6cbc1e4a953d2be ol li.wp-block-latest-comments__comment_264c8345ae72dd95 a {
        padding-left: 0;
        display: inline; }
        .widget_0e99a075d889bb88 ul li.recentcomments_955a31bc0930f789 a:before, .widget_0e99a075d889bb88 ul li.wp-block-latest-comments__comment_264c8345ae72dd95 a:before,
        .widget_0e99a075d889bb88 ol li.recentcomments_955a31bc0930f789 a:before,
        .widget_0e99a075d889bb88 ol li.wp-block-latest-comments__comment_264c8345ae72dd95 a:before,
        .sidebar__widget_b6cbc1e4a953d2be ul li.recentcomments_955a31bc0930f789 a:before,
        .sidebar__widget_b6cbc1e4a953d2be ul li.wp-block-latest-comments__comment_264c8345ae72dd95 a:before,
        .sidebar__widget_b6cbc1e4a953d2be ol li.recentcomments_955a31bc0930f789 a:before,
        .sidebar__widget_b6cbc1e4a953d2be ol li.wp-block-latest-comments__comment_264c8345ae72dd95 a:before {
          display: none; }
      .widget_0e99a075d889bb88 ul li a,
      .widget_0e99a075d889bb88 ol li a,
      .sidebar__widget_b6cbc1e4a953d2be ul li a,
      .sidebar__widget_b6cbc1e4a953d2be 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_0e99a075d889bb88 ul li a::before,
        .widget_0e99a075d889bb88 ol li a::before,
        .sidebar__widget_b6cbc1e4a953d2be ul li a::before,
        .sidebar__widget_b6cbc1e4a953d2be ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_0e99a075d889bb88 ul li a:hover,
        .widget_0e99a075d889bb88 ol li a:hover,
        .sidebar__widget_b6cbc1e4a953d2be ul li a:hover,
        .sidebar__widget_b6cbc1e4a953d2be ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_0e99a075d889bb88 ul li a.rsswidget_58e94309d780b49a, .widget_0e99a075d889bb88 ul li a.wp-block-latest-posts__post-title_f94f6ec8611934e6,
        .widget_0e99a075d889bb88 ol li a.rsswidget_58e94309d780b49a,
        .widget_0e99a075d889bb88 ol li a.wp-block-latest-posts__post-title_f94f6ec8611934e6,
        .sidebar__widget_b6cbc1e4a953d2be ul li a.rsswidget_58e94309d780b49a,
        .sidebar__widget_b6cbc1e4a953d2be ul li a.wp-block-latest-posts__post-title_f94f6ec8611934e6,
        .sidebar__widget_b6cbc1e4a953d2be ol li a.rsswidget_58e94309d780b49a,
        .sidebar__widget_b6cbc1e4a953d2be ol li a.wp-block-latest-posts__post-title_f94f6ec8611934e6 {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_0e99a075d889bb88 ul li a.rsswidget_58e94309d780b49a:before, .widget_0e99a075d889bb88 ul li a.wp-block-latest-posts__post-title_f94f6ec8611934e6:before,
          .widget_0e99a075d889bb88 ol li a.rsswidget_58e94309d780b49a:before,
          .widget_0e99a075d889bb88 ol li a.wp-block-latest-posts__post-title_f94f6ec8611934e6:before,
          .sidebar__widget_b6cbc1e4a953d2be ul li a.rsswidget_58e94309d780b49a:before,
          .sidebar__widget_b6cbc1e4a953d2be ul li a.wp-block-latest-posts__post-title_f94f6ec8611934e6:before,
          .sidebar__widget_b6cbc1e4a953d2be ol li a.rsswidget_58e94309d780b49a:before,
          .sidebar__widget_b6cbc1e4a953d2be ol li a.wp-block-latest-posts__post-title_f94f6ec8611934e6:before {
            display: none; }
      .widget_0e99a075d889bb88 ul li ul,
      .widget_0e99a075d889bb88 ol li ul,
      .sidebar__widget_b6cbc1e4a953d2be ul li ul,
      .sidebar__widget_b6cbc1e4a953d2be ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_0e99a075d889bb88 ul.wp-tag-cloud_b13d71b61e821a55 li,
    .widget_0e99a075d889bb88 ol.wp-tag-cloud_b13d71b61e821a55 li,
    .sidebar__widget_b6cbc1e4a953d2be ul.wp-tag-cloud_b13d71b61e821a55 li,
    .sidebar__widget_b6cbc1e4a953d2be ol.wp-tag-cloud_b13d71b61e821a55 li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_0e99a075d889bb88 ul.wp-tag-cloud_b13d71b61e821a55 li a:before,
      .widget_0e99a075d889bb88 ol.wp-tag-cloud_b13d71b61e821a55 li a:before,
      .sidebar__widget_b6cbc1e4a953d2be ul.wp-tag-cloud_b13d71b61e821a55 li a:before,
      .sidebar__widget_b6cbc1e4a953d2be ol.wp-tag-cloud_b13d71b61e821a55 li a:before {
        display: none; }
  .widget_0e99a075d889bb88.te_widget_categories_86b830dfc9c785ac li, .widget_0e99a075d889bb88.widget_archive_930a5638ea9a37c6 li,
  .widget_0e99a075d889bb88 .wp-block-categories-list_98c2c221ab712708 li,
  .widget_0e99a075d889bb88 .wp-block-archives-list_d105d9cfed38467f li,
  .sidebar__widget_b6cbc1e4a953d2be.te_widget_categories_86b830dfc9c785ac li,
  .sidebar__widget_b6cbc1e4a953d2be.widget_archive_930a5638ea9a37c6 li,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-categories-list_98c2c221ab712708 li,
  .sidebar__widget_b6cbc1e4a953d2be .wp-block-archives-list_d105d9cfed38467f 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_0e99a075d889bb88.te_widget_categories_86b830dfc9c785ac li.cat-item_d8a1853271973db3, .widget_0e99a075d889bb88.widget_archive_930a5638ea9a37c6 li.cat-item_d8a1853271973db3,
    .widget_0e99a075d889bb88 .wp-block-categories-list_98c2c221ab712708 li.cat-item_d8a1853271973db3,
    .widget_0e99a075d889bb88 .wp-block-archives-list_d105d9cfed38467f li.cat-item_d8a1853271973db3,
    .sidebar__widget_b6cbc1e4a953d2be.te_widget_categories_86b830dfc9c785ac li.cat-item_d8a1853271973db3,
    .sidebar__widget_b6cbc1e4a953d2be.widget_archive_930a5638ea9a37c6 li.cat-item_d8a1853271973db3,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-categories-list_98c2c221ab712708 li.cat-item_d8a1853271973db3,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-archives-list_d105d9cfed38467f li.cat-item_d8a1853271973db3 {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_0e99a075d889bb88.te_widget_categories_86b830dfc9c785ac li a, .widget_0e99a075d889bb88.widget_archive_930a5638ea9a37c6 li a,
    .widget_0e99a075d889bb88 .wp-block-categories-list_98c2c221ab712708 li a,
    .widget_0e99a075d889bb88 .wp-block-archives-list_d105d9cfed38467f li a,
    .sidebar__widget_b6cbc1e4a953d2be.te_widget_categories_86b830dfc9c785ac li a,
    .sidebar__widget_b6cbc1e4a953d2be.widget_archive_930a5638ea9a37c6 li a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-categories-list_98c2c221ab712708 li a,
    .sidebar__widget_b6cbc1e4a953d2be .wp-block-archives-list_d105d9cfed38467f li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_2da72b3ca839e2b3 {
  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_2da72b3ca839e2b3 .about-desc_87bbbbdd2e8e9359 {
    text-align: left; }
    .widget-about-info_2da72b3ca839e2b3 .about-desc_87bbbbdd2e8e9359 .about-title_9ba165f0bc068a81 {
      font-size: 20px; }
  .widget-about-info_2da72b3ca839e2b3 .about-image_9928d8370506ec70 {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_2da72b3ca839e2b3 .te-social-profile_3c27a83cf038db1b {
    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_2da72b3ca839e2b3 .te-social-profile_3c27a83cf038db1b 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_2da72b3ca839e2b3 .te-social-profile_3c27a83cf038db1b 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_4d36a8a567be087b.has-author_9d954ddea7b20dea.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__te-post-title_4333c683b0bc2d04 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_ba04becf6a7586fa .wp-block-heading_e5c17cca8f3d0914:before,
.widget_rss_ba04becf6a7586fa .widget-title_e8755a91ff8e5fd2:before {
  display: none; }
.widget_rss_ba04becf6a7586fa .rss-widget-icon_a2ff69f8a06ac925 {
  margin-right: 6px; }
.widget_rss_ba04becf6a7586fa ul li a.rsswidget_58e94309d780b49a {
  color: #14203A; }
  .widget_rss_ba04becf6a7586fa ul li a.rsswidget_58e94309d780b49a:hover {
    color: #317EFE; }

.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-title_12d184d1ac12a520,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-title_12d184d1ac12a520,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-title_12d184d1ac12a520 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-title_12d184d1ac12a520 a:before,
  .wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-title_12d184d1ac12a520 a:before,
  .widget_rss_ba04becf6a7586fa .wp-block-rss__item-title_12d184d1ac12a520 a:before {
    display: none; }
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__post-author_a92c95abb853cf43,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-publish-date_b5b216cfe87bd62b,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__post-author_a92c95abb853cf43,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-publish-date_b5b216cfe87bd62b,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__post-author_a92c95abb853cf43,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-publish-date_b5b216cfe87bd62b {
  margin-right: 10px; }
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__post-author_a92c95abb853cf43,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__te-post-date_c525d5db63b942ed,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-publish-date_b5b216cfe87bd62b,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-author_d25ff1147d29e9f4,
.wp-block-latest-posts_f80ffb2b41220d28 .rss-date_6b3ede2d35749598,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__post-author_a92c95abb853cf43,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__te-post-date_c525d5db63b942ed,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-publish-date_b5b216cfe87bd62b,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-author_d25ff1147d29e9f4,
.wp-block-rss_09ececa9e682fb21 .rss-date_6b3ede2d35749598,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__post-author_a92c95abb853cf43,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__te-post-date_c525d5db63b942ed,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-publish-date_b5b216cfe87bd62b,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-author_d25ff1147d29e9f4,
.widget_rss_ba04becf6a7586fa .rss-date_6b3ede2d35749598 {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__te-post-date_c525d5db63b942ed:before,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-publish-date_b5b216cfe87bd62b:before,
.wp-block-latest-posts_f80ffb2b41220d28 .rss-date_6b3ede2d35749598:before,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__te-post-date_c525d5db63b942ed:before,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-publish-date_b5b216cfe87bd62b:before,
.wp-block-rss_09ececa9e682fb21 .rss-date_6b3ede2d35749598:before,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__te-post-date_c525d5db63b942ed:before,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-publish-date_b5b216cfe87bd62b:before,
.widget_rss_ba04becf6a7586fa .rss-date_6b3ede2d35749598:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__post-author_a92c95abb853cf43:before,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-author_d25ff1147d29e9f4:before,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__post-author_a92c95abb853cf43:before,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-author_d25ff1147d29e9f4:before,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__post-author_a92c95abb853cf43:before,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-author_d25ff1147d29e9f4:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-latest-posts__post-excerpt_669e801db8c0b2c3,
.wp-block-latest-posts_f80ffb2b41220d28 .wp-block-rss__item-excerpt_c9c54d7609ba5cac,
.wp-block-latest-posts_f80ffb2b41220d28 .rssSummary_9d63f70bc2601c48,
.wp-block-rss_09ececa9e682fb21 .wp-block-latest-posts__post-excerpt_669e801db8c0b2c3,
.wp-block-rss_09ececa9e682fb21 .wp-block-rss__item-excerpt_c9c54d7609ba5cac,
.wp-block-rss_09ececa9e682fb21 .rssSummary_9d63f70bc2601c48,
.widget_rss_ba04becf6a7586fa .wp-block-latest-posts__post-excerpt_669e801db8c0b2c3,
.widget_rss_ba04becf6a7586fa .wp-block-rss__item-excerpt_c9c54d7609ba5cac,
.widget_rss_ba04becf6a7586fa .rssSummary_9d63f70bc2601c48 {
  margin-top: 10px;
  margin-bottom: 0; }

.te_widget_latest_post_e9cb21f6e7302754 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_e9cb21f6e7302754 ul li:hover .te-latest-post-thumb_09b0894854b5c28c 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_e9cb21f6e7302754 ul li:last-child {
    margin-bottom: 0; }
  .te_widget_latest_post_e9cb21f6e7302754 ul li a {
    padding-left: 0; }
    .te_widget_latest_post_e9cb21f6e7302754 ul li a:before {
      display: none; }
  .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-thumb_09b0894854b5c28c {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 20px; }
    .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-thumb_09b0894854b5c28c 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_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 33px;
    color: #14203A;
    font-family: "Inter", sans-serif; }
    .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 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_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 a:hover {
        color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-meta_e635100fae29fb9c {
    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_730058793aeeacf0 {
  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_730058793aeeacf0 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 374px) {
    .widget-instagram-feed_730058793aeeacf0 {
      grid-template-columns: repeat(2, 1fr); } }
  .widget-instagram-feed_730058793aeeacf0 .single-instagram-feed_7a320fcde50f9e75 {
    border-radius: 20px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .widget-instagram-feed_730058793aeeacf0 .single-instagram-feed_7a320fcde50f9e75: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_730058793aeeacf0 .single-instagram-feed_7a320fcde50f9e75 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_ec14e6bfec422398 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #14203A; }
  .widget_promotion_ec14e6bfec422398 .wp-block-heading_e5c17cca8f3d0914 {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px; }
  .widget_promotion_ec14e6bfec422398 .secondary-btn_a17ba297876991e5 {
    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_ec14e6bfec422398 .secondary-btn_a17ba297876991e5 i {
      color: #fff;
      font-size: 16px; }
    .widget_promotion_ec14e6bfec422398 .secondary-btn_a17ba297876991e5:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #ffffff;
      border-color: #ffffff; }
  .widget_promotion_ec14e6bfec422398 p {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 32px; }

.te-post-item_cf82742534dad4e8 .te-single-post-meta_6c52c095122db5f3 {
  gap: 32px; }

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

.te-comment-title_5ff738ac61b11798 h2,
.te-comment-title_5ff738ac61b11798 .wp-block-comments-title_eb4a7230efe9ba22,
.wp-block-comments_a32862064aad97cd h2,
.wp-block-comments_a32862064aad97cd .wp-block-comments-title_eb4a7230efe9ba22 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 {
  padding-left: 0; }
  .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 .wp-block-te-comment-reply_eaa6c77fe9b6667c {
    margin-top: 15px; }
  .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-column_b21659af2422141d:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-avatar_6a309a63f38267df {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-avatar_6a309a63f38267df img {
        width: 100%; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-comment-author-name_0815d82797cd04d4 a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-comment-edit-link_0ffae425872e905b a {
      color: #317EFE; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-comment-date_50ef108526a9447d a,
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-comment-edit-link_0ffae425872e905b a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-te-comment-reply_eaa6c77fe9b6667c 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_a32862064aad97cd .wp-block-comment-template_1f133b15435d79c4 li .wp-block-columns_43d64100b7eb600f .wp-block-te-comment-reply_eaa6c77fe9b6667c 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_fa4d156a4357c288 .te-comment-respond_644fbca2fc57f472,
.te-latest-comments_fa4d156a4357c288 .comment-respond_1e4b4eb9b7509605 {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_fa4d156a4357c288 li .children .te-comments-item_9394c103f54984ce {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_fa4d156a4357c288 li .children .te-comments-item_9394c103f54984ce {
      margin-left: 0; } }
.te-latest-comments_fa4d156a4357c288 li .children .children .te-comments-item_9394c103f54984ce {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce {
      padding: 30px; } }
  .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-avatar_6cc630d54779182b {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-avatar_6cc630d54779182b {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-avatar_6cc630d54779182b img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 {
    overflow: hidden; }
    .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-avatar-name_f731ef7fc06ed921 {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-avatar-name_f731ef7fc06ed921 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_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-avatar-name_f731ef7fc06ed921 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_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-avatar-name_f731ef7fc06ed921 span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-comment-reply_6fe9fd7a5428d1e9 {
      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_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-comment-reply_6fe9fd7a5428d1e9 {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_fa4d156a4357c288 li .te-comments-item_9394c103f54984ce .te-comments-text_9b25246e6ce0ba12 .te-comment-reply_6fe9fd7a5428d1e9:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

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

ul.children {
  list-style: none; }

.te-post-comments-form_2ff8a0f72d415067 .te-contacts-message_26a5e6619c9607b4 {
  margin-top: 10px; }

/*Comment Input Filed*/
.te-post-comments-title_9f21cb50b41dae88 .sub-title_e5a3e0473ffd8d25 {
  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_9f21cb50b41dae88 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_9f21cb50b41dae88 h2 {
      font-size: 28px;
      margin-bottom: 20px; } }
  .te-post-comments-title_9f21cb50b41dae88 h2 small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #317EFE;
    text-transform: capitalize; }

.comment-reply-title_b597bb3902bf226c {
  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_b597bb3902bf226c {
      font-size: 28px;
      margin-bottom: 20px; } }
  .comment-reply-title_b597bb3902bf226c small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #317EFE;
    text-transform: capitalize; }

.te-comment-respond_644fbca2fc57f472,
.comment-respond_1e4b4eb9b7509605 {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_644fbca2fc57f472 .comment-form-cookies-consent_dea24ea1fab0dd62,
  .comment-respond_1e4b4eb9b7509605 .comment-form-cookies-consent_dea24ea1fab0dd62 {
    display: none; }
  .te-comment-respond_644fbca2fc57f472 .comment-notes_b54f8bf9ee7f7dc4,
  .comment-respond_1e4b4eb9b7509605 .comment-notes_b54f8bf9ee7f7dc4 {
    margin-bottom: 30px; }
  .te-comment-respond_644fbca2fc57f472 p,
  .comment-respond_1e4b4eb9b7509605 p {
    margin: 0; }
  .te-comment-respond_644fbca2fc57f472 .te-contacts-email_ae2acf0aad675268,
  .te-comment-respond_644fbca2fc57f472 .te-contacts-name_046dca7c43462caf,
  .te-comment-respond_644fbca2fc57f472 .single-input-field_eab1a599e354779c,
  .comment-respond_1e4b4eb9b7509605 .te-contacts-email_ae2acf0aad675268,
  .comment-respond_1e4b4eb9b7509605 .te-contacts-name_046dca7c43462caf,
  .comment-respond_1e4b4eb9b7509605 .single-input-field_eab1a599e354779c {
    margin-bottom: 20px; }
  .te-comment-respond_644fbca2fc57f472 label,
  .comment-respond_1e4b4eb9b7509605 label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_644fbca2fc57f472 .checkbox-field-wrapper_f912a14241f731dc,
  .comment-respond_1e4b4eb9b7509605 .checkbox-field-wrapper_f912a14241f731dc {
    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_644fbca2fc57f472 .checkbox-field-wrapper_f912a14241f731dc p,
    .comment-respond_1e4b4eb9b7509605 .checkbox-field-wrapper_f912a14241f731dc p {
      margin: 0; }
    .te-comment-respond_644fbca2fc57f472 .checkbox-field-wrapper_f912a14241f731dc .single-checkbox-field_eda6056d59f5fcae,
    .comment-respond_1e4b4eb9b7509605 .checkbox-field-wrapper_f912a14241f731dc .single-checkbox-field_eda6056d59f5fcae {
      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_644fbca2fc57f472 .te-comment-form-cookies-consent_3e6c12861a6ad34f,
  .comment-respond_1e4b4eb9b7509605 .te-comment-form-cookies-consent_3e6c12861a6ad34f {
    display: none; }
  .te-comment-respond_644fbca2fc57f472 input[type="number"],
  .comment-respond_1e4b4eb9b7509605 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_644fbca2fc57f472 input,
  .te-comment-respond_644fbca2fc57f472 select,
  .comment-respond_1e4b4eb9b7509605 input,
  .comment-respond_1e4b4eb9b7509605 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_644fbca2fc57f472 *::-webkit-input-placeholder,
  .comment-respond_1e4b4eb9b7509605 *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_644fbca2fc57f472 *:-ms-input-placeholder,
  .comment-respond_1e4b4eb9b7509605 *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_644fbca2fc57f472 *::-ms-input-placeholder,
  .comment-respond_1e4b4eb9b7509605 *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_644fbca2fc57f472 *::placeholder,
  .comment-respond_1e4b4eb9b7509605 *::placeholder {
    color: #778196; }
  .te-comment-respond_644fbca2fc57f472 textarea,
  .comment-respond_1e4b4eb9b7509605 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_644fbca2fc57f472 input:focus,
  .te-comment-respond_644fbca2fc57f472 textarea:focus,
  .te-comment-respond_644fbca2fc57f472 .form-select_e84016a2e78acb25:focus,
  .comment-respond_1e4b4eb9b7509605 input:focus,
  .comment-respond_1e4b4eb9b7509605 textarea:focus,
  .comment-respond_1e4b4eb9b7509605 .form-select_e84016a2e78acb25: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_c1a3a92fdf8f2151 {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_c1a3a92fdf8f2151:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_c1a3a92fdf8f2151: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_c1a3a92fdf8f2151:hover .te-content-wrapper_6fd4c0f5ee2339ed {
    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_c1a3a92fdf8f2151 .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_c1a3a92fdf8f2151 .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_c1a3a92fdf8f2151 .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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed {
    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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .content .desc_e565d5ff81ee282b {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 {
      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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 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_c1a3a92fdf8f2151 .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95:hover .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95:hover .te-content-wrapper_6fd4c0f5ee2339ed .content .title,
    .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95:hover .te-content-wrapper_6fd4c0f5ee2339ed .content .desc_e565d5ff81ee282b {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .image {
    border-radius: 20px; }
  .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .content .desc_e565d5ff81ee282b {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_c1a3a92fdf8f2151.style-2_89a81192f2dadb95 .te-content-wrapper_6fd4c0f5ee2339ed .social_be3649fc366f2c86 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_0774805d5ef4e446 {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_0774805d5ef4e446 {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_0774805d5ef4e446 .slick-list_8f910666d6bbc5ba {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_0774805d5ef4e446 .slick-list_8f910666d6bbc5ba {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_0774805d5ef4e446 .slick-list_8f910666d6bbc5ba .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_0774805d5ef4e446 .slick-dots_5006ea8b9cc69958 {
    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_0774805d5ef4e446 .slick-dots_5006ea8b9cc69958 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_0774805d5ef4e446 .slick-dots_5006ea8b9cc69958 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_0774805d5ef4e446 .slick-dots_5006ea8b9cc69958 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_0774805d5ef4e446 .slick-dots_5006ea8b9cc69958 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_0774805d5ef4e446 .slick-arrow_f621bbaf3cf68d73 {
    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_938fc888c442627f {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_938fc888c442627f:hover .image .te-content-wrapper_6fd4c0f5ee2339ed {
    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_938fc888c442627f:hover .image .te-content-wrapper_6fd4c0f5ee2339ed .content .content-inner_ab0244e71075d9f6 {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_938fc888c442627f:hover .image .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_938fc888c442627f:hover .image .te-content-wrapper_6fd4c0f5ee2339ed .content .content-inner_ab0244e71075d9f6 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_938fc888c442627f: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_938fc888c442627f .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_938fc888c442627f .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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed {
    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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .content-inner_ab0244e71075d9f6 {
        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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .sub-title_e5a3e0473ffd8d25 {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b {
        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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b 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_938fc888c442627f .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

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

.te-portfolio-card_938fc888c442627f.style-3_2a016a5ab66872fb:hover .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b {
  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_938fc888c442627f.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed {
  padding: 0; }
  .te-portfolio-card_938fc888c442627f.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .content .content-inner_ab0244e71075d9f6 {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_938fc888c442627f.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .content .btn-wrapper_141d1322713e1e6b {
    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_0bd46f83d73c4195.style-1_b87f767a259008f9 {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_0bd46f83d73c4195.style-1_b87f767a259008f9 {
      margin-top: 0;
      padding-top: 100px; } }

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

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

.testimonial-slider-area_1221af4300e8c061.style-1_b87f767a259008f9 {
  padding-bottom: 5px; }

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

.counter-up-area_ec2356dc91180cac.style-1_b87f767a259008f9 {
  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_ec2356dc91180cac.style-1_b87f767a259008f9 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-up-area_ec2356dc91180cac.style-1_b87f767a259008f9 {
      padding-bottom: 100px; } }

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

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

.team-slider-area_c0faa80038636dc7.style-1_b87f767a259008f9 {
  overflow: hidden; }

.brand-marquee-area_c27b3caab3573529 {
  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_c27b3caab3573529 {
      gap: 20px; } }
  .brand-marquee-area_c27b3caab3573529 .brand-marquee-wrapper_5f62e216802554d2 {
    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_c27b3caab3573529 .brand-marquee-wrapper_5f62e216802554d2.first-brand-marquee_cbcd7e01cca02f59 {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite; }
    .brand-marquee-area_c27b3caab3573529 .brand-marquee-wrapper_5f62e216802554d2.second-brand-marquee_17bfe4bcdf53077f {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
  .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 {
    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_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62:nth-child(even) .brand-marquee-title_4276ef3671f5e3e8 {
      color: #E7F914; }
    .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62:last-child .brand-marquee-star_461719a75e3fa31a {
      display: none; }
    .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-title_4276ef3671f5e3e8 {
      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_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-title_4276ef3671f5e3e8 {
          font-size: 62px;
          line-height: 62px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-title_4276ef3671f5e3e8 {
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-title_4276ef3671f5e3e8 {
          font-size: 95px;
          line-height: 75px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-title_4276ef3671f5e3e8 {
          font-size: 100px;
          line-height: 80px; } }
    .brand-marquee-area_c27b3caab3573529 .single-brand-marquee_74896d9943b1aa62 .brand-marquee-star_461719a75e3fa31a {
      font-size: 90px;
      font-weight: 500;
      color: #E7F914;
      white-space: nowrap;
      margin-top: 20px;
      line-height: 0; }

.about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-image-card_22a2eab30e6da61a {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-image-card_22a2eab30e6da61a .te-main-img-wrapper_159c13281a367193 .te-main-img-inner_ad18c2dc40287995 {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-image-card_22a2eab30e6da61a .te-company-foundation_82e10de488f13b9f {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-info-card_00f499c81353b618 {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-info-card_00f499c81353b618 {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_582fcfe85dd91034.style-2_89a81192f2dadb95 .te-about-info-card_00f499c81353b618 {
      padding-left: 80px; } }

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

.cta-and-portfolio-area_211eb268842602ed {
  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_211eb268842602ed {
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .cta-and-portfolio-area_211eb268842602ed {
      padding-bottom: 80px; } }

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

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

.faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .accordion-wrapper_dbe2eb99e045c223 {
      padding-right: 60px; } }
  .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 {
        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_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 {
        right: 0; } }
    .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 {
      position: relative; }
      .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .te-main-img-inner_ad18c2dc40287995 {
        -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_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .te-image-shape_e0d0893f12764e92 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .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_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .content .number_5dd40b4ffb86c874 {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .top-content_ecb24e3c78455f9a {
        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_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .top-content_ecb24e3c78455f9a {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .bottom-content_8c4d18198a4c6ad7 {
        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_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .bottom-content_8c4d18198a4c6ad7 {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .bottom-content_8c4d18198a4c6ad7 .bottom-content-inner_2808f1ccbe3d7b5f {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .bottom-content_8c4d18198a4c6ad7 .bottom-content-inner_2808f1ccbe3d7b5f .title,
          .faq-area_04fec43c5c09a24d.style-1_b87f767a259008f9 .te-faq-image_720677f39801ccb6 .te-image-wrapper_c9140d4249cf0988 .bottom-content_8c4d18198a4c6ad7 .bottom-content-inner_2808f1ccbe3d7b5f .number_5dd40b4ffb86c874 {
            color: #14203A; }

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

.testimonial-slider-area_1221af4300e8c061 {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_1221af4300e8c061.style-2_89a81192f2dadb95 .slick-list_8f910666d6bbc5ba {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_1221af4300e8c061.style-2_89a81192f2dadb95 .slick-list_8f910666d6bbc5ba .te-slick-item_3b74d038acc4cf67 {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .icon_89f342788713e59f {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .te-counter-title_fa1dce1b3d24b975 .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .title {
    color: #ffffff; }
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874 {
    color: #E7F914; }
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .number_5dd40b4ffb86c874,
  .counter-up-area_ec2356dc91180cac.style-2_89a81192f2dadb95 .te-counter-card_fe9bfbce625cce09 .te-counter-item_ffa809a1a90c6993 .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

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

.subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-image-bg-collumn_bc30eafee5f2e6ac {
      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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-subscribe-form-wrapper_51d387b14727fd08 {
      padding: 0; }
    .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
      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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
          -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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
          -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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
          gap: 60px; } }
      .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed .te-subscribe-title_5f60be7194193b59 {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed .te-content-inner_7f428fcbc3f69cbb {
        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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed .te-content-inner_7f428fcbc3f69cbb {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed .te-content-inner_7f428fcbc3f69cbb .icon_89f342788713e59f {
          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_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .te-subscribe-form-widget_a1cf9a68bc3b6f95 {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .mc4wp-form-fields_5d28acb3b710f3d7 {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_da1e790fcb9445ce.style-2_89a81192f2dadb95 .te-subscribe-inner-area_abbefeb0df55c188 .mc4wp-form-fields_5d28acb3b710f3d7 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_1221af4300e8c061.style-3_2a016a5ab66872fb {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_1221af4300e8c061.style-3_2a016a5ab66872fb {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_1221af4300e8c061.style-3_2a016a5ab66872fb {
      padding: 100px 0; } }
  .testimonial-slider-area_1221af4300e8c061.style-3_2a016a5ab66872fb .slick-list_8f910666d6bbc5ba .slick-slide.slick-current_8b4fbf5b75ba956d .te-testimonial-card_e62e194e0df8686d.style-3_2a016a5ab66872fb .te-content-wrapper_6fd4c0f5ee2339ed .te-user-meta_b9edb275bc1a765f .icon_89f342788713e59f {
    color: #317EFE; }

.te-process-step-area_3bfe1e19990d6bff.style-2_89a81192f2dadb95 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area_3bfe1e19990d6bff.style-2_89a81192f2dadb95 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area_3bfe1e19990d6bff.style-2_89a81192f2dadb95 {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .te-process-step-area_3bfe1e19990d6bff.style-2_89a81192f2dadb95 .te-process-step_993dfd299d7e8cd6 {
    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_3bfe1e19990d6bff.style-2_89a81192f2dadb95 .te-process-step_993dfd299d7e8cd6 .te-counter-wrapper_f605e8c9ae449a80 {
      padding-bottom: 20px; }

.contact-form-area_ff21f810d5a22357 {
  padding-bottom: 45px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-form-area_ff21f810d5a22357 {
      padding-top: 30px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area_ff21f810d5a22357 {
      padding-top: 30px;
      padding-bottom: 45px; } }
  .contact-form-area_ff21f810d5a22357 .te-comment-respond_644fbca2fc57f472 .title,
  .contact-form-area_ff21f810d5a22357 .te-title-wrapper_8e42f954ddc73ae3 .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_ff21f810d5a22357 .te-comment-respond_644fbca2fc57f472 .title,
      .contact-form-area_ff21f810d5a22357 .te-title-wrapper_8e42f954ddc73ae3 .title {
        font-size: 32px;
        line-height: 38px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-area_ff21f810d5a22357 .te-comment-respond_644fbca2fc57f472 .title,
      .contact-form-area_ff21f810d5a22357 .te-title-wrapper_8e42f954ddc73ae3 .title {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-form-area_ff21f810d5a22357 .te-comment-respond_644fbca2fc57f472 .title,
      .contact-form-area_ff21f810d5a22357 .te-title-wrapper_8e42f954ddc73ae3 .title {
        font-size: 48px;
        line-height: 52px; } }
  .contact-form-area_ff21f810d5a22357 .te-social-profile-link_9c7914a0822332c5 {
    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_ff21f810d5a22357 .te-social-profile-link_9c7914a0822332c5 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_ff21f810d5a22357 .te-social-profile-link_9c7914a0822332c5 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_dd388d4cf7ae7d93 {
    margin-bottom: 60px; } }

.te-contact-info_ba9e81ed0bc799a2 {
  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_ba9e81ed0bc799a2 .te-icon-card_f0604215db52d30d {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

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

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

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

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

.service-details_65ad2cd8c8d69917 {
  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_65ad2cd8c8d69917 .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_65ad2cd8c8d69917 .content .te-title-wrapper_8e42f954ddc73ae3 {
    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_65ad2cd8c8d69917 .content .te-title-wrapper_8e42f954ddc73ae3 .title-inner_3ca875950736f352 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_65ad2cd8c8d69917 .content .te-title-wrapper_8e42f954ddc73ae3 .title-inner_3ca875950736f352 .icon_89f342788713e59f {
        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_65ad2cd8c8d69917 .content .te-title-wrapper_8e42f954ddc73ae3 .title-inner_3ca875950736f352 .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_7529b4a674102f7f {
  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_7529b4a674102f7f .list-wrapper_fe3e163592545217 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_7529b4a674102f7f .list-wrapper_fe3e163592545217 .icon_89f342788713e59f {
      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_7529b4a674102f7f .list-wrapper_fe3e163592545217 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_7529b4a674102f7f .list-wrapper_fe3e163592545217 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_7529b4a674102f7f .list-wrapper_fe3e163592545217 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_7529b4a674102f7f .list-wrapper_fe3e163592545217 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_1af0dd775e9c0dd4 {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_1af0dd775e9c0dd4 .te-team-card_c1a3a92fdf8f2151 {
    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_29559fc3a8b56d43 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_29559fc3a8b56d43 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_29559fc3a8b56d43 {
      padding-top: 100px;
      padding-bottom: 76px; } }

.team-details-wrapper_6539392855a94098 {
  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_6539392855a94098 {
      gap: 30px; } }

.team-details_1571793c14cf7719 {
  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_1571793c14cf7719 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; } }
  .team-details_1571793c14cf7719 .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_1571793c14cf7719 .content {
        gap: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_1571793c14cf7719 .content {
        gap: 20px; } }
  .team-details_1571793c14cf7719 .image {
    width: 520px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .team-details_1571793c14cf7719 .image {
        width: 100%; }
        .team-details_1571793c14cf7719 .image img {
          width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_1571793c14cf7719 .image {
        width: 330px; } }
  .team-details_1571793c14cf7719 .user-meta_0c744abd42388912 .title {
    font-size: 57px;
    letter-spacing: -1px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .team-details_1571793c14cf7719 .user-meta_0c744abd42388912 .title {
        font-size: 34px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details_1571793c14cf7719 .user-meta_0c744abd42388912 .title {
        font-size: 36px; } }
  .team-details_1571793c14cf7719 .user-meta_0c744abd42388912 .desc_e565d5ff81ee282b {
    margin-bottom: 0;
    line-height: 20px; }
  .team-details_1571793c14cf7719 .social_be3649fc366f2c86 {
    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_1571793c14cf7719 .social_be3649fc366f2c86 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_1571793c14cf7719 .social_be3649fc366f2c86 a:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

.team-details-overview_e54f07f42cacceec {
  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_ca2a5eba6ff600d4 {
  padding-top: 140px;
  padding-bottom: 144px; }
  @media (max-width: 991px) {
    .blog-grid-area_ca2a5eba6ff600d4 {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .blog-grid-area_ca2a5eba6ff600d4 {
      padding: 70px 0; } }

.blog-load-btn_5328aa2d661283c1 {
  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_5328aa2d661283c1 {
      margin-top: 0; } }
  .blog-load-btn_5328aa2d661283c1:hover {
    background-color: #317EFE;
    color: #ffffff; }

.footer_cf5c17ab6549c5bf {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_cf5c17ab6549c5bf .te-subscribe-form-widget_a1cf9a68bc3b6f95 .submit-btn_ceff458dc6795bcd span {
    display: none; }
  .footer_cf5c17ab6549c5bf.style-1_b87f767a259008f9 {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_cf5c17ab6549c5bf.style-1_b87f767a259008f9 .te-footer-sec_31a535fb6affeafe {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_cf5c17ab6549c5bf.style-1_b87f767a259008f9 .te-footer-sec_31a535fb6affeafe .te-footer-widget_decbbe8510d02bd5 .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-form-fields_5d28acb3b710f3d7 {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_cf5c17ab6549c5bf.style-1_b87f767a259008f9 .te-footer-widget_decbbe8510d02bd5 .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb input {
      color: #131A2A; }
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .wp-block-heading_e5c17cca8f3d0914,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .widget-title_e8755a91ff8e5fd2,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .wp-block-search__label_97ba5e5d68a55df7,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .wp-block-heading_e5c17cca8f3d0914,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .widget-title_e8755a91ff8e5fd2,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .wp-block-search__label_97ba5e5d68a55df7,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 ul li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 ol li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be ul li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be ol li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 ul li,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-calendar-table_bebbc62f154df4e4,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-calendar_d72984936e31ee1d caption,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 nav.wp-calendar-nav_5455ed4d6e850ce3 a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-latest-comments__comment-excerpt_f66a4ded459ed252,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-calendar-table_bebbc62f154df4e4 caption,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_text_11ff79f8f298b2df,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .tagcloud_07c7dd7ecd4f21c5 a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .wp-block-tag-cloud_fce0bb2dafb3097a a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .tagcloud_07c7dd7ecd4f21c5 a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .wp-block-tag-cloud_fce0bb2dafb3097a a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-latest-comments__comment-date_ae7a6b7c0992fadd,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-latest-comments__comment_264c8345ae72dd95,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-archives-dropdown_6aff653215c3b68f label,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_categories_9a6c8f2718f4cdd4 li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_archive_930a5638ea9a37c6 li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_nav_menu_63aa8c575c9e462e li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_tag_cloud_24a8bd7ae79f97ed a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_rss_ba04becf6a7586fa li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_rss_ba04becf6a7586fa li,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .footer__widget_a09535c707c59f51 a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .footer__widget_a09535c707c59f51 li,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 li.recentcomments_955a31bc0930f789 {
    color: #ffffff; }
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-theme-btn_f1effcc54fcd2fb7,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-loginout_e321ee78ab1894cd a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 input.te-theme-btn_f1effcc54fcd2fb7,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .wp-block-search_261e81eb114afe5d button,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .search-form_94495b575f484b62 button,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .widget_0e99a075d889bb88 .sidebar__search_0c4a0cfb373b0945 button,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .wp-block-search_261e81eb114afe5d button,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .search-form_94495b575f484b62 button,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .sidebar__widget_b6cbc1e4a953d2be .sidebar__search_0c4a0cfb373b0945 button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_cf5c17ab6549c5bf .footer__widget_a09535c707c59f51 li {
    list-style: none; }
  .footer_cf5c17ab6549c5bf .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li.wp-block-social-link_f5285561ef8c980b {
    display: inline-block;
    width: unset !important; }
  .footer_cf5c17ab6549c5bf .te_widget_nav_menu_a0a936c256a7f49f li.cat-item_d8a1853271973db3 {
    text-align: right; }
    .footer_cf5c17ab6549c5bf .te_widget_nav_menu_a0a936c256a7f49f li.cat-item_d8a1853271973db3 a {
      float: left; }
  .footer_cf5c17ab6549c5bf .te-footer-bg_32afe1857295d015 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_cf5c17ab6549c5bf .footer-nav-widget_5c58cd99f40a35a6 {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_cf5c17ab6549c5bf .footer-nav-widget_5c58cd99f40a35a6 {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_cf5c17ab6549c5bf .footer-nav-widget_5c58cd99f40a35a6 {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_cf5c17ab6549c5bf .footer-nav-widget_5c58cd99f40a35a6 {
        padding: 0 30px; } }

.te-footer-widget_decbbe8510d02bd5 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_decbbe8510d02bd5 {
      margin-bottom: 40px; } }
  .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-title_aba7dbd6856a2df2,
  .te-footer-widget_decbbe8510d02bd5 .wp-block-heading_e5c17cca8f3d0914 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_decbbe8510d02bd5 ul {
    padding-left: 0; }
  .te-footer-widget_decbbe8510d02bd5 .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-form-fields_5d28acb3b710f3d7 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_decbbe8510d02bd5 .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_decbbe8510d02bd5.widget-latest-posts-footer_712a259c43d75a83 {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_decbbe8510d02bd5.zoom-instagram-widget_d53da0d6cbdecb1a {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_decbbe8510d02bd5.widget_contact_info_widget_7513f3a2dbe1bd59 {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_decbbe8510d02bd5 .widget-instagram-feed_730058793aeeacf0 {
      width: 170px; } }
  .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add {
        padding-right: 0; } }
    .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add .te-footer-logo_dff62c26341954ae {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add .info-form-and-social-icon_52ade211189de739 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add .info-form-and-social-icon_52ade211189de739 .te-social-profile_3c27a83cf038db1b {
        margin-top: 0; }
    .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add .te-social-profile_3c27a83cf038db1b {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-info_ba8d3aa0eac65add .info-form-and-social-icon_52ade211189de739 {
        -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_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f 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_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb p {
    color: #335371; }
  .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul {
    list-style: none; }
    .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 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_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li:first-child .contact-icon_72d5070ba3db9227 {
          margin-top: 5px; }
      .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-icon_72d5070ba3db9227 {
        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_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-text_683550ca70bef243 {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-text_683550ca70bef243 a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-text_683550ca70bef243 span,
        .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-text_683550ca70bef243 p,
        .te-footer-widget_decbbe8510d02bd5 .te-footer-widget-contact_94dbb0be478d69eb .footer-contact_de6a5e0f3f35e177 ul li .contact-text_683550ca70bef243 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_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li {
    margin-bottom: 10px; }
    .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-thumb_09b0894854b5c28c {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 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_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-meta_e635100fae29fb9c {
      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_d5d1c3c5652aa1ac 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_d5d1c3c5652aa1ac ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_d5d1c3c5652aa1ac 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_d5d1c3c5652aa1ac ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

.footer-bottom-area_e2b97477b110c47e {
  padding: 16px 0; }
  @media (max-width: 991px) {
    .footer-bottom-area_e2b97477b110c47e {
      padding: 30px 0; } }
  .footer-bottom-area_e2b97477b110c47e .te-footer-bottom-wrapper_fcac725a545df9db {
    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_e2b97477b110c47e .te-copyright-text_aa4c9fc9bede9ca0 p {
    color: #335371;
    margin-bottom: 0; }
    .footer-bottom-area_e2b97477b110c47e .te-copyright-text_aa4c9fc9bede9ca0 p a {
      color: #335371;
      font-weight: 500; }
      .footer-bottom-area_e2b97477b110c47e .te-copyright-text_aa4c9fc9bede9ca0 p a:hover {
        color: #317EFE; }
  .footer-bottom-area_e2b97477b110c47e .credit-text_d5ca76b9ce60ac2c 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_e2b97477b110c47e .credit-text_d5ca76b9ce60ac2c a {
    color: #317EFE; }

.subscribe-area_da1e790fcb9445ce {
  overflow: hidden; }
  .subscribe-area_da1e790fcb9445ce.style-1_b87f767a259008f9 .te-subscribe-inner-area_abbefeb0df55c188 .te-content-wrapper_6fd4c0f5ee2339ed {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_da1e790fcb9445ce.style-1_b87f767a259008f9 .te-image-bg-collumn_bc30eafee5f2e6ac {
    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_da1e790fcb9445ce.style-1_b87f767a259008f9 .te-image-bg-collumn_bc30eafee5f2e6ac {
        display: none; } }
  .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed {
    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_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .short-title_acf67670b2a18cc6 {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .te-subscribe-title_5f60be7194193b59 {
      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_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .te-subscribe-title_5f60be7194193b59 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .te-subscribe-title_5f60be7194193b59 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .te-subscribe-title_5f60be7194193b59 {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_da1e790fcb9445ce .te-content-wrapper_6fd4c0f5ee2339ed .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 .te-subscribe-collumn_5fe6025a5e1fc448 {
      -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_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 .te-subscribe-collumn_5fe6025a5e1fc448.te-image-bg-collumn_bc30eafee5f2e6ac {
          display: none; } }
    .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 .mc4wp-form-fields_5d28acb3b710f3d7 {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 .mc4wp-form-fields_5d28acb3b710f3d7 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_da1e790fcb9445ce .te-subscribe-inner-area_abbefeb0df55c188 .mc4wp-form-fields_5d28acb3b710f3d7 .submit-btn_ceff458dc6795bcd {
        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_decbbe8510d02bd5 .te-subscribe-form-wrapper_51d387b14727fd08 {
  color: #335371; }

.te-subscribe-form-widget_a1cf9a68bc3b6f95 {
  position: relative; }
  .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-form-fields_5d28acb3b710f3d7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .single-field_7e43fb5cf430d6eb *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_a1cf9a68bc3b6f95 .submit-btn_ceff458dc6795bcd {
    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_a1cf9a68bc3b6f95 .submit-btn_ceff458dc6795bcd:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-response_5058cece4cec183b {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-response_5058cece4cec183b .mc4wp-alert_045f69a91d5e1d0b.mc4wp-error_8ca04db98e944b21 p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-response_5058cece4cec183b .mc4wp-alert_045f69a91d5e1d0b.mc4wp-error_8ca04db98e944b21 a {
      color: #ff0000; }
    .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-response_5058cece4cec183b .mc4wp-alert_045f69a91d5e1d0b.mc4wp-success_bcd3ef4fccfbf461 p, .te-subscribe-form-widget_a1cf9a68bc3b6f95 .mc4wp-response_5058cece4cec183b .mc4wp-alert_045f69a91d5e1d0b.mc4wp-notice_16881b894509866b p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_4c7efe840ae3cb5c {
  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_4c7efe840ae3cb5c .te-footer-logo_dff62c26341954ae {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_4c7efe840ae3cb5c .te-social-widget_1fe51fecb89db64f {
    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_4c7efe840ae3cb5c .te-social-widget_1fe51fecb89db64f span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

.te-social-profile_3c27a83cf038db1b {
  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_3c27a83cf038db1b 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_3c27a83cf038db1b a:hover {
      background-color: #E7F914;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #14203A; }

.footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 {
  background-color: #131A2A; }
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-sec_31a535fb6affeafe {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget-title_aba7dbd6856a2df2,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .wp-block-heading_e5c17cca8f3d0914 {
    color: #ffffff;
    font-size: 24px; }
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .footer-bottom-area_e2b97477b110c47e .te-copyright-text_aa4c9fc9bede9ca0 p,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget_decbbe8510d02bd5.te_widget_nav_menu_a0a936c256a7f49f li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133 a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-title_5953d102f8cf5133,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget_decbbe8510d02bd5 .te_widget_latest_post_e9cb21f6e7302754 ul li .te-latest-post-desc_d2d4caaad30edb61 .te-latest-post-meta_e635100fae29fb9c,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-widget_decbbe8510d02bd5 .te-subscribe-form-wrapper_51d387b14727fd08,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .te-footer-bottom-menu_d5d1c3c5652aa1ac ul li a,
  .footer_cf5c17ab6549c5bf.style-2_89a81192f2dadb95 .footer-bottom-area_e2b97477b110c47e .te-copyright-text_aa4c9fc9bede9ca0 p a {
    color: #ffffff; }

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