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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  color: #E7F914; }

.te-theme-btn_c375f001d8bce8d0,
.wp-block-loginout_f53961ffc62a8738 a,
input.te-theme-btn_c375f001d8bce8d0 {
  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_c375f001d8bce8d0:hover,
  .wp-block-loginout_f53961ffc62a8738 a:hover,
  input.te-theme-btn_c375f001d8bce8d0:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_c375f001d8bce8d0:focus,
  .wp-block-loginout_f53961ffc62a8738 a:focus,
  input.te-theme-btn_c375f001d8bce8d0:focus {
    color: #ffffff; }
  .te-theme-btn_c375f001d8bce8d0.yellow-btn_688b7e48a3e24ee0,
  .wp-block-loginout_f53961ffc62a8738 a.yellow-btn_688b7e48a3e24ee0,
  input.te-theme-btn_c375f001d8bce8d0.yellow-btn_688b7e48a3e24ee0 {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_c375f001d8bce8d0.simple-btn_84ba00c9b50f0ba3,
  .wp-block-loginout_f53961ffc62a8738 a.simple-btn_84ba00c9b50f0ba3,
  input.te-theme-btn_c375f001d8bce8d0.simple-btn_84ba00c9b50f0ba3 {
    padding-left: 36px;
    padding-right: 36px; }

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

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

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

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

.circle-rotate-wrapper_86e571f51a66a840 {
  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_86e571f51a66a840 .circle-rotate-inner_c4361036100bb02d {
    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_8acb74cb68a2be1a {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-350_4f0f07e14ec0ded0 {
  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_310080bcf1ab0f88 label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_310080bcf1ab0f88 input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_310080bcf1ab0f88 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_310080bcf1ab0f88 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_e3e836caafb3ba1e .size-full_f3c4a955233eb606.alignright_15f35bc1010fa16b {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_e3e836caafb3ba1e figure.wp-caption_90fbf2e1e138ab02.aligncenter_38713e20d9ee877e {
  margin-top: 40px; }
.tp-page-content_e3e836caafb3ba1e dl, .tp-page-content_e3e836caafb3ba1e ol, .tp-page-content_e3e836caafb3ba1e ul {
  margin-bottom: 11px; }
.tp-page-content_e3e836caafb3ba1e .te-comment-respond_1228bbf236b7e114 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_e3e836caafb3ba1e .te-latest-comments_8f093fd92c2b0ad5 .te-comment-respond_1228bbf236b7e114 {
  margin-bottom: 40px; }
.tp-page-content_e3e836caafb3ba1e .te-post-comments_b9baf1b2459309f3 {
  margin-top: 80px; }

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

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

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

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

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

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

.gallery-columns-1_0aa55d3d58403276 .gallery-item_0c417002e5c8e2f2 {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_879e3ab5c5c214e6 .gallery-item_0c417002e5c8e2f2 {
  max-width: 50%; }

.gallery-columns-3_589fe9e03af37a7b .gallery-item_0c417002e5c8e2f2 {
  max-width: 33.33%; }

.gallery-columns-4_878de943b785b1c3 .gallery-item_0c417002e5c8e2f2 {
  max-width: 25%; }

.gallery-columns-5_b5b7b443b364f6de .gallery-item_0c417002e5c8e2f2 {
  max-width: 20%; }

.gallery-columns-6_820baed1ac4b2078 .gallery-item_0c417002e5c8e2f2 {
  max-width: 16.66%; }

.gallery-columns-7_e61fc172468f6a17 .gallery-item_0c417002e5c8e2f2 {
  max-width: 14.28%; }

.gallery-columns-8_865cbf18e6b86e29 .gallery-item_0c417002e5c8e2f2 {
  max-width: 12.5%; }

.gallery-columns-9_d44008993d820e71 .gallery-item_0c417002e5c8e2f2 {
  max-width: 11.11%; }

.gallery-caption_94762a1cf9229b28 {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.te-post-content p.has-large-font-size_636b8e5b19c53c8f {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_8ce177f6be6d011a {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_d7ed2d4cba666156 {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_f44fdade565f85ca p {
  margin-top: 0 !important; }

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

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

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

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

.wp-block-cover_830fc3c69b552710 p.wp-block-cover-text_6d15ad43cb827d7a,
.wp-block-cover_830fc3c69b552710.is-light_2b202d1d0a481454 .wp-block-cover__inner-container_bfeca4d035a71bb9 {
  color: #fff !important; }

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

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

.widget_ce50af672ba301c0 .wp-block-archives-dropdown_9f21feb2731e5d8f,
.widget_ce50af672ba301c0 .wp-block-categories-dropdown_3136bacbdb04de5e,
.widget_ce50af672ba301c0 .wp-block-loginout_f53961ffc62a8738,
.widget_ce50af672ba301c0 .wp-block-social-links_130de429da6bf493,
.widget_ce50af672ba301c0.widget_archive_06e11507295fd660 select,
.widget_ce50af672ba301c0.te_widget_categories_afa993070a408f90 select,
.widget_ce50af672ba301c0.widget_text_e2e6504ef348919b select,
.widget_ce50af672ba301c0.te_widget_search_dd2487febce422a7 .search-form_724b8ebd26df126f,
.widget_ce50af672ba301c0.te_widget_tag_cloud_315dc167a983a8ce .tagcloud_aca47710650b1d31,
.widget_ce50af672ba301c0 .wp-block-tag-cloud_9251855bb5830582 {
  margin-bottom: 6px; }

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

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

.blog-search-content_a68d1d6e2138de9d {
  margin: 0; }
  .blog-search-content_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a,
  .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f,
  .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 {
    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_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a,
      .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f,
      .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 {
        width: 100%; } }
    .blog-search-content_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a .wp-block-search__inside-wrapper_36fe22af309a316f,
    .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f .wp-block-search__inside-wrapper_36fe22af309a316f,
    .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 .wp-block-search__inside-wrapper_36fe22af309a316f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a label,
    .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f label,
    .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 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_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a input,
    .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f input,
    .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 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_a68d1d6e2138de9d .wp-block-search_8ce177f6be6d011a button,
    .blog-search-content_a68d1d6e2138de9d .search-form_724b8ebd26df126f button,
    .blog-search-content_a68d1d6e2138de9d .sidebar__search_0278d13588b6b0a3 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_e3e836caafb3ba1e .wp-smiley_1c3b5049a2cdb5f8,
.entry-content_baba515d7e92b3a6 .wp-smiley_1c3b5049a2cdb5f8,
.comment-content_d3750747baefe8b2 .wp-smiley_1c3b5049a2cdb5f8 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.te-comment-respond_1228bbf236b7e114.style-two_83340317b13db090 .wpcf7-form_bb6bcb0fb90981b9 .wpcf7-not-valid-tip_3eed0b737299f641 {
  color: #d9c0b8 !important; }
.te-comment-respond_1228bbf236b7e114 .wpcf7-form_bb6bcb0fb90981b9 .wpcf7-not-valid_9efc76c1307d24dd {
  border-color: #dc3232 !important; }
.te-comment-respond_1228bbf236b7e114 .wpcf7-form_bb6bcb0fb90981b9 .wpcf7-not-valid-tip_3eed0b737299f641 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_1228bbf236b7e114 .wpcf7-form_bb6bcb0fb90981b9.sent_1a207cf991dde772 .wpcf7-response-output_840b6f090a003707 {
  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_1228bbf236b7e114 .wpcf7-form_bb6bcb0fb90981b9.invalid_d1b14997e6c0dc85 .wpcf7-response-output_840b6f090a003707 {
  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_644eadef3d6a583a {
  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_644eadef3d6a583a .wpcf7-te-list-item_f7ddb63a7036deb7 {
    margin: 0; }
    .wpcf7-form-control_644eadef3d6a583a .wpcf7-te-list-item_f7ddb63a7036deb7 label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_644eadef3d6a583a .wpcf7-te-list-item_f7ddb63a7036deb7 label .wpcf7-te-list-item-label_cd33da1c8082b1c0 {
        font-size: 16px;
        font-weight: 400; }

.logged-in_c741e5a8a93efbdd .te-comment-respond_1228bbf236b7e114 textarea {
  margin-bottom: 12px; }

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

body.admin-bar_5bd728a3537eee7b .header-menu-area_45ad2aa5e1b228b8.sticky_menu_511f51fbbc5e01a6 {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_5bd728a3537eee7b .header-menu-area_45ad2aa5e1b228b8.sticky_menu_511f51fbbc5e01a6 {
      top: 0; } }

.page-template-default_d2159e4e11075495.page-id-146_7483b587db64f9c7 .tp-page-content_e3e836caafb3ba1e p:last-child {
  margin-bottom: 10px; }
.page-template-default_d2159e4e11075495.page-id-1133_970fe71885c0940b .tp-page-content_e3e836caafb3ba1e .te-comment-respond_1228bbf236b7e114 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_d2159e4e11075495.page-id-3_ff27fa50e3c5d37a .page-area_3c3122dd06dfd21b {
  padding-top: 128px; }

.single-post-item_17d24b988a3f5727.post-24_6918b4c635c62c0b .wp-block-button_5e33b279973d7aac a {
  color: #ffffff; }

.post-template-default_014e8a5154b54156.postid-163_fcb8a3d3760c6f06 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content {
  margin-bottom: 34px; }
.post-template-default_014e8a5154b54156.postid-150_765f10bf367be014 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_014e8a5154b54156.postid-150_765f10bf367be014 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-group_dc9b29d6c8f05891.is-layout-constrained_de5f2dce78226492:last-child {
    border: 1px solid #000; }
.post-template-default_014e8a5154b54156.postid-51_bad650a69442828c .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_014e8a5154b54156.postid-51_bad650a69442828c .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_014e8a5154b54156.postid-1163_52e5e5c091fb1392 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-caption_90fbf2e1e138ab02, .post-template-default_014e8a5154b54156.postid-568_fd29f057f7e35074 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-caption_90fbf2e1e138ab02 {
  margin-top: 20px; }
.post-template-default_014e8a5154b54156.postid-1785_9ba720dddc99d60b .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-button__link_5f07dd08ba9b9db1 {
  color: #ffffff !important; }
.post-template-default_014e8a5154b54156.postid-1149_05d2d5d539c583e1 .te-blog-details-wrapper_4869af81e17adbb1 .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 p {
  margin-bottom: 0; }
.post-template-default_014e8a5154b54156.postid-555_d5b18988ced500e8 .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .gallery {
  margin-top: 20px; }

.error-404_66b0962e17b35939.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_66b0962e17b35939.not-found .error-content_50597e83422a1ddf .error-btn-bh_4e72eace7bdefe4b {
    margin-top: 20px; }

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

.sidebar_dfae88191a14fc30 .widget_media_gallery_052c8760d419aca2 .gallery-item_0c417002e5c8e2f2 {
  margin-bottom: 0; }
  .sidebar_dfae88191a14fc30 .widget_media_gallery_052c8760d419aca2 .gallery-item_0c417002e5c8e2f2 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_2017bfad23493f13 {
  -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_b6d5db4485fe1508 {
  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_d4dc26e0c1da4d83 path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_5bd728a3537eee7b .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b.login .te-header-menu-area_a479103394af490d {
  top: auto !important; }

.header-area_e2da3dcf703d51a7 .container-fluid_94eba2f457a3c7c6 {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_e2da3dcf703d51a7 .container-fluid_94eba2f457a3c7c6 {
      padding: 0 24px; } }
.header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top .te-header-contact-info_89463e512756f874 span {
    color: #677471; }
    .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top .te-header-contact-info_89463e512756f874 span i {
      color: #317EFE; }
    .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top .te-header-contact-info_89463e512756f874 span a {
      color: #677471; }
  .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top .te-social-profile_7d5f846500fe699a a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .header-top .te-social-profile_7d5f846500fe699a a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-header-menu-area_a479103394af490d {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-header-menu-area_a479103394af490d .menu-wrapper_0a85df25395ca921 {
    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_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-header-menu-area_a479103394af490d .menu-wrapper_0a85df25395ca921 {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-header-menu-area_a479103394af490d .te-header-btn_20bda8d1f7956b52 .te-quote-btn_74138cf45a216e9e {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-sticky_menu {
  top: 0; }
  .header-area_e2da3dcf703d51a7.style-2_8aa69f48765e525b .te-sticky_menu .menu-wrapper_0a85df25395ca921 {
    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_45a676442d145a64 {
    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_83ff136f1b63b698 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_89463e512756f874 {
    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_89463e512756f874 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_89463e512756f874 span.te-contact-info-item_330eda0d8b8525c1 {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_89463e512756f874 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_33093ae5f6c5b469 {
      display: none; } }
  .header-top .header-top-btn_33093ae5f6c5b469 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_33093ae5f6c5b469 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_33093ae5f6c5b469 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_7d5f846500fe699a {
    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_7d5f846500fe699a .te-social-profile-label_b6a9fd9ec9b81442 {
      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_7d5f846500fe699a 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_7d5f846500fe699a a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_a479103394af490d {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_a479103394af490d.te-te-sticky-header_0b7c2b7d3f3a6fa9 {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_a479103394af490d.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_a479103394af490d.te-sticky_menu .te-logo_1a4eddd386561468 .te-sticky-logo_0c14c1862b692706 img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_a479103394af490d.te-sticky_menu .te-main-menu_1b15e9c9d94547b8 ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_a479103394af490d.te-sticky_menu .te-main-menu_1b15e9c9d94547b8 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_a479103394af490d.te-sticky_menu .te-main-menu_1b15e9c9d94547b8 ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_a479103394af490d.te-sticky_menu .te-main-menu_1b15e9c9d94547b8 ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_a479103394af490d .te-header-menu-wrapper_9bed3582ef35a684 {
    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_a479103394af490d .te-header-menu-wrapper_9bed3582ef35a684 {
        gap: 20px; } }
  .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 {
    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_a479103394af490d .te-logo_1a4eddd386561468 {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 {
        height: 80px; } }
    .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-standard-logo_283f466fc375e338 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-sticky-logo_0c14c1862b692706 {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-sticky-logo_0c14c1862b692706 {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-sticky-logo_0c14c1862b692706 {
          display: block; } }
      .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-sticky-logo_0c14c1862b692706 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_a479103394af490d .te-logo_1a4eddd386561468 .te-retina-logo_fe1b97ab256b1880 {
      display: none; }

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

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

.te-header-btn_20bda8d1f7956b52 {
  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_20bda8d1f7956b52 .te-icon_94da14ab5b6a9c39 {
    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_20bda8d1f7956b52 .te-icon_94da14ab5b6a9c39: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_20bda8d1f7956b52 {
      display: none; } }
  .te-header-btn_20bda8d1f7956b52 .te-cta-btn_f512863b89217acd {
    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_20bda8d1f7956b52 .te-cta-btn_f512863b89217acd:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_20bda8d1f7956b52 .te-quote-btn_74138cf45a216e9e {
    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_20bda8d1f7956b52 .te-quote-btn_74138cf45a216e9e: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_0945f306f370dcca {
    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_0945f306f370dcca .te-search-content-filed_052672b8280f608a {
      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_0945f306f370dcca .te-search-content-filed_052672b8280f608a .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_0945f306f370dcca .te-search-form_d20f927bd555f33c {
      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_0945f306f370dcca .te-search-form_d20f927bd555f33c .te-search-form-input_f64bc00d3a67b446 {
        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_0945f306f370dcca .te-search-form_d20f927bd555f33c .te-search-form-input_f64bc00d3a67b446 .te-search-icon_3e3d2ce9fabc6243 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_0945f306f370dcca .te-search-form_d20f927bd555f33c .te-search-form-input_f64bc00d3a67b446 button.te-submit-search-btn_025db714f2e4a700 {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_0945f306f370dcca .te-search-form_d20f927bd555f33c 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_1bb02973dc79fd4c a.mean-expand.mean-clicked_3d4c5de81cb4c505 {
  background-color: #317EFE;
  border-color: #317EFE !important; }

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

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

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

.te-mobile-menu-bar_0ddf272ea7c4a527 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_0ddf272ea7c4a527 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_0e458390610b84b3 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_9f3a1046f4f5639d {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_20cc7573b5568069 {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_20cc7573b5568069 .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_20cc7573b5568069 .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-menu-sidebar-title_355ac4e15fded78a {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-header-contact-info_89463e512756f874 {
      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_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-header-contact-info_89463e512756f874 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_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-header-contact-info_89463e512756f874 span.te-contact-info-item_330eda0d8b8525c1 {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-header-contact-info_89463e512756f874 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_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-header-contact-info_89463e512756f874 span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-social-profile_7d5f846500fe699a {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-social-profile_7d5f846500fe699a a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_185d9b84c1918257 .te-menu-sidebar-single-widget_0c48a06d261d2bda .te-social-profile_7d5f846500fe699a 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_9517af3ccb7020c4 {
  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_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 {
        height: unset;
        padding: 80px 0; } }
    .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 {
          right: -380px; } }
      .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 .company-award_b0e00ec2420f0703 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 .company-award_b0e00ec2420f0703 .icon_975b97e78b536d33 {
          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_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-feature-img_ee2e12197e119377 .slider-feature-img-overlay_41f83e6be37b43a9 {
          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_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-left-shape_ecadb8ba3f0308cc {
      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_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-left-shape_ecadb8ba3f0308cc {
          display: none; } }
    .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-right-shape_32aebf73979351ab {
      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_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-right-shape_32aebf73979351ab {
          display: none; } }
    .slider-area_9517af3ccb7020c4.style-2_8aa69f48765e525b .te-single-slider_7307c4c488288ba2 .slider-circle-shape_c0fa19b98824f0e2 {
      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_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-short-title_27a79dfba617cbda,
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-title_fe496ce682c871c7,
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-short-desc_43a524ff80c40ca0,
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-btn-wrapper_9f604a55fc3cb774 {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-short-title_27a79dfba617cbda {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-title_fe496ce682c871c7 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-short-desc_43a524ff80c40ca0 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-active .te-slider-btn-wrapper_9f604a55fc3cb774 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa {
    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_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa {
        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_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa 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_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa 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_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_9517af3ccb7020c4 .te-slider-wrapper_023c86cddacd304b .slick-dots_a3a68e704528b3aa li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 {
    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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 {
        background-image: none !important; } }
    .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb {
      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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb {
          left: 0; } }
      .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb .te-slider-overlay-shape_f6c1fb7e7f2e5d9f {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb .te-slider-overlay-shape_f6c1fb7e7f2e5d9f {
            display: none; } }
    .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 {
      position: relative;
      z-index: 99; }
      .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-short-title_27a79dfba617cbda {
        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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
        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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-short-desc_43a524ff80c40ca0 {
        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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-short-desc_43a524ff80c40ca0 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-short-desc_43a524ff80c40ca0 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-short-desc_43a524ff80c40ca0 {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 {
        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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 {
            padding-top: 30px; } }
        .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-theme-btn_c375f001d8bce8d0 {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db .te-icon_94da14ab5b6a9c39 {
            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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db .te-content_2fac71dc50c7d828 {
            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_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db .te-content_2fac71dc50c7d828 .te-title_ef5909c409d44530 {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_9517af3ccb7020c4 .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db .te-content_2fac71dc50c7d828 .te-text_df12a9046d60187b {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c: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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-overlay_2e824348ef20f5bb::before {
        display: none; }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .slider-shape_3fa9f589fcd694c4 {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .slider-shape_3fa9f589fcd694c4 img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-one_32cc944e81d8d848 {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-one_32cc944e81d8d848 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-one_32cc944e81d8d848 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-one_32cc944e81d8d848 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-one_32cc944e81d8d848 {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-two_5c30931dcfac48f3 {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-two_5c30931dcfac48f3 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-two_5c30931dcfac48f3 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-two_5c30931dcfac48f3 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-two_5c30931dcfac48f3 {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-three_f860ece31ec200fd {
      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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-three_f860ece31ec200fd {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .shape-three_f860ece31ec200fd {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-container_001e1cc8fa89a2a9 {
      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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-container_001e1cc8fa89a2a9 {
          -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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-container_001e1cc8fa89a2a9 {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-container_001e1cc8fa89a2a9 .te-slider-column_fc4ac4e33bf9e3ea {
        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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-container_001e1cc8fa89a2a9 .te-slider-column_fc4ac4e33bf9e3ea {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-theme-btn_c375f001d8bce8d0 {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-theme-btn_c375f001d8bce8d0:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-btn-wrapper_9f604a55fc3cb774 .te-call-btn_137c91ccd64986db .te-icon_94da14ab5b6a9c39 {
      color: #317EFE; }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
      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_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-single-slider_7307c4c488288ba2 .te-slider-content-wrapper_25f3d90cdf222bb8 .te-slider-content_ac8349e5df0ea48e .te-slider-title_fe496ce682c871c7 {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-slider-wrapper_023c86cddacd304b .container {
    position: relative; }
  .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-slider-wrapper_023c86cddacd304b .slider-shape-bg_1576176dbf0cfd23 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-slider-wrapper_023c86cddacd304b .slider-shape-bg_1576176dbf0cfd23 {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-slider-wrapper_023c86cddacd304b .slider-shape-bg_1576176dbf0cfd23 {
        margin-left: 0; } }
    .slider-area_9517af3ccb7020c4.style-1_71873356e7f2cb5c .te-slider-wrapper_023c86cddacd304b .slider-shape-bg_1576176dbf0cfd23: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_1b076ca356e4b57c {
  position: relative; }

.te-info-card_c8b1b211aca23baa {
  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_c8b1b211aca23baa {
      padding: 40px 25px; } }
  .te-info-card_c8b1b211aca23baa: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_c8b1b211aca23baa:hover .te-image-wrapper_bb2c89e9d7b94e33 .overlay_9cfb5b0396d86c4e {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_c8b1b211aca23baa:hover .te-image-wrapper_bb2c89e9d7b94e33 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_c8b1b211aca23baa:hover .icon_975b97e78b536d33 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_c8b1b211aca23baa:hover .content .te-read-more_994a7e4d441e384f .te-theme-btn_c375f001d8bce8d0 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_c8b1b211aca23baa .te-info-card-inner_a06ff728a092b52e {
    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_c8b1b211aca23baa .te-image-wrapper_bb2c89e9d7b94e33 {
    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_c8b1b211aca23baa .te-image-wrapper_bb2c89e9d7b94e33 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_c8b1b211aca23baa .te-image-wrapper_bb2c89e9d7b94e33 .overlay_9cfb5b0396d86c4e {
      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_c8b1b211aca23baa .icon_975b97e78b536d33 {
    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_c8b1b211aca23baa .icon_975b97e78b536d33 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_c8b1b211aca23baa .te-content-wrapper_eddfff7ff4f83a18 {
    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_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 {
    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_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33 {
      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_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33::before, .te-info-card_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33::before {
        top: 15px;
        left: 5px; }
      .te-info-card_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .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_c8b1b211aca23baa .te-title-wrapper_743e5211cc66ee20 .divider_980cf49ac97103e8 {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_c8b1b211aca23baa .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_c8b1b211aca23baa .content .desc_89118597c1073d1f {
      -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_c8b1b211aca23baa .content .te-read-more_994a7e4d441e384f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_c8b1b211aca23baa .content .te-read-more_994a7e4d441e384f .te-theme-btn_c375f001d8bce8d0 {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_c8b1b211aca23baa .content .te-read-more_994a7e4d441e384f .te-theme-btn_c375f001d8bce8d0:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

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

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

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

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

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

.te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 {
      text-align: left; } }
  .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b > img {
          width: 100%; } }
    .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-img-card-shape_23d2b5ea93068958 {
      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_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-img-card-shape_23d2b5ea93068958 {
          right: 0; } }
.te-about-image-card_fec4599fe03b91b5 .te-company-foundation_481a6d4b6278e9b9 {
  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_fec4599fe03b91b5 .te-company-foundation_481a6d4b6278e9b9 .te-counter-wrapper_6b3ef929ea60e78b {
    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_fec4599fe03b91b5 .te-company-foundation_481a6d4b6278e9b9 .counter-title_bde9b89980d3076d {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_fec4599fe03b91b5 .te-company-foundation_481a6d4b6278e9b9 .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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-img-card-shape_23d2b5ea93068958 {
    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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-img-card-shape_23d2b5ea93068958 {
        display: none; } }
  .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff {
        position: relative; } }
    .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-another-image-inner_51210827e568bc67 {
      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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-another-image-inner_51210827e568bc67 {
          width: 100%; }
          .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-another-image-inner_51210827e568bc67 img {
            width: 100%; } }
    .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .video-btn_9f786fe95b471bde {
      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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .video-btn_9f786fe95b471bde {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .video-btn_9f786fe95b471bde 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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 {
      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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 .icon_975b97e78b536d33 {
        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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 .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_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_fec4599fe03b91b5.style-2_8aa69f48765e525b .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b .te-another-image_1741bc676827b2ff .te-badge-text_7190b2d62dbd58e9 .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 {
  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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-section-title_e1d28e779d692718 {
    margin-bottom: 0; }
    .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-section-title_e1d28e779d692718 .title {
      margin-bottom: 0; }
  .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a {
    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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a .te-list-item_8f0b8db17941cfcc .icon_975b97e78b536d33 {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a .te-list-item_8f0b8db17941cfcc .text {
      color: #14203A; }
  .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc {
    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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 {
      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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2:hover .icon_975b97e78b536d33 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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 .icon_975b97e78b536d33 {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 .icon_975b97e78b536d33::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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 .icon_975b97e78b536d33 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_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_e69cae16498a9003 .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .te-single-info-list_c030b8159c2eccc2 .short-title_0f0b99716f9a6634 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 {
  gap: 10px; }
  .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a .te-list-item_8f0b8db17941cfcc .icon_975b97e78b536d33 {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-list-item-wrapper_b9bbb6a59b4f518a .te-list-item_8f0b8db17941cfcc .text {
      color: #335371; }
  .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .divider_980cf49ac97103e8 {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_e69cae16498a9003.style-2_8aa69f48765e525b .te-about-info-content_baea623b38801ba0 .te-info-list_b9be8d80fb2071dc .divider_980cf49ac97103e8 {
          height: 1px;
          width: 100%; } }

.te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-section-title_e1d28e779d692718 {
  margin-bottom: 40px; }
.te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .about-info-wrapper_820388525a243f5d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .about-info-wrapper_820388525a243f5d {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .about-info-wrapper_820388525a243f5d .about-info-img_84b767349413ae23 {
    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_e69cae16498a9003.style-three_4d45b525da3f9bbd .about-info-wrapper_820388525a243f5d .about-info-img_84b767349413ae23 {
        height: 350px; } }
    .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .about-info-wrapper_820388525a243f5d .about-info-img_84b767349413ae23 img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .skill-progressbar-wrapper_ce99f5e2ee87120b {
    width: 100%; }
  .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-icon-card-wrapper_d50e7abe46f586fe {
    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_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-icon-card-wrapper_d50e7abe46f586fe .te-icon-card_fa07adfdcdd1ada8 {
      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_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-icon-card-wrapper_d50e7abe46f586fe .te-icon-card_fa07adfdcdd1ada8 .icon_975b97e78b536d33 {
        width: 40px;
        height: 40px; }
      .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-icon-card-wrapper_d50e7abe46f586fe .te-icon-card_fa07adfdcdd1ada8 .content {
        gap: 4px; }
        .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-icon-card-wrapper_d50e7abe46f586fe .te-icon-card_fa07adfdcdd1ada8 .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_e69cae16498a9003.style-three_4d45b525da3f9bbd .te-about-info-content_baea623b38801ba0 .te-btn-wrapper_02f0874aec291e68 {
    margin-top: 7px; }

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

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

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

.te-process-step_a4ba41190cf08b49 {
  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_a4ba41190cf08b49::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_a4ba41190cf08b49 {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_a4ba41190cf08b49:hover {
    top: -5px; }
    .te-process-step_a4ba41190cf08b49:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_a4ba41190cf08b49:hover .icon_975b97e78b536d33 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_a4ba41190cf08b49:hover .counter-number_e859370896471b33 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_a4ba41190cf08b49:hover .content .te-read-more_994a7e4d441e384f .te-theme-btn_c375f001d8bce8d0 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_a4ba41190cf08b49 .icon_975b97e78b536d33 {
    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_a4ba41190cf08b49 .icon_975b97e78b536d33 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_a4ba41190cf08b49 .te-content-wrapper_eddfff7ff4f83a18 {
    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_a4ba41190cf08b49 .te-counter-wrapper_6b3ef929ea60e78b {
    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_a4ba41190cf08b49 .te-counter-wrapper_6b3ef929ea60e78b .shape_de0f4c716409a42e {
      position: relative; }
  .te-process-step_a4ba41190cf08b49 .counter-number_e859370896471b33 {
    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_a4ba41190cf08b49 .te-title-wrapper_743e5211cc66ee20 {
    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_a4ba41190cf08b49 .te-title-wrapper_743e5211cc66ee20 .icon_975b97e78b536d33 {
      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_a4ba41190cf08b49 .te-title-wrapper_743e5211cc66ee20 .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_a4ba41190cf08b49 .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_a4ba41190cf08b49 .content .desc_89118597c1073d1f {
      -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_a4ba41190cf08b49 .content .te-read-more_994a7e4d441e384f {
      margin-top: -10px; }
      .te-process-step_a4ba41190cf08b49 .content .te-read-more_994a7e4d441e384f .te-theme-btn_c375f001d8bce8d0 {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

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

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

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

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

.te-accordion-box-wrapper_ca3edc1d8e348de2 {
  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_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e .te-accordion-head_5b19164669248369 {
    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_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e .te-accordion-head_5b19164669248369: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_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e .te-accordion-head_5b19164669248369.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_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e .te-accordion-head_5b19164669248369 .te-accordion-title_e43d32074478b9f0 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_54d445893ad85c03 .te-accordion-list-item_69985f08013e029e .te-accordion-body_23efa81877c06772 {
    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_1210d2f21013f542 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_1210d2f21013f542 {
      padding-left: 30px; } }
  .page-header_1210d2f21013f542 .te-page-title_4af6e0e35fb0c0f7,
  .page-header_1210d2f21013f542 .page-title_660598a0bb10bc8a {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_1210d2f21013f542 .te-page-title_4af6e0e35fb0c0f7,
      .page-header_1210d2f21013f542 .page-title_660598a0bb10bc8a {
        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_af633c8e507dfae3 {
  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_af633c8e507dfae3:hover .te-post-thumbnail_a7021490d9377b56 img,
  .te-post-item_af633c8e507dfae3:hover .post-video_2a6e59f8040e569b 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_af633c8e507dfae3 iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_af633c8e507dfae3 iframe {
        height: 350px; } }
  .te-post-item_af633c8e507dfae3 .post-gallery .slick-list_d67cbec2855dec9e .slick-track_4689250b54c0ab77 {
    height: 392px;
    overflow: hidden; }
  .te-post-item_af633c8e507dfae3 .te-post-content-wrapper_fff58168a66fc006 {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_af633c8e507dfae3 .te-post-content-wrapper_fff58168a66fc006 {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_af633c8e507dfae3 .te-post-content-wrapper_fff58168a66fc006 .te-read-more_994a7e4d441e384f {
      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_af633c8e507dfae3.format-quote_9f6fe56566d63b1b .te-post-content {
    margin: 0; }
  .te-post-item_af633c8e507dfae3.format-quote_9f6fe56566d63b1b blockquote {
    margin: 0; }
    .te-post-item_af633c8e507dfae3.format-quote_9f6fe56566d63b1b blockquote p {
      margin-top: 0; }
    .te-post-item_af633c8e507dfae3.format-quote_9f6fe56566d63b1b 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_af633c8e507dfae3.format-quote_9f6fe56566d63b1b blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_af633c8e507dfae3.sticky_3b3d7c528a24acd2 {
    border: 2px solid #317EFE; }
    .te-post-item_af633c8e507dfae3.sticky_3b3d7c528a24acd2 .te-post-content {
      margin-bottom: 0; }
      .te-post-item_af633c8e507dfae3.sticky_3b3d7c528a24acd2 .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_af633c8e507dfae3 .te-post-title_09e349632036aa62 {
    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_af633c8e507dfae3 .te-post-title_09e349632036aa62 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_af633c8e507dfae3 .te-post-title_09e349632036aa62:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_af633c8e507dfae3 .te-post-content p {
    margin-top: 17px; }
  .te-post-item_af633c8e507dfae3 .te-post-content h2,
  .te-post-item_af633c8e507dfae3 .te-post-content h3,
  .te-post-item_af633c8e507dfae3 .te-post-content h4,
  .te-post-item_af633c8e507dfae3 .te-post-content h5,
  .te-post-item_af633c8e507dfae3 .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_af633c8e507dfae3 .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_af633c8e507dfae3 .te-single-post-meta_2f1a332c1e4c31d1 {
    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_af633c8e507dfae3 .te-social-share_7e87f43e9e3801f7 {
    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_af633c8e507dfae3 .te-social-share_7e87f43e9e3801f7 a.facebook_bb935d58a4c33658 {
      color: #1877f2; }
    .te-post-item_af633c8e507dfae3 .te-social-share_7e87f43e9e3801f7 a.twitter_60d54699878f1848 {
      color: #1da1f2; }
    .te-post-item_af633c8e507dfae3 .te-social-share_7e87f43e9e3801f7 a.linkedin_121cf3d09f9b5c75 {
      color: #1a70c6; }
    .te-post-item_af633c8e507dfae3 .te-social-share_7e87f43e9e3801f7 .te-social-share-title_199a2abf7c8207d3 {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d {
    width: 100%;
    display: inline-block; }
    .te-post-item_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d 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_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d .te-post-tag-list_11b27030dd371c99 {
      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_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d .te-post-tag-list_11b27030dd371c99 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_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d .te-post-tag-list_11b27030dd371c99 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_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56,
  .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b {
    position: relative;
    overflow: hidden; }
    .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 img,
    .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b 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_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 .popup-video-wrapper_1b8e2b904bd4eaea,
    .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b .popup-video-wrapper_1b8e2b904bd4eaea {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 .video-btn_9f786fe95b471bde a,
    .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b .video-btn_9f786fe95b471bde 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_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 .video-btn_9f786fe95b471bde a i,
      .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b .video-btn_9f786fe95b471bde a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 .video-btn_9f786fe95b471bde a:hover,
      .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b .video-btn_9f786fe95b471bde a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580 {
    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_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580.prev-btn_a3748248209fa7c7 {
      left: 30px; }
    .te-post-item_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580.next-btn_112a0e3a9c15ef03 {
      right: 30px; }
    .te-post-item_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580 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_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_af633c8e507dfae3 button.post-gallery-btn_24b08ec7abd76580:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_af633c8e507dfae3 .post-audio_fa95a4dec99405d5 iframe {
    width: 100%; }
  .te-post-item_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 {
    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_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 {
        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_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 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_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 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_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

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

.te-post-card_e3e2cad22ac15b6d.style-2_8aa69f48765e525b {
  gap: 20px; }
  .te-post-card_e3e2cad22ac15b6d.style-2_8aa69f48765e525b .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_e3e2cad22ac15b6d.style-2_8aa69f48765e525b .image .te-post-date_77523cad8192995d {
      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_e3e2cad22ac15b6d.style-2_8aa69f48765e525b .content .title {
    font-size: 20px; }
  .te-post-card_e3e2cad22ac15b6d.style-2_8aa69f48765e525b .content .te-post-meta-info_07848c96407adae5 {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_4869af81e17adbb1 .te-comment-respond_1228bbf236b7e114 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_4869af81e17adbb1 .te-post-comments_b9baf1b2459309f3 {
  margin-top: 70px; }
.te-blog-details-wrapper_4869af81e17adbb1 .wp-block-group_dc9b29d6c8f05891.has-background_414780894598b3bc .wp-block-button_5e33b279973d7aac .wp-block-button__link_5f07dd08ba9b9db1 {
  color: #ffffff !important; }
.te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-meta_a93c9577c5b33fc5 {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56,
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b,
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-gallery,
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .postbox-audio_54c04e3ba92e3f89,
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .wp-block-post-featured-image_c46cbf1d67e53c80 {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56,
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b,
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-gallery,
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .postbox-audio_54c04e3ba92e3f89,
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .wp-block-post-featured-image_c46cbf1d67e53c80 {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56:hover img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b:hover img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-gallery:hover img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .postbox-audio_54c04e3ba92e3f89:hover img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .wp-block-post-featured-image_c46cbf1d67e53c80: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_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-thumbnail_a7021490d9377b56 img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-video_2a6e59f8040e569b img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .post-gallery img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .postbox-audio_54c04e3ba92e3f89 img,
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .wp-block-post-featured-image_c46cbf1d67e53c80 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_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content-wrapper_fff58168a66fc006 {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-query_8af705456142abff .wp-block-post-template_a036cbd9d197c30f {
      padding-left: 0; }
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-query_8af705456142abff .wp-block-post-template_a036cbd9d197c30f .wp-block-post_35e736fba239a1de {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-navigation__responsive-container-content_5ef705263f8be0c1 .wp-block-page-list_39df79302fbe908c {
      padding-left: 0; }
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-group_dc9b29d6c8f05891 {
      margin: 15px 0; }
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content .wp-block-group_dc9b29d6c8f05891 p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_4869af81e17adbb1 .te-post-item_af633c8e507dfae3 .te-blog-post-tag_34d51c5781c9935d .te-social-share_7e87f43e9e3801f7 {
    padding-bottom: 20px; }
.te-blog-details-wrapper_4869af81e17adbb1 .wp-block-calendar_db70cdd9e2d88225 {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.wp-block-query-pagination_2e94dccaba20ebc8,
.navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027,
.comment-navigation_9dc6338a1af62607 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-numbers_77f555280ad06de8,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-numbers_77f555280ad06de8,
  .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-numbers_77f555280ad06de8 {
    width: inherit; }
  .wp-block-query-pagination_2e94dccaba20ebc8 .nav-links_0bb4f32ade9697c2,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-links_0bb4f32ade9697c2,
  .comment-navigation_9dc6338a1af62607 .nav-links_0bb4f32ade9697c2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-previous_4680b4ad98f445f6,
  .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-next_95918c342704e458,
  .wp-block-query-pagination_2e94dccaba20ebc8 .nav-next_10e086a949bb8923 a,
  .wp-block-query-pagination_2e94dccaba20ebc8 .nav-previous_5921b11ed2a2c6d1 a,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-previous_4680b4ad98f445f6,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-next_95918c342704e458,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-next_10e086a949bb8923 a,
  .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-previous_5921b11ed2a2c6d1 a,
  .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-previous_4680b4ad98f445f6,
  .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-next_95918c342704e458,
  .comment-navigation_9dc6338a1af62607 .nav-next_10e086a949bb8923 a,
  .comment-navigation_9dc6338a1af62607 .nav-previous_5921b11ed2a2c6d1 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_2e94dccaba20ebc8 .wp-block-query-pagination-previous_4680b4ad98f445f6,
      .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-next_95918c342704e458,
      .wp-block-query-pagination_2e94dccaba20ebc8 .nav-next_10e086a949bb8923 a,
      .wp-block-query-pagination_2e94dccaba20ebc8 .nav-previous_5921b11ed2a2c6d1 a,
      .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-previous_4680b4ad98f445f6,
      .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-next_95918c342704e458,
      .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-next_10e086a949bb8923 a,
      .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-previous_5921b11ed2a2c6d1 a,
      .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-previous_4680b4ad98f445f6,
      .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-next_95918c342704e458,
      .comment-navigation_9dc6338a1af62607 .nav-next_10e086a949bb8923 a,
      .comment-navigation_9dc6338a1af62607 .nav-previous_5921b11ed2a2c6d1 a {
        height: 40px; } }
    .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-previous_4680b4ad98f445f6:hover,
    .wp-block-query-pagination_2e94dccaba20ebc8 .wp-block-query-pagination-next_95918c342704e458:hover,
    .wp-block-query-pagination_2e94dccaba20ebc8 .nav-next_10e086a949bb8923 a:hover,
    .wp-block-query-pagination_2e94dccaba20ebc8 .nav-previous_5921b11ed2a2c6d1 a:hover,
    .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-previous_4680b4ad98f445f6:hover,
    .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .wp-block-query-pagination-next_95918c342704e458:hover,
    .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-next_10e086a949bb8923 a:hover,
    .navigation_59e0f9b5b6ed7f88.posts-navigation_0b88c139f2dd0027 .nav-previous_5921b11ed2a2c6d1 a:hover,
    .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-previous_4680b4ad98f445f6:hover,
    .comment-navigation_9dc6338a1af62607 .wp-block-query-pagination-next_95918c342704e458:hover,
    .comment-navigation_9dc6338a1af62607 .nav-next_10e086a949bb8923 a:hover,
    .comment-navigation_9dc6338a1af62607 .nav-previous_5921b11ed2a2c6d1 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_fb1112a303d3dd65,
.page-links_0ebff5aee89dd6b8,
.wp-block-query-pagination-numbers_77f555280ad06de8 {
  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_fb1112a303d3dd65 ul,
  .page-links_0ebff5aee89dd6b8 ul,
  .wp-block-query-pagination-numbers_77f555280ad06de8 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_fb1112a303d3dd65 ul li,
    .page-links_0ebff5aee89dd6b8 ul li,
    .wp-block-query-pagination-numbers_77f555280ad06de8 ul li {
      padding-top: 0; }
    .te-basic-pagination_fb1112a303d3dd65 ul .prev span,
    .te-basic-pagination_fb1112a303d3dd65 ul .next span,
    .page-links_0ebff5aee89dd6b8 ul .prev span,
    .page-links_0ebff5aee89dd6b8 ul .next span,
    .wp-block-query-pagination-numbers_77f555280ad06de8 ul .prev span,
    .wp-block-query-pagination-numbers_77f555280ad06de8 ul .next span {
      display: none; }
  .te-basic-pagination_fb1112a303d3dd65 .post-page-numbers_e56f199694c9ed6c,
  .page-links_0ebff5aee89dd6b8 .post-page-numbers_e56f199694c9ed6c,
  .wp-block-query-pagination-numbers_77f555280ad06de8 .post-page-numbers_e56f199694c9ed6c {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_fb1112a303d3dd65 .page-numbers_1117a9a9ade900bf,
  .te-basic-pagination_fb1112a303d3dd65 .post-page-numbers_e56f199694c9ed6c,
  .page-links_0ebff5aee89dd6b8 .page-numbers_1117a9a9ade900bf,
  .page-links_0ebff5aee89dd6b8 .post-page-numbers_e56f199694c9ed6c,
  .wp-block-query-pagination-numbers_77f555280ad06de8 .page-numbers_1117a9a9ade900bf,
  .wp-block-query-pagination-numbers_77f555280ad06de8 .post-page-numbers_e56f199694c9ed6c {
    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_fb1112a303d3dd65 .page-numbers_1117a9a9ade900bf,
      .te-basic-pagination_fb1112a303d3dd65 .post-page-numbers_e56f199694c9ed6c,
      .page-links_0ebff5aee89dd6b8 .page-numbers_1117a9a9ade900bf,
      .page-links_0ebff5aee89dd6b8 .post-page-numbers_e56f199694c9ed6c,
      .wp-block-query-pagination-numbers_77f555280ad06de8 .page-numbers_1117a9a9ade900bf,
      .wp-block-query-pagination-numbers_77f555280ad06de8 .post-page-numbers_e56f199694c9ed6c {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_fb1112a303d3dd65 .page-numbers_1117a9a9ade900bf:hover,
    .te-basic-pagination_fb1112a303d3dd65 .post-page-numbers_e56f199694c9ed6c:hover,
    .page-links_0ebff5aee89dd6b8 .page-numbers_1117a9a9ade900bf:hover,
    .page-links_0ebff5aee89dd6b8 .post-page-numbers_e56f199694c9ed6c:hover,
    .wp-block-query-pagination-numbers_77f555280ad06de8 .page-numbers_1117a9a9ade900bf:hover,
    .wp-block-query-pagination-numbers_77f555280ad06de8 .post-page-numbers_e56f199694c9ed6c: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_fb1112a303d3dd65 .page-numbers_1117a9a9ade900bf.current,
    .te-basic-pagination_fb1112a303d3dd65 .post-page-numbers_e56f199694c9ed6c.current,
    .page-links_0ebff5aee89dd6b8 .page-numbers_1117a9a9ade900bf.current,
    .page-links_0ebff5aee89dd6b8 .post-page-numbers_e56f199694c9ed6c.current,
    .wp-block-query-pagination-numbers_77f555280ad06de8 .page-numbers_1117a9a9ade900bf.current,
    .wp-block-query-pagination-numbers_77f555280ad06de8 .post-page-numbers_e56f199694c9ed6c.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_4ce0e5601e70456a {
  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_4ce0e5601e70456a {
      -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_4ce0e5601e70456a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c {
    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_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c {
        -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_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c {
        width: 100%; } }
    .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c::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_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c::after {
          display: none; } }
    .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c:last-child::after {
        display: none; }
    .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .te-post-img_684a4b020e2d9dc3 {
      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_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .te-post-img_684a4b020e2d9dc3 {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .te-post-img_684a4b020e2d9dc3 img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .text {
      width: 100%; }
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_4ce0e5601e70456a .te-post-navigation_5871975ce69c741c .theme-navigation_397e97804cc03b87 {
      width: 100%; }

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

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

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

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

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

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

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

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

/* Widget */
.widget_ce50af672ba301c0,
.sidebar__widget_84e258b02abee520 {
  /* 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_ce50af672ba301c0 ol,
  .widget_ce50af672ba301c0 ul,
  .sidebar__widget_84e258b02abee520 ol,
  .sidebar__widget_84e258b02abee520 ul {
    margin-bottom: 0; }
  .widget_ce50af672ba301c0 .widget-instagram-feed_0ccf93ee791a1c7f,
  .sidebar__widget_84e258b02abee520 .widget-instagram-feed_0ccf93ee791a1c7f {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_ce50af672ba301c0 .widget-instagram-feed_0ccf93ee791a1c7f,
      .sidebar__widget_84e258b02abee520 .widget-instagram-feed_0ccf93ee791a1c7f {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_ce50af672ba301c0 .widget-instagram-feed_0ccf93ee791a1c7f,
      .sidebar__widget_84e258b02abee520 .widget-instagram-feed_0ccf93ee791a1c7f {
        width: 200px; } }
    .widget_ce50af672ba301c0 .widget-instagram-feed_0ccf93ee791a1c7f .single-instagram-feed_83c26f329b3d19d8,
    .sidebar__widget_84e258b02abee520 .widget-instagram-feed_0ccf93ee791a1c7f .single-instagram-feed_83c26f329b3d19d8 {
      width: 96px;
      height: 96px; }
  .widget_ce50af672ba301c0 .wp-block-heading_20f3501f72486fda,
  .widget_ce50af672ba301c0 .widget-title_10f5bd71e8e4f130,
  .widget_ce50af672ba301c0 .wp-block-search__label_89f663c5b9b0fda8,
  .sidebar__widget_84e258b02abee520 .wp-block-heading_20f3501f72486fda,
  .sidebar__widget_84e258b02abee520 .widget-title_10f5bd71e8e4f130,
  .sidebar__widget_84e258b02abee520 .wp-block-search__label_89f663c5b9b0fda8 {
    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_ce50af672ba301c0 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7,
  .sidebar__widget_84e258b02abee520 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7 {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_ce50af672ba301c0 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7 a,
    .sidebar__widget_84e258b02abee520 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7 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_ce50af672ba301c0 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7 a:before,
      .sidebar__widget_84e258b02abee520 .wp-block-social-links_130de429da6bf493 .wp-social-link_c0afb1a27272f5c7 a:before {
        display: none; }
  .widget_ce50af672ba301c0 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .widget_ce50af672ba301c0 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .sidebar__widget_84e258b02abee520 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .sidebar__widget_84e258b02abee520 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca {
    font-weight: 500; }
    .widget_ce50af672ba301c0 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .widget_ce50af672ba301c0 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .widget_ce50af672ba301c0 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .widget_ce50af672ba301c0 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .sidebar__widget_84e258b02abee520 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .sidebar__widget_84e258b02abee520 .has-avatars_8c14e2927567230f.has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .sidebar__widget_84e258b02abee520 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .sidebar__widget_84e258b02abee520 .has-dates_6b420d6bda16bc56.has-excerpts_e0743ceab972dab6.wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70 {
      font-weight: 500; }
  .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968,
  .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li.wp-block-te-latest-comments__comment_c82a366a35d9e968,
  .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li.wp-block-te-latest-comments__comment_c82a366a35d9e968,
  .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li.wp-block-te-latest-comments__comment_c82a366a35d9e968 {
    margin-bottom: 0; }
  .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8,
  .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8,
  .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8,
  .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca,
  .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 {
    line-height: 28px;
    font-weight: 400; }
    .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f,
    .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-meta_d87401c61eaa74ca .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before,
      .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 .wp-block-te-latest-comments__comment-date_a516219d0bec174f:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a,
  .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li a,
  .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a,
  .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li a {
    color: #335371; }
    .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a.wp-block-te-latest-comments__comment-author_ccbf241720e84194, .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a.wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li a.wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li a.wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a.wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a.wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70,
    .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li a.wp-block-te-latest-comments__comment-author_ccbf241720e84194,
    .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li a.wp-block-te-latest-comments__comment-link_ecfea062bfa9bb70 {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a:hover,
    .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li a:hover,
    .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li a:hover,
    .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li a:hover {
      color: #317EFE; }
  .widget_ce50af672ba301c0 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-excerpt_c576b4a749b6fe55 p,
  .widget_ce50af672ba301c0 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-excerpt_c576b4a749b6fe55 p,
  .sidebar__widget_84e258b02abee520 .wp-block-te-latest-comments_537a1a131fb8f5b8 li .wp-block-te-latest-comments__comment-excerpt_c576b4a749b6fe55 p,
  .sidebar__widget_84e258b02abee520 .wp-block-latest-posts_20e44a288860e778 li .wp-block-te-latest-comments__comment-excerpt_c576b4a749b6fe55 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a,
  .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a,
    .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a 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_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a,
        .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a {
          width: 40px;
          height: 40px; } }
      .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a.facebook_bb935d58a4c33658,
      .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a.facebook_bb935d58a4c33658 {
        background-color: #1877f2; }
      .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a.twitter_60d54699878f1848,
      .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a.twitter_60d54699878f1848 {
        background-color: #1da1f2; }
      .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a.linkedin_121cf3d09f9b5c75,
      .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a.linkedin_121cf3d09f9b5c75 {
        background-color: #0a66c2; }
      .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a.instagram_d995a1bf1ec2313e,
      .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a.instagram_d995a1bf1ec2313e {
        background-color: #405de6; }
      .widget_ce50af672ba301c0 .te-social-profile_7d5f846500fe699a a:hover,
      .sidebar__widget_84e258b02abee520 .te-social-profile_7d5f846500fe699a a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_ce50af672ba301c0 select,
  .sidebar__widget_84e258b02abee520 select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-username_3e85ab521fd05af9 label,
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-password_7ebbb1fa7ec58c5f label,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-username_3e85ab521fd05af9 label,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-password_7ebbb1fa7ec58c5f label {
    margin-bottom: 10px; }
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-username_3e85ab521fd05af9 input,
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-password_7ebbb1fa7ec58c5f input,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-username_3e85ab521fd05af9 input,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-password_7ebbb1fa7ec58c5f input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-remember_90df9a25d9577e99 label,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-remember_90df9a25d9577e99 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-submit_a2338d3bc2a36b2d,
  .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-submit_a2338d3bc2a36b2d {
    margin-bottom: 0; }
    .widget_ce50af672ba301c0 .has-login-form_5803eb1c7143e221 .login-submit_a2338d3bc2a36b2d input.button-primary_6dd3da2aadff899a,
    .sidebar__widget_84e258b02abee520 .has-login-form_5803eb1c7143e221 .login-submit_a2338d3bc2a36b2d input.button-primary_6dd3da2aadff899a {
      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_ce50af672ba301c0 .search-form_724b8ebd26df126f,
  .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f button,
    .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_ce50af672ba301c0.widget_search_a73094bf1955f84d .sidebar__search_0278d13588b6b0a3,
  .sidebar__widget_84e258b02abee520.widget_search_a73094bf1955f84d .sidebar__search_0278d13588b6b0a3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_ce50af672ba301c0.widget_search_a73094bf1955f84d .sidebar__search_0278d13588b6b0a3 button,
    .sidebar__widget_84e258b02abee520.widget_search_a73094bf1955f84d .sidebar__search_0278d13588b6b0a3 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_ce50af672ba301c0 .wp-block-search__no-button_709d5dac19cb574a.wp-block-search_8ce177f6be6d011a input,
  .sidebar__widget_84e258b02abee520 .wp-block-search__no-button_709d5dac19cb574a.wp-block-search_8ce177f6be6d011a input {
    border-radius: 10px; }
  .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a,
  .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a {
    margin-bottom: -2px; }
  .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a,
  .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f,
  .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3,
  .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a,
  .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f,
  .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a .wp-block-search__inside-wrapper_36fe22af309a316f,
    .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f .wp-block-search__inside-wrapper_36fe22af309a316f,
    .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3 .wp-block-search__inside-wrapper_36fe22af309a316f,
    .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a .wp-block-search__inside-wrapper_36fe22af309a316f,
    .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f .wp-block-search__inside-wrapper_36fe22af309a316f,
    .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 .wp-block-search__inside-wrapper_36fe22af309a316f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a label,
    .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f label,
    .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3 label,
    .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a label,
    .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f label,
    .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a input,
    .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f input,
    .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3 input,
    .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a input,
    .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f input,
    .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 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_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a button,
    .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f button,
    .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3 button,
    .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a button,
    .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f button,
    .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 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_ce50af672ba301c0 .tagcloud_aca47710650b1d31,
  .widget_ce50af672ba301c0 .wp-block-tag-cloud_9251855bb5830582,
  .sidebar__widget_84e258b02abee520 .tagcloud_aca47710650b1d31,
  .sidebar__widget_84e258b02abee520 .wp-block-tag-cloud_9251855bb5830582 {
    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_ce50af672ba301c0 .tagcloud_aca47710650b1d31 a,
    .widget_ce50af672ba301c0 .wp-block-tag-cloud_9251855bb5830582 a,
    .sidebar__widget_84e258b02abee520 .tagcloud_aca47710650b1d31 a,
    .sidebar__widget_84e258b02abee520 .wp-block-tag-cloud_9251855bb5830582 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_ce50af672ba301c0 .tagcloud_aca47710650b1d31 a:hover,
      .widget_ce50af672ba301c0 .wp-block-tag-cloud_9251855bb5830582 a:hover,
      .sidebar__widget_84e258b02abee520 .tagcloud_aca47710650b1d31 a:hover,
      .sidebar__widget_84e258b02abee520 .wp-block-tag-cloud_9251855bb5830582 a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_ce50af672ba301c0 ul,
  .widget_ce50af672ba301c0 ol,
  .sidebar__widget_84e258b02abee520 ul,
  .sidebar__widget_84e258b02abee520 ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_ce50af672ba301c0 ul li,
    .widget_ce50af672ba301c0 ol li,
    .sidebar__widget_84e258b02abee520 ul li,
    .sidebar__widget_84e258b02abee520 ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_ce50af672ba301c0 ul li:first-child,
      .widget_ce50af672ba301c0 ol li:first-child,
      .sidebar__widget_84e258b02abee520 ul li:first-child,
      .sidebar__widget_84e258b02abee520 ol li:first-child {
        border-top: 0; }
      .widget_ce50af672ba301c0 ul li:last-child,
      .widget_ce50af672ba301c0 ol li:last-child,
      .sidebar__widget_84e258b02abee520 ul li:last-child,
      .sidebar__widget_84e258b02abee520 ol li:last-child {
        margin-bottom: 0; }
      .widget_ce50af672ba301c0 ul li.recentcomments_78c64e95db785439 .comment-author-link_657e150ee18496b8 a:before, .widget_ce50af672ba301c0 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 .comment-author-link_657e150ee18496b8 a:before,
      .widget_ce50af672ba301c0 ol li.recentcomments_78c64e95db785439 .comment-author-link_657e150ee18496b8 a:before,
      .widget_ce50af672ba301c0 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 .comment-author-link_657e150ee18496b8 a:before,
      .sidebar__widget_84e258b02abee520 ul li.recentcomments_78c64e95db785439 .comment-author-link_657e150ee18496b8 a:before,
      .sidebar__widget_84e258b02abee520 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 .comment-author-link_657e150ee18496b8 a:before,
      .sidebar__widget_84e258b02abee520 ol li.recentcomments_78c64e95db785439 .comment-author-link_657e150ee18496b8 a:before,
      .sidebar__widget_84e258b02abee520 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 .comment-author-link_657e150ee18496b8 a:before {
        display: none; }
      .widget_ce50af672ba301c0 ul li.recentcomments_78c64e95db785439 a, .widget_ce50af672ba301c0 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 a,
      .widget_ce50af672ba301c0 ol li.recentcomments_78c64e95db785439 a,
      .widget_ce50af672ba301c0 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 a,
      .sidebar__widget_84e258b02abee520 ul li.recentcomments_78c64e95db785439 a,
      .sidebar__widget_84e258b02abee520 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 a,
      .sidebar__widget_84e258b02abee520 ol li.recentcomments_78c64e95db785439 a,
      .sidebar__widget_84e258b02abee520 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 a {
        padding-left: 0;
        display: inline; }
        .widget_ce50af672ba301c0 ul li.recentcomments_78c64e95db785439 a:before, .widget_ce50af672ba301c0 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 a:before,
        .widget_ce50af672ba301c0 ol li.recentcomments_78c64e95db785439 a:before,
        .widget_ce50af672ba301c0 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 a:before,
        .sidebar__widget_84e258b02abee520 ul li.recentcomments_78c64e95db785439 a:before,
        .sidebar__widget_84e258b02abee520 ul li.wp-block-latest-comments__comment_07030fa8cbe92c27 a:before,
        .sidebar__widget_84e258b02abee520 ol li.recentcomments_78c64e95db785439 a:before,
        .sidebar__widget_84e258b02abee520 ol li.wp-block-latest-comments__comment_07030fa8cbe92c27 a:before {
          display: none; }
      .widget_ce50af672ba301c0 ul li a,
      .widget_ce50af672ba301c0 ol li a,
      .sidebar__widget_84e258b02abee520 ul li a,
      .sidebar__widget_84e258b02abee520 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_ce50af672ba301c0 ul li a::before,
        .widget_ce50af672ba301c0 ol li a::before,
        .sidebar__widget_84e258b02abee520 ul li a::before,
        .sidebar__widget_84e258b02abee520 ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_ce50af672ba301c0 ul li a:hover,
        .widget_ce50af672ba301c0 ol li a:hover,
        .sidebar__widget_84e258b02abee520 ul li a:hover,
        .sidebar__widget_84e258b02abee520 ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_ce50af672ba301c0 ul li a.rsswidget_c62378fc6788572c, .widget_ce50af672ba301c0 ul li a.wp-block-latest-posts__post-title_6ba22e618a49a350,
        .widget_ce50af672ba301c0 ol li a.rsswidget_c62378fc6788572c,
        .widget_ce50af672ba301c0 ol li a.wp-block-latest-posts__post-title_6ba22e618a49a350,
        .sidebar__widget_84e258b02abee520 ul li a.rsswidget_c62378fc6788572c,
        .sidebar__widget_84e258b02abee520 ul li a.wp-block-latest-posts__post-title_6ba22e618a49a350,
        .sidebar__widget_84e258b02abee520 ol li a.rsswidget_c62378fc6788572c,
        .sidebar__widget_84e258b02abee520 ol li a.wp-block-latest-posts__post-title_6ba22e618a49a350 {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_ce50af672ba301c0 ul li a.rsswidget_c62378fc6788572c:before, .widget_ce50af672ba301c0 ul li a.wp-block-latest-posts__post-title_6ba22e618a49a350:before,
          .widget_ce50af672ba301c0 ol li a.rsswidget_c62378fc6788572c:before,
          .widget_ce50af672ba301c0 ol li a.wp-block-latest-posts__post-title_6ba22e618a49a350:before,
          .sidebar__widget_84e258b02abee520 ul li a.rsswidget_c62378fc6788572c:before,
          .sidebar__widget_84e258b02abee520 ul li a.wp-block-latest-posts__post-title_6ba22e618a49a350:before,
          .sidebar__widget_84e258b02abee520 ol li a.rsswidget_c62378fc6788572c:before,
          .sidebar__widget_84e258b02abee520 ol li a.wp-block-latest-posts__post-title_6ba22e618a49a350:before {
            display: none; }
      .widget_ce50af672ba301c0 ul li ul,
      .widget_ce50af672ba301c0 ol li ul,
      .sidebar__widget_84e258b02abee520 ul li ul,
      .sidebar__widget_84e258b02abee520 ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_ce50af672ba301c0 ul.wp-tag-cloud_aea311c34d41f24c li,
    .widget_ce50af672ba301c0 ol.wp-tag-cloud_aea311c34d41f24c li,
    .sidebar__widget_84e258b02abee520 ul.wp-tag-cloud_aea311c34d41f24c li,
    .sidebar__widget_84e258b02abee520 ol.wp-tag-cloud_aea311c34d41f24c li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_ce50af672ba301c0 ul.wp-tag-cloud_aea311c34d41f24c li a:before,
      .widget_ce50af672ba301c0 ol.wp-tag-cloud_aea311c34d41f24c li a:before,
      .sidebar__widget_84e258b02abee520 ul.wp-tag-cloud_aea311c34d41f24c li a:before,
      .sidebar__widget_84e258b02abee520 ol.wp-tag-cloud_aea311c34d41f24c li a:before {
        display: none; }
  .widget_ce50af672ba301c0.te_widget_categories_afa993070a408f90 li, .widget_ce50af672ba301c0.widget_archive_06e11507295fd660 li,
  .widget_ce50af672ba301c0 .wp-block-categories-list_a1ef6224d1deeb7c li,
  .widget_ce50af672ba301c0 .wp-block-archives-list_6c6f88843e995fef li,
  .sidebar__widget_84e258b02abee520.te_widget_categories_afa993070a408f90 li,
  .sidebar__widget_84e258b02abee520.widget_archive_06e11507295fd660 li,
  .sidebar__widget_84e258b02abee520 .wp-block-categories-list_a1ef6224d1deeb7c li,
  .sidebar__widget_84e258b02abee520 .wp-block-archives-list_6c6f88843e995fef 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_ce50af672ba301c0.te_widget_categories_afa993070a408f90 li.cat-item_b9952c0713ec4336, .widget_ce50af672ba301c0.widget_archive_06e11507295fd660 li.cat-item_b9952c0713ec4336,
    .widget_ce50af672ba301c0 .wp-block-categories-list_a1ef6224d1deeb7c li.cat-item_b9952c0713ec4336,
    .widget_ce50af672ba301c0 .wp-block-archives-list_6c6f88843e995fef li.cat-item_b9952c0713ec4336,
    .sidebar__widget_84e258b02abee520.te_widget_categories_afa993070a408f90 li.cat-item_b9952c0713ec4336,
    .sidebar__widget_84e258b02abee520.widget_archive_06e11507295fd660 li.cat-item_b9952c0713ec4336,
    .sidebar__widget_84e258b02abee520 .wp-block-categories-list_a1ef6224d1deeb7c li.cat-item_b9952c0713ec4336,
    .sidebar__widget_84e258b02abee520 .wp-block-archives-list_6c6f88843e995fef li.cat-item_b9952c0713ec4336 {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_ce50af672ba301c0.te_widget_categories_afa993070a408f90 li a, .widget_ce50af672ba301c0.widget_archive_06e11507295fd660 li a,
    .widget_ce50af672ba301c0 .wp-block-categories-list_a1ef6224d1deeb7c li a,
    .widget_ce50af672ba301c0 .wp-block-archives-list_6c6f88843e995fef li a,
    .sidebar__widget_84e258b02abee520.te_widget_categories_afa993070a408f90 li a,
    .sidebar__widget_84e258b02abee520.widget_archive_06e11507295fd660 li a,
    .sidebar__widget_84e258b02abee520 .wp-block-categories-list_a1ef6224d1deeb7c li a,
    .sidebar__widget_84e258b02abee520 .wp-block-archives-list_6c6f88843e995fef li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_4c0f904dd5502d78 {
  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_4c0f904dd5502d78 .about-desc_41ea41a38a5d6b74 {
    text-align: left; }
    .widget-about-info_4c0f904dd5502d78 .about-desc_41ea41a38a5d6b74 .about-title_fc389ef5d95faac5 {
      font-size: 20px; }
  .widget-about-info_4c0f904dd5502d78 .about-image_4b5f62db71c5df91 {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_4c0f904dd5502d78 .te-social-profile_7d5f846500fe699a {
    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_4c0f904dd5502d78 .te-social-profile_7d5f846500fe699a 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_4c0f904dd5502d78 .te-social-profile_7d5f846500fe699a 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_6b420d6bda16bc56.has-author_d8bc26896acc02b0.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__te-post-title_eeb98d0054e641b8 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_77d4ff3f8e3715b3 .wp-block-heading_20f3501f72486fda:before,
.widget_rss_77d4ff3f8e3715b3 .widget-title_10f5bd71e8e4f130:before {
  display: none; }
.widget_rss_77d4ff3f8e3715b3 .rss-widget-icon_825d27b3878a9797 {
  margin-right: 6px; }
.widget_rss_77d4ff3f8e3715b3 ul li a.rsswidget_c62378fc6788572c {
  color: #14203A; }
  .widget_rss_77d4ff3f8e3715b3 ul li a.rsswidget_c62378fc6788572c:hover {
    color: #317EFE; }

.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-title_38e20c7f4c12819e,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-title_38e20c7f4c12819e,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-title_38e20c7f4c12819e {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-title_38e20c7f4c12819e a:before,
  .wp-block-rss_e362266da355dfb7 .wp-block-rss__item-title_38e20c7f4c12819e a:before,
  .widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-title_38e20c7f4c12819e a:before {
    display: none; }
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-publish-date_392deb1cf907e1f1,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-publish-date_392deb1cf907e1f1,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-publish-date_392deb1cf907e1f1 {
  margin-right: 10px; }
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-publish-date_392deb1cf907e1f1,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-author_29fa7841b5539a50,
.wp-block-latest-posts_20e44a288860e778 .rss-date_321a5ecaaa210afc,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-publish-date_392deb1cf907e1f1,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-author_29fa7841b5539a50,
.wp-block-rss_e362266da355dfb7 .rss-date_321a5ecaaa210afc,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__post-author_3d2347f67da0856f,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-publish-date_392deb1cf907e1f1,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-author_29fa7841b5539a50,
.widget_rss_77d4ff3f8e3715b3 .rss-date_321a5ecaaa210afc {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d:before,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-publish-date_392deb1cf907e1f1:before,
.wp-block-latest-posts_20e44a288860e778 .rss-date_321a5ecaaa210afc:before,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d:before,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-publish-date_392deb1cf907e1f1:before,
.wp-block-rss_e362266da355dfb7 .rss-date_321a5ecaaa210afc:before,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__te-post-date_7aade27cdebdff8d:before,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-publish-date_392deb1cf907e1f1:before,
.widget_rss_77d4ff3f8e3715b3 .rss-date_321a5ecaaa210afc:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__post-author_3d2347f67da0856f:before,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-author_29fa7841b5539a50:before,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__post-author_3d2347f67da0856f:before,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-author_29fa7841b5539a50:before,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__post-author_3d2347f67da0856f:before,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-author_29fa7841b5539a50:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_20e44a288860e778 .wp-block-latest-posts__post-excerpt_1501d400c386d323,
.wp-block-latest-posts_20e44a288860e778 .wp-block-rss__item-excerpt_6e54093d4e11b9a0,
.wp-block-latest-posts_20e44a288860e778 .rssSummary_9aa7b3ccfa0cc133,
.wp-block-rss_e362266da355dfb7 .wp-block-latest-posts__post-excerpt_1501d400c386d323,
.wp-block-rss_e362266da355dfb7 .wp-block-rss__item-excerpt_6e54093d4e11b9a0,
.wp-block-rss_e362266da355dfb7 .rssSummary_9aa7b3ccfa0cc133,
.widget_rss_77d4ff3f8e3715b3 .wp-block-latest-posts__post-excerpt_1501d400c386d323,
.widget_rss_77d4ff3f8e3715b3 .wp-block-rss__item-excerpt_6e54093d4e11b9a0,
.widget_rss_77d4ff3f8e3715b3 .rssSummary_9aa7b3ccfa0cc133 {
  margin-top: 10px;
  margin-bottom: 0; }

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

.te-post-item_af633c8e507dfae3 .te-single-post-meta_2f1a332c1e4c31d1 {
  gap: 32px; }

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

.te-comment-title_b83c207d9c2bdbc2 h2,
.te-comment-title_b83c207d9c2bdbc2 .wp-block-comments-title_f5ee356b3b746cb2,
.wp-block-comments_106abca75faa08fe h2,
.wp-block-comments_106abca75faa08fe .wp-block-comments-title_f5ee356b3b746cb2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 {
  padding-left: 0; }
  .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 .wp-block-te-comment-reply_c3402aafe258c184 {
    margin-top: 15px; }
  .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-column_d645e847821292f2:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-avatar_790d2c6a799b711c {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-avatar_790d2c6a799b711c img {
        width: 100%; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-comment-author-name_ab6c9011a3fb3f05 a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-comment-edit-link_fdfbaf05779e2915 a {
      color: #317EFE; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-comment-date_3e11f6d06f763f85 a,
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-comment-edit-link_fdfbaf05779e2915 a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-te-comment-reply_c3402aafe258c184 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_106abca75faa08fe .wp-block-comment-template_4c4208cdd15c73b5 li .wp-block-columns_0b23733304db794e .wp-block-te-comment-reply_c3402aafe258c184 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_8f093fd92c2b0ad5 .te-comment-respond_1228bbf236b7e114,
.te-latest-comments_8f093fd92c2b0ad5 .comment-respond_a3e9925357567c23 {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_8f093fd92c2b0ad5 li .children .te-comments-item_b7ec2b0eecb8e6f3 {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_8f093fd92c2b0ad5 li .children .te-comments-item_b7ec2b0eecb8e6f3 {
      margin-left: 0; } }
.te-latest-comments_8f093fd92c2b0ad5 li .children .children .te-comments-item_b7ec2b0eecb8e6f3 {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 {
      padding: 30px; } }
  .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-avatar_e3e1e1c1d50ff7d4 {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-avatar_e3e1e1c1d50ff7d4 {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-avatar_e3e1e1c1d50ff7d4 img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 {
    overflow: hidden; }
    .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-avatar-name_b6cf17737ee01eb4 {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-avatar-name_b6cf17737ee01eb4 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_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-avatar-name_b6cf17737ee01eb4 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_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-avatar-name_b6cf17737ee01eb4 span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-comment-reply_ce2f7b497bd3ce82 {
      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_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-comment-reply_ce2f7b497bd3ce82 {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_8f093fd92c2b0ad5 li .te-comments-item_b7ec2b0eecb8e6f3 .te-comments-text_596b51d54baa0098 .te-comment-reply_ce2f7b497bd3ce82:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

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

ul.children {
  list-style: none; }

.te-post-comments-form_6e224e32b8788e08 .te-contacts-message_d6bf5eff5c1f7db3 {
  margin-top: 10px; }

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

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

.te-comment-respond_1228bbf236b7e114,
.comment-respond_a3e9925357567c23 {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_1228bbf236b7e114 .comment-form-cookies-consent_7a76867515ae4b6c,
  .comment-respond_a3e9925357567c23 .comment-form-cookies-consent_7a76867515ae4b6c {
    display: none; }
  .te-comment-respond_1228bbf236b7e114 .comment-notes_7ace4d56015bd0e5,
  .comment-respond_a3e9925357567c23 .comment-notes_7ace4d56015bd0e5 {
    margin-bottom: 30px; }
  .te-comment-respond_1228bbf236b7e114 p,
  .comment-respond_a3e9925357567c23 p {
    margin: 0; }
  .te-comment-respond_1228bbf236b7e114 .te-contacts-email_8b2cf22326cca1d5,
  .te-comment-respond_1228bbf236b7e114 .te-contacts-name_8080c2e67cfbf803,
  .te-comment-respond_1228bbf236b7e114 .single-input-field_bf5b0639d521216f,
  .comment-respond_a3e9925357567c23 .te-contacts-email_8b2cf22326cca1d5,
  .comment-respond_a3e9925357567c23 .te-contacts-name_8080c2e67cfbf803,
  .comment-respond_a3e9925357567c23 .single-input-field_bf5b0639d521216f {
    margin-bottom: 20px; }
  .te-comment-respond_1228bbf236b7e114 label,
  .comment-respond_a3e9925357567c23 label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_1228bbf236b7e114 .checkbox-field-wrapper_12111d15509286b5,
  .comment-respond_a3e9925357567c23 .checkbox-field-wrapper_12111d15509286b5 {
    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_1228bbf236b7e114 .checkbox-field-wrapper_12111d15509286b5 p,
    .comment-respond_a3e9925357567c23 .checkbox-field-wrapper_12111d15509286b5 p {
      margin: 0; }
    .te-comment-respond_1228bbf236b7e114 .checkbox-field-wrapper_12111d15509286b5 .single-checkbox-field_29166c94e44adb73,
    .comment-respond_a3e9925357567c23 .checkbox-field-wrapper_12111d15509286b5 .single-checkbox-field_29166c94e44adb73 {
      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_1228bbf236b7e114 .te-comment-form-cookies-consent_7854f46d44da624b,
  .comment-respond_a3e9925357567c23 .te-comment-form-cookies-consent_7854f46d44da624b {
    display: none; }
  .te-comment-respond_1228bbf236b7e114 input[type="number"],
  .comment-respond_a3e9925357567c23 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_1228bbf236b7e114 input,
  .te-comment-respond_1228bbf236b7e114 select,
  .comment-respond_a3e9925357567c23 input,
  .comment-respond_a3e9925357567c23 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_1228bbf236b7e114 *::-webkit-input-placeholder,
  .comment-respond_a3e9925357567c23 *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_1228bbf236b7e114 *:-ms-input-placeholder,
  .comment-respond_a3e9925357567c23 *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_1228bbf236b7e114 *::-ms-input-placeholder,
  .comment-respond_a3e9925357567c23 *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_1228bbf236b7e114 *::placeholder,
  .comment-respond_a3e9925357567c23 *::placeholder {
    color: #778196; }
  .te-comment-respond_1228bbf236b7e114 textarea,
  .comment-respond_a3e9925357567c23 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_1228bbf236b7e114 input:focus,
  .te-comment-respond_1228bbf236b7e114 textarea:focus,
  .te-comment-respond_1228bbf236b7e114 .form-select_4dc72e69448a17b3:focus,
  .comment-respond_a3e9925357567c23 input:focus,
  .comment-respond_a3e9925357567c23 textarea:focus,
  .comment-respond_a3e9925357567c23 .form-select_4dc72e69448a17b3: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_f681cbbd470fbd97 {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_f681cbbd470fbd97:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_f681cbbd470fbd97: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_f681cbbd470fbd97:hover .te-content-wrapper_eddfff7ff4f83a18 {
    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_f681cbbd470fbd97 .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_f681cbbd470fbd97 .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_f681cbbd470fbd97 .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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 {
    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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .content .desc_89118597c1073d1f {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 {
      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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 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_f681cbbd470fbd97 .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b:hover .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b:hover .te-content-wrapper_eddfff7ff4f83a18 .content .title,
    .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b:hover .te-content-wrapper_eddfff7ff4f83a18 .content .desc_89118597c1073d1f {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .image {
    border-radius: 20px; }
  .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .content .desc_89118597c1073d1f {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_f681cbbd470fbd97.style-2_8aa69f48765e525b .te-content-wrapper_eddfff7ff4f83a18 .social_56529130e3ce1108 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_dbbd6c848996d023 {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_dbbd6c848996d023 {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_dbbd6c848996d023 .slick-list_d67cbec2855dec9e {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_dbbd6c848996d023 .slick-list_d67cbec2855dec9e {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_dbbd6c848996d023 .slick-list_d67cbec2855dec9e .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_dbbd6c848996d023 .slick-dots_a3a68e704528b3aa {
    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_dbbd6c848996d023 .slick-dots_a3a68e704528b3aa 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_dbbd6c848996d023 .slick-dots_a3a68e704528b3aa 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_dbbd6c848996d023 .slick-dots_a3a68e704528b3aa 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_dbbd6c848996d023 .slick-dots_a3a68e704528b3aa li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_dbbd6c848996d023 .slick-arrow_ce5ff113bea63f37 {
    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_5e5b45e16f1ddc85 {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_5e5b45e16f1ddc85:hover .image .te-content-wrapper_eddfff7ff4f83a18 {
    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_5e5b45e16f1ddc85:hover .image .te-content-wrapper_eddfff7ff4f83a18 .content .content-inner_1006814920bb5175 {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_5e5b45e16f1ddc85:hover .image .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_5e5b45e16f1ddc85:hover .image .te-content-wrapper_eddfff7ff4f83a18 .content .content-inner_1006814920bb5175 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_5e5b45e16f1ddc85: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_5e5b45e16f1ddc85 .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_5e5b45e16f1ddc85 .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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 {
    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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .content-inner_1006814920bb5175 {
        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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .sub-title_c6631f1bfacef4a3 {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc {
        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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc 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_5e5b45e16f1ddc85 .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

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

.te-portfolio-card_5e5b45e16f1ddc85.style-3_8a12ffd3d9520b38:hover .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc {
  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_5e5b45e16f1ddc85.style-3_8a12ffd3d9520b38 .te-content-wrapper_eddfff7ff4f83a18 {
  padding: 0; }
  .te-portfolio-card_5e5b45e16f1ddc85.style-3_8a12ffd3d9520b38 .te-content-wrapper_eddfff7ff4f83a18 .content .content-inner_1006814920bb5175 {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_5e5b45e16f1ddc85.style-3_8a12ffd3d9520b38 .te-content-wrapper_eddfff7ff4f83a18 .content .btn-wrapper_4b0cbe194ae5c8fc {
    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_253d474fae10770f.style-1_71873356e7f2cb5c {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_253d474fae10770f.style-1_71873356e7f2cb5c {
      margin-top: 0;
      padding-top: 100px; } }

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

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

.testimonial-slider-area_d79d826680f2f2fb.style-1_71873356e7f2cb5c {
  padding-bottom: 5px; }

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

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

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

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

.team-slider-area_890087bd8e93e955.style-1_71873356e7f2cb5c {
  overflow: hidden; }

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

.about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-image-card_fec4599fe03b91b5 {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-image-card_fec4599fe03b91b5 .te-main-img-wrapper_7f2f80cc8549e6f1 .te-main-img-inner_15a0b055a6fa703b {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-image-card_fec4599fe03b91b5 .te-company-foundation_481a6d4b6278e9b9 {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-info-card_e69cae16498a9003 {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-info-card_e69cae16498a9003 {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_0622e9649c223eea.style-2_8aa69f48765e525b .te-about-info-card_e69cae16498a9003 {
      padding-left: 80px; } }

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

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

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

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

.faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .accordion-wrapper_54d445893ad85c03 {
      padding-right: 60px; } }
  .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 {
        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_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 {
        right: 0; } }
    .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 {
      position: relative; }
      .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .te-main-img-inner_15a0b055a6fa703b {
        -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_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .te-image-shape_9c3e7c0a895de803 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .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_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .content .number_40e0918d9106824d {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .top-content_646eba423d7c516b {
        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_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .top-content_646eba423d7c516b {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .bottom-content_426802af6c900571 {
        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_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .bottom-content_426802af6c900571 {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .bottom-content_426802af6c900571 .bottom-content-inner_026186febb32cf57 {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .bottom-content_426802af6c900571 .bottom-content-inner_026186febb32cf57 .title,
          .faq-area_f3aad1b396a0f405.style-1_71873356e7f2cb5c .te-faq-image_d374b356bf205486 .te-image-wrapper_bb2c89e9d7b94e33 .bottom-content_426802af6c900571 .bottom-content-inner_026186febb32cf57 .number_40e0918d9106824d {
            color: #14203A; }

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

.testimonial-slider-area_d79d826680f2f2fb {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_d79d826680f2f2fb.style-2_8aa69f48765e525b .slick-list_d67cbec2855dec9e {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_d79d826680f2f2fb.style-2_8aa69f48765e525b .slick-list_d67cbec2855dec9e .te-slick-item_6e51de0fb8203f89 {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .icon_975b97e78b536d33 {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .te-counter-title_3ec2482de0c6c788 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .te-counter-title_3ec2482de0c6c788 .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .title {
    color: #ffffff; }
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .number_40e0918d9106824d {
    color: #E7F914; }
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .number_40e0918d9106824d,
  .counter-up-area_6e0298bbaacad887.style-2_8aa69f48765e525b .te-counter-card_9f8cfccd33b9f43c .te-counter-item_9c5203d1aca03ccb .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

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

.subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-image-bg-collumn_7ec6f1472dd85f2e {
      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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-subscribe-form-wrapper_511c437113cb350a {
      padding: 0; }
    .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
      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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
          -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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
          -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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
          gap: 60px; } }
      .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 .te-subscribe-title_e0b2154f8ad662f7 {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 .te-content-inner_bba20db1a05760d5 {
        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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 .te-content-inner_bba20db1a05760d5 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 .te-content-inner_bba20db1a05760d5 .icon_975b97e78b536d33 {
          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_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .te-subscribe-form-widget_6d984351676c2201 {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .mc4wp-form-fields_043a2328b12c8a94 {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_a297c9497cedd488.style-2_8aa69f48765e525b .te-subscribe-inner-area_22febb0c7f74e3ce .mc4wp-form-fields_043a2328b12c8a94 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_d79d826680f2f2fb.style-3_8a12ffd3d9520b38 {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_d79d826680f2f2fb.style-3_8a12ffd3d9520b38 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_d79d826680f2f2fb.style-3_8a12ffd3d9520b38 {
      padding: 100px 0; } }
  .testimonial-slider-area_d79d826680f2f2fb.style-3_8a12ffd3d9520b38 .slick-list_d67cbec2855dec9e .slick-slide.slick-current_dac745a2006d77bd .te-testimonial-card_194470c41d1aa18c.style-3_8a12ffd3d9520b38 .te-content-wrapper_eddfff7ff4f83a18 .te-user-meta_a3c71a23815ef768 .icon_975b97e78b536d33 {
    color: #317EFE; }

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

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

.te-contact-info_13bdc4295b599627 {
  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_13bdc4295b599627 .te-icon-card_fa07adfdcdd1ada8 {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

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

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

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

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

.service-details_d2d50c317b070e92 {
  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_d2d50c317b070e92 .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_d2d50c317b070e92 .content .te-title-wrapper_743e5211cc66ee20 {
    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_d2d50c317b070e92 .content .te-title-wrapper_743e5211cc66ee20 .title-inner_b04ab1f7da25e51c {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_d2d50c317b070e92 .content .te-title-wrapper_743e5211cc66ee20 .title-inner_b04ab1f7da25e51c .icon_975b97e78b536d33 {
        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_d2d50c317b070e92 .content .te-title-wrapper_743e5211cc66ee20 .title-inner_b04ab1f7da25e51c .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_e436adc08ba5c3ac {
  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_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d .icon_975b97e78b536d33 {
      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_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d 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_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d 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_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d 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_e436adc08ba5c3ac .list-wrapper_5bd1a4038b4d824d 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_8f6f4b9753a86ab2 {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_8f6f4b9753a86ab2 .te-team-card_f681cbbd470fbd97 {
    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_a83efbd2f96a420b {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_a83efbd2f96a420b {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_a83efbd2f96a420b {
      padding-top: 100px;
      padding-bottom: 76px; } }

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

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

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

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

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

.footer_5c332bd043d4519b {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_5c332bd043d4519b .te-subscribe-form-widget_6d984351676c2201 .submit-btn_7d220865d50c887b span {
    display: none; }
  .footer_5c332bd043d4519b.style-1_71873356e7f2cb5c {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_5c332bd043d4519b.style-1_71873356e7f2cb5c .te-footer-sec_f5b63c7f2902db65 {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_5c332bd043d4519b.style-1_71873356e7f2cb5c .te-footer-sec_f5b63c7f2902db65 .te-footer-widget_ed4c8925bba6eff1 .te-subscribe-form-widget_6d984351676c2201 .mc4wp-form-fields_043a2328b12c8a94 {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_5c332bd043d4519b.style-1_71873356e7f2cb5c .te-footer-widget_ed4c8925bba6eff1 .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 input {
      color: #131A2A; }
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .wp-block-heading_20f3501f72486fda,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .widget-title_10f5bd71e8e4f130,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .wp-block-search__label_89f663c5b9b0fda8,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .wp-block-heading_20f3501f72486fda,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .widget-title_10f5bd71e8e4f130,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .wp-block-search__label_89f663c5b9b0fda8,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 ul li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 ol li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 ul li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 ol li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 ul li,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-calendar-table_d5eec37aecc49bb2,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-calendar_db70cdd9e2d88225 caption,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b nav.wp-calendar-nav_a130a733feb8e4b2 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-latest-comments__comment-excerpt_b25360f3c4737747,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-calendar-table_d5eec37aecc49bb2 caption,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_text_e2e6504ef348919b,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .tagcloud_aca47710650b1d31 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .wp-block-tag-cloud_9251855bb5830582 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .tagcloud_aca47710650b1d31 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .wp-block-tag-cloud_9251855bb5830582 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-latest-comments__comment-date_b42bec883d054631,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-latest-comments__comment_07030fa8cbe92c27,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-archives-dropdown_9f21feb2731e5d8f label,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_categories_d5bb43b34d9be4d8 li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_archive_06e11507295fd660 li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_nav_menu_d83bb17c6205fcd0 li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_tag_cloud_d3d0e2215d316e9c a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_rss_77d4ff3f8e3715b3 li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_rss_77d4ff3f8e3715b3 li,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .footer__widget_b1d2e966ef375567 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .footer__widget_b1d2e966ef375567 li,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b li.recentcomments_78c64e95db785439 {
    color: #ffffff; }
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-theme-btn_c375f001d8bce8d0,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-loginout_f53961ffc62a8738 a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b input.te-theme-btn_c375f001d8bce8d0,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .wp-block-search_8ce177f6be6d011a button,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .search-form_724b8ebd26df126f button,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .widget_ce50af672ba301c0 .sidebar__search_0278d13588b6b0a3 button,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .wp-block-search_8ce177f6be6d011a button,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .search-form_724b8ebd26df126f button,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .sidebar__widget_84e258b02abee520 .sidebar__search_0278d13588b6b0a3 button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_5c332bd043d4519b .footer__widget_b1d2e966ef375567 li {
    list-style: none; }
  .footer_5c332bd043d4519b .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li.wp-block-social-link_f8269b64177eb734 {
    display: inline-block;
    width: unset !important; }
  .footer_5c332bd043d4519b .te_widget_nav_menu_06ceb9733d7f800e li.cat-item_b9952c0713ec4336 {
    text-align: right; }
    .footer_5c332bd043d4519b .te_widget_nav_menu_06ceb9733d7f800e li.cat-item_b9952c0713ec4336 a {
      float: left; }
  .footer_5c332bd043d4519b .te-footer-bg_e7c2d775fca2d1e5 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_5c332bd043d4519b .footer-nav-widget_238feda88e01c311 {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_5c332bd043d4519b .footer-nav-widget_238feda88e01c311 {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_5c332bd043d4519b .footer-nav-widget_238feda88e01c311 {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_5c332bd043d4519b .footer-nav-widget_238feda88e01c311 {
        padding: 0 30px; } }

.te-footer-widget_ed4c8925bba6eff1 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_ed4c8925bba6eff1 {
      margin-bottom: 40px; } }
  .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-title_60f418acee651e65,
  .te-footer-widget_ed4c8925bba6eff1 .wp-block-heading_20f3501f72486fda {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_ed4c8925bba6eff1 ul {
    padding-left: 0; }
  .te-footer-widget_ed4c8925bba6eff1 .te-subscribe-form-widget_6d984351676c2201 .mc4wp-form-fields_043a2328b12c8a94 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_ed4c8925bba6eff1 .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_ed4c8925bba6eff1.widget-latest-posts-footer_0387e83b399277a8 {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_ed4c8925bba6eff1.zoom-instagram-widget_29342154b04e2a3a {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_ed4c8925bba6eff1.widget_contact_info_widget_5badde52ac6016cd {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_ed4c8925bba6eff1 .widget-instagram-feed_0ccf93ee791a1c7f {
      width: 170px; } }
  .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 {
        padding-right: 0; } }
    .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 .te-footer-logo_53d70563f638ee21 {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 .info-form-and-social-icon_734fcfc8f8ed732d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 .info-form-and-social-icon_734fcfc8f8ed732d .te-social-profile_7d5f846500fe699a {
        margin-top: 0; }
    .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 .te-social-profile_7d5f846500fe699a {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-info_22f0bf414ecc72a5 .info-form-and-social-icon_734fcfc8f8ed732d {
        -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_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e 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_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 p {
    color: #335371; }
  .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul {
    list-style: none; }
    .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec 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_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li:first-child .contact-icon_c5ab3eec1b6e4c04 {
          margin-top: 5px; }
      .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-icon_c5ab3eec1b6e4c04 {
        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_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-text_6cc493af8a7a0845 {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-text_6cc493af8a7a0845 a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-text_6cc493af8a7a0845 span,
        .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-text_6cc493af8a7a0845 p,
        .te-footer-widget_ed4c8925bba6eff1 .te-footer-widget-contact_0aea046fb69f9728 .footer-contact_4d01d77e9466daec ul li .contact-text_6cc493af8a7a0845 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_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li {
    margin-bottom: 10px; }
    .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-thumb_b183215502475a31 {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-title_ac647078ddf6ba0c {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-title_ac647078ddf6ba0c 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_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-title_ac647078ddf6ba0c a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-meta_555fee39818f7ada {
      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_4880b92faad60ab2 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_4880b92faad60ab2 ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_4880b92faad60ab2 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_4880b92faad60ab2 ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

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

.subscribe-area_a297c9497cedd488 {
  overflow: hidden; }
  .subscribe-area_a297c9497cedd488.style-1_71873356e7f2cb5c .te-subscribe-inner-area_22febb0c7f74e3ce .te-content-wrapper_eddfff7ff4f83a18 {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_a297c9497cedd488.style-1_71873356e7f2cb5c .te-image-bg-collumn_7ec6f1472dd85f2e {
    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_a297c9497cedd488.style-1_71873356e7f2cb5c .te-image-bg-collumn_7ec6f1472dd85f2e {
        display: none; } }
  .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 {
    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_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .short-title_0f0b99716f9a6634 {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .te-subscribe-title_e0b2154f8ad662f7 {
      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_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .te-subscribe-title_e0b2154f8ad662f7 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .te-subscribe-title_e0b2154f8ad662f7 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .te-subscribe-title_e0b2154f8ad662f7 {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_a297c9497cedd488 .te-content-wrapper_eddfff7ff4f83a18 .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce .te-subscribe-collumn_af1dab61d56480c4 {
      -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_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce .te-subscribe-collumn_af1dab61d56480c4.te-image-bg-collumn_7ec6f1472dd85f2e {
          display: none; } }
    .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce .mc4wp-form-fields_043a2328b12c8a94 {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce .mc4wp-form-fields_043a2328b12c8a94 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_a297c9497cedd488 .te-subscribe-inner-area_22febb0c7f74e3ce .mc4wp-form-fields_043a2328b12c8a94 .submit-btn_7d220865d50c887b {
        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_ed4c8925bba6eff1 .te-subscribe-form-wrapper_511c437113cb350a {
  color: #335371; }

.te-subscribe-form-widget_6d984351676c2201 {
  position: relative; }
  .te-subscribe-form-widget_6d984351676c2201 .mc4wp-form-fields_043a2328b12c8a94 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6d984351676c2201 .single-field_01789e3051737569 *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_6d984351676c2201 .submit-btn_7d220865d50c887b {
    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_6d984351676c2201 .submit-btn_7d220865d50c887b:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_6d984351676c2201 .mc4wp-response_ac5183b18946d75d {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_6d984351676c2201 .mc4wp-response_ac5183b18946d75d .mc4wp-alert_677f7fbf63c61a7f.mc4wp-error_7997a329b8366dbb p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_6d984351676c2201 .mc4wp-response_ac5183b18946d75d .mc4wp-alert_677f7fbf63c61a7f.mc4wp-error_7997a329b8366dbb a {
      color: #ff0000; }
    .te-subscribe-form-widget_6d984351676c2201 .mc4wp-response_ac5183b18946d75d .mc4wp-alert_677f7fbf63c61a7f.mc4wp-success_980bbee565834125 p, .te-subscribe-form-widget_6d984351676c2201 .mc4wp-response_ac5183b18946d75d .mc4wp-alert_677f7fbf63c61a7f.mc4wp-notice_f49e6316db122290 p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_28c7bca8127042b8 {
  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_28c7bca8127042b8 .te-footer-logo_53d70563f638ee21 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_28c7bca8127042b8 .te-social-widget_9755640389a9265c {
    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_28c7bca8127042b8 .te-social-widget_9755640389a9265c span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

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

.footer_5c332bd043d4519b.style-2_8aa69f48765e525b {
  background-color: #131A2A; }
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-sec_f5b63c7f2902db65 {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget-title_60f418acee651e65,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .wp-block-heading_20f3501f72486fda {
    color: #ffffff;
    font-size: 24px; }
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .footer-bottom-area_b65d2c9ce8b94e16 .te-copyright-text_75d91e9d9f00a592 p,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget_ed4c8925bba6eff1.te_widget_nav_menu_06ceb9733d7f800e li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-title_ac647078ddf6ba0c a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-title_ac647078ddf6ba0c,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget_ed4c8925bba6eff1 .te_widget_latest_post_922d78389c39b56c ul li .te-latest-post-desc_12fe86adc0a230b2 .te-latest-post-meta_555fee39818f7ada,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-widget_ed4c8925bba6eff1 .te-subscribe-form-wrapper_511c437113cb350a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .te-footer-bottom-menu_4880b92faad60ab2 ul li a,
  .footer_5c332bd043d4519b.style-2_8aa69f48765e525b .footer-bottom-area_b65d2c9ce8b94e16 .te-copyright-text_75d91e9d9f00a592 p a {
    color: #ffffff; }

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