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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  color: #E7F914; }

.te-theme-btn_da9be66f1e61b19f,
.wp-block-loginout_c3ecddf341481c41 a,
input.te-theme-btn_da9be66f1e61b19f {
  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_da9be66f1e61b19f:hover,
  .wp-block-loginout_c3ecddf341481c41 a:hover,
  input.te-theme-btn_da9be66f1e61b19f:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_da9be66f1e61b19f:focus,
  .wp-block-loginout_c3ecddf341481c41 a:focus,
  input.te-theme-btn_da9be66f1e61b19f:focus {
    color: #ffffff; }
  .te-theme-btn_da9be66f1e61b19f.yellow-btn_51886d68342f3f4c,
  .wp-block-loginout_c3ecddf341481c41 a.yellow-btn_51886d68342f3f4c,
  input.te-theme-btn_da9be66f1e61b19f.yellow-btn_51886d68342f3f4c {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_da9be66f1e61b19f.simple-btn_dafeaf150b167059,
  .wp-block-loginout_c3ecddf341481c41 a.simple-btn_dafeaf150b167059,
  input.te-theme-btn_da9be66f1e61b19f.simple-btn_dafeaf150b167059 {
    padding-left: 36px;
    padding-right: 36px; }

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

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

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

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

.circle-rotate-wrapper_a63fc7ec0b18f956 {
  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_a63fc7ec0b18f956 .circle-rotate-inner_03b62d44d164b49e {
    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_2c93c419f2e822a8 {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-350_84604409e61144a0 {
  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_e80c10506a87d767 label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_e80c10506a87d767 input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_e80c10506a87d767 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_e80c10506a87d767 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_772f90361e00e9cd .size-full_01b0ec445421f022.alignright_17a96bfaab450781 {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_772f90361e00e9cd figure.wp-caption_c0f2034344f5b779.aligncenter_120b8aca7bf6ba13 {
  margin-top: 40px; }
.tp-page-content_772f90361e00e9cd dl, .tp-page-content_772f90361e00e9cd ol, .tp-page-content_772f90361e00e9cd ul {
  margin-bottom: 11px; }
.tp-page-content_772f90361e00e9cd .te-comment-respond_b23e12d37969cd42 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_772f90361e00e9cd .te-latest-comments_34245763dd769f8e .te-comment-respond_b23e12d37969cd42 {
  margin-bottom: 40px; }
.tp-page-content_772f90361e00e9cd .te-post-comments_b99054ebe09a1f38 {
  margin-top: 80px; }

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

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

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

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

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

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

.gallery-columns-1_76fe84928306faa2 .gallery-item_46a83a4143b20ab2 {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_2d86f7ea47409292 .gallery-item_46a83a4143b20ab2 {
  max-width: 50%; }

.gallery-columns-3_de643b150d3a894b .gallery-item_46a83a4143b20ab2 {
  max-width: 33.33%; }

.gallery-columns-4_758ff4f08c7eee7d .gallery-item_46a83a4143b20ab2 {
  max-width: 25%; }

.gallery-columns-5_76dc2db696aa460d .gallery-item_46a83a4143b20ab2 {
  max-width: 20%; }

.gallery-columns-6_5de7b81ed7aabffa .gallery-item_46a83a4143b20ab2 {
  max-width: 16.66%; }

.gallery-columns-7_cdf8e90d198acf76 .gallery-item_46a83a4143b20ab2 {
  max-width: 14.28%; }

.gallery-columns-8_863c6633e97f5868 .gallery-item_46a83a4143b20ab2 {
  max-width: 12.5%; }

.gallery-columns-9_514273a940b072de .gallery-item_46a83a4143b20ab2 {
  max-width: 11.11%; }

.gallery-caption_01c5b7658591493f {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.te-post-content p.has-large-font-size_851cde455902999c {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_92520909473dc67b {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_833d7dc05de721e2 {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_3ceb01896968dbc5 p {
  margin-top: 0 !important; }

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

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

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

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

.wp-block-cover_c0cfebc411962124 p.wp-block-cover-text_7a616ae7795334ae,
.wp-block-cover_c0cfebc411962124.is-light_577d0f5c289f0491 .wp-block-cover__inner-container_9df6fe9db8702d1d {
  color: #fff !important; }

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

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

.widget_5be454a8244a2799 .wp-block-archives-dropdown_342d849ff379e5d2,
.widget_5be454a8244a2799 .wp-block-categories-dropdown_ffc3b8a34fcd16ab,
.widget_5be454a8244a2799 .wp-block-loginout_c3ecddf341481c41,
.widget_5be454a8244a2799 .wp-block-social-links_c59b8d02bc6e2f4a,
.widget_5be454a8244a2799.widget_archive_6bacd1770145055d select,
.widget_5be454a8244a2799.te_widget_categories_f4d5cf5abd0a38d1 select,
.widget_5be454a8244a2799.widget_text_cbf2e1a713e99944 select,
.widget_5be454a8244a2799.te_widget_search_fe08381877a756b0 .search-form_64f27abdeb415793,
.widget_5be454a8244a2799.te_widget_tag_cloud_ed7521b513ae3815 .tagcloud_8a6ad86384cefe44,
.widget_5be454a8244a2799 .wp-block-tag-cloud_42ce3447dd9cf301 {
  margin-bottom: 6px; }

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

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

.blog-search-content_135f2304c34bc3cb {
  margin: 0; }
  .blog-search-content_135f2304c34bc3cb .wp-block-search_92520909473dc67b,
  .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793,
  .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 {
    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_135f2304c34bc3cb .wp-block-search_92520909473dc67b,
      .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793,
      .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 {
        width: 100%; } }
    .blog-search-content_135f2304c34bc3cb .wp-block-search_92520909473dc67b .wp-block-search__inside-wrapper_9f857521aee03adb,
    .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793 .wp-block-search__inside-wrapper_9f857521aee03adb,
    .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 .wp-block-search__inside-wrapper_9f857521aee03adb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_135f2304c34bc3cb .wp-block-search_92520909473dc67b label,
    .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793 label,
    .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 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_135f2304c34bc3cb .wp-block-search_92520909473dc67b input,
    .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793 input,
    .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 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_135f2304c34bc3cb .wp-block-search_92520909473dc67b button,
    .blog-search-content_135f2304c34bc3cb .search-form_64f27abdeb415793 button,
    .blog-search-content_135f2304c34bc3cb .sidebar__search_66cfc32542daee63 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_772f90361e00e9cd .wp-smiley_422c7c7898acb43d,
.entry-content_205190363c8ad983 .wp-smiley_422c7c7898acb43d,
.comment-content_9705d1aeb30d8e93 .wp-smiley_422c7c7898acb43d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.te-comment-respond_b23e12d37969cd42.style-two_dccf552c19233348 .wpcf7-form_c4562a05b0c6449b .wpcf7-not-valid-tip_12586c6472bf68a6 {
  color: #d9c0b8 !important; }
.te-comment-respond_b23e12d37969cd42 .wpcf7-form_c4562a05b0c6449b .wpcf7-not-valid_81e1f522ad8d76a7 {
  border-color: #dc3232 !important; }
.te-comment-respond_b23e12d37969cd42 .wpcf7-form_c4562a05b0c6449b .wpcf7-not-valid-tip_12586c6472bf68a6 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_b23e12d37969cd42 .wpcf7-form_c4562a05b0c6449b.sent_3d36d9c14a0a6678 .wpcf7-response-output_6ccdefe32af74b51 {
  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_b23e12d37969cd42 .wpcf7-form_c4562a05b0c6449b.invalid_78c52541ff66e5f9 .wpcf7-response-output_6ccdefe32af74b51 {
  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_9ee5a1e64d37caa5 {
  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_9ee5a1e64d37caa5 .wpcf7-te-list-item_2c62ef44abc3e0b3 {
    margin: 0; }
    .wpcf7-form-control_9ee5a1e64d37caa5 .wpcf7-te-list-item_2c62ef44abc3e0b3 label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_9ee5a1e64d37caa5 .wpcf7-te-list-item_2c62ef44abc3e0b3 label .wpcf7-te-list-item-label_5d1173c0140af568 {
        font-size: 16px;
        font-weight: 400; }

.logged-in_b03660f148dc9997 .te-comment-respond_b23e12d37969cd42 textarea {
  margin-bottom: 12px; }

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

body.admin-bar_bf9183c38d83395c .header-menu-area_05234d414c457cf1.sticky_menu_3cc48f31b48b4a7d {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_bf9183c38d83395c .header-menu-area_05234d414c457cf1.sticky_menu_3cc48f31b48b4a7d {
      top: 0; } }

.page-template-default_5c596d76e7151715.page-id-146_7eebd9d7cd42b4b3 .tp-page-content_772f90361e00e9cd p:last-child {
  margin-bottom: 10px; }
.page-template-default_5c596d76e7151715.page-id-1133_cf996f67df23a0bc .tp-page-content_772f90361e00e9cd .te-comment-respond_b23e12d37969cd42 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_5c596d76e7151715.page-id-3_17636afe62193961 .page-area_e4c274e8c7c2a46f {
  padding-top: 128px; }

.single-post-item_15e70f1ecac55cb2.post-24_2f281ae71fd167eb .wp-block-button_acf06eb518c59fd9 a {
  color: #ffffff; }

.post-template-default_f2078733cc624bd9.postid-163_83596635b7e4b1ca .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content {
  margin-bottom: 34px; }
.post-template-default_f2078733cc624bd9.postid-150_dec0f271ec0e260a .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_f2078733cc624bd9.postid-150_dec0f271ec0e260a .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-group_9d8ea2578c278c69.is-layout-constrained_8464fa0f61d16dff:last-child {
    border: 1px solid #000; }
.post-template-default_f2078733cc624bd9.postid-51_51342a34c6a0f6ae .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_f2078733cc624bd9.postid-51_51342a34c6a0f6ae .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_f2078733cc624bd9.postid-1163_53e19e079a6ccb06 .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-caption_c0f2034344f5b779, .post-template-default_f2078733cc624bd9.postid-568_7307d995c3703632 .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-caption_c0f2034344f5b779 {
  margin-top: 20px; }
.post-template-default_f2078733cc624bd9.postid-1785_f5cf1d940758bc35 .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-button__link_1605ce319a8252a0 {
  color: #ffffff !important; }
.post-template-default_f2078733cc624bd9.postid-1149_6d4d67e5df8490de .te-blog-details-wrapper_d48396a928705cd9 .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d p {
  margin-bottom: 0; }
.post-template-default_f2078733cc624bd9.postid-555_366f713f99dade10 .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .gallery {
  margin-top: 20px; }

.error-404_7f498dfe404d3118.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_7f498dfe404d3118.not-found .error-content_2991547d826aea1b .error-btn-bh_393203e1dff81b42 {
    margin-top: 20px; }

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

.sidebar_d18d5fa94b7d4fe0 .widget_media_gallery_df35b5ead792cfdd .gallery-item_46a83a4143b20ab2 {
  margin-bottom: 0; }
  .sidebar_d18d5fa94b7d4fe0 .widget_media_gallery_df35b5ead792cfdd .gallery-item_46a83a4143b20ab2 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_d65745b5a02b08d9 {
  -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_819d929430f50ef9 {
  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_c78136c52de4404a path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_bf9183c38d83395c .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3.login .te-header-menu-area_7f4f8dd70395b144 {
  top: auto !important; }

.header-area_019e2296d4647b12 .container-fluid_6287ce1ccc02a1f3 {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_019e2296d4647b12 .container-fluid_6287ce1ccc02a1f3 {
      padding: 0 24px; } }
.header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top .te-header-contact-info_876fa533372f7a45 span {
    color: #677471; }
    .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top .te-header-contact-info_876fa533372f7a45 span i {
      color: #317EFE; }
    .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top .te-header-contact-info_876fa533372f7a45 span a {
      color: #677471; }
  .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top .te-social-profile_eeccd2b4e23cfa56 a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .header-top .te-social-profile_eeccd2b4e23cfa56 a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-header-menu-area_7f4f8dd70395b144 {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-header-menu-area_7f4f8dd70395b144 .menu-wrapper_45c8b4e09523f80d {
    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_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-header-menu-area_7f4f8dd70395b144 .menu-wrapper_45c8b4e09523f80d {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-header-menu-area_7f4f8dd70395b144 .te-header-btn_06a20756f25c6886 .te-quote-btn_f1e535b36af13223 {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-sticky_menu {
  top: 0; }
  .header-area_019e2296d4647b12.style-2_f52ca8047dbd03b3 .te-sticky_menu .menu-wrapper_45c8b4e09523f80d {
    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_5726bcbba49e4c7d {
    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_9959892630e6cd46 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_876fa533372f7a45 {
    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_876fa533372f7a45 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_876fa533372f7a45 span.te-contact-info-item_f0edd59e28c0a17f {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_876fa533372f7a45 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_b3aa51fe60b5803e {
      display: none; } }
  .header-top .header-top-btn_b3aa51fe60b5803e 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_b3aa51fe60b5803e a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_b3aa51fe60b5803e 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_eeccd2b4e23cfa56 {
    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_eeccd2b4e23cfa56 .te-social-profile-label_a2580ff169bf2c8b {
      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_eeccd2b4e23cfa56 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_eeccd2b4e23cfa56 a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_7f4f8dd70395b144 {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_7f4f8dd70395b144.te-te-sticky-header_73fbdca5dd14eb34 {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_7f4f8dd70395b144.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_7f4f8dd70395b144.te-sticky_menu .te-logo_4c6ed3227a383b82 .te-sticky-logo_473c29d1415c6784 img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_7f4f8dd70395b144.te-sticky_menu .te-main-menu_3d067de0e71fa06a ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_7f4f8dd70395b144.te-sticky_menu .te-main-menu_3d067de0e71fa06a 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_7f4f8dd70395b144.te-sticky_menu .te-main-menu_3d067de0e71fa06a ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_7f4f8dd70395b144.te-sticky_menu .te-main-menu_3d067de0e71fa06a ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_7f4f8dd70395b144 .te-header-menu-wrapper_b42f37f946ca1c25 {
    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_7f4f8dd70395b144 .te-header-menu-wrapper_b42f37f946ca1c25 {
        gap: 20px; } }
  .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 {
    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_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 {
        height: 80px; } }
    .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-standard-logo_0f6489a1eaa3fb4f img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-sticky-logo_473c29d1415c6784 {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-sticky-logo_473c29d1415c6784 {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-sticky-logo_473c29d1415c6784 {
          display: block; } }
      .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-sticky-logo_473c29d1415c6784 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_7f4f8dd70395b144 .te-logo_4c6ed3227a383b82 .te-retina-logo_7ea91eff03ba2fc8 {
      display: none; }

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

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

.te-header-btn_06a20756f25c6886 {
  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_06a20756f25c6886 .te-icon_8ac74b9a57202f49 {
    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_06a20756f25c6886 .te-icon_8ac74b9a57202f49: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_06a20756f25c6886 {
      display: none; } }
  .te-header-btn_06a20756f25c6886 .te-cta-btn_cddb3581b358f70d {
    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_06a20756f25c6886 .te-cta-btn_cddb3581b358f70d:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_06a20756f25c6886 .te-quote-btn_f1e535b36af13223 {
    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_06a20756f25c6886 .te-quote-btn_f1e535b36af13223: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_35a731d68325a998 {
    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_35a731d68325a998 .te-search-content-filed_919adf19e5f362d5 {
      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_35a731d68325a998 .te-search-content-filed_919adf19e5f362d5 .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_35a731d68325a998 .te-search-form_43f88f87fac31887 {
      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_35a731d68325a998 .te-search-form_43f88f87fac31887 .te-search-form-input_3c39d3230cebbfa6 {
        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_35a731d68325a998 .te-search-form_43f88f87fac31887 .te-search-form-input_3c39d3230cebbfa6 .te-search-icon_566a9e6c60d9f922 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_35a731d68325a998 .te-search-form_43f88f87fac31887 .te-search-form-input_3c39d3230cebbfa6 button.te-submit-search-btn_2815cf4500eb45f0 {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_35a731d68325a998 .te-search-form_43f88f87fac31887 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_23d436c48c378e9b a.mean-expand.mean-clicked_d4bae10dd931cfe8 {
  background-color: #317EFE;
  border-color: #317EFE !important; }

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

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

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

.te-mobile-menu-bar_e89e5acc093474d6 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_e89e5acc093474d6 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_a94ee0332f5c7a28 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_b7ad6738d9cfa8e4 {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_a0722ed00a0aab57 {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_a0722ed00a0aab57 .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_a0722ed00a0aab57 .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-menu-sidebar-title_a20d21557511ead2 {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-header-contact-info_876fa533372f7a45 {
      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_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-header-contact-info_876fa533372f7a45 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_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-header-contact-info_876fa533372f7a45 span.te-contact-info-item_f0edd59e28c0a17f {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-header-contact-info_876fa533372f7a45 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_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-header-contact-info_876fa533372f7a45 span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-social-profile_eeccd2b4e23cfa56 {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-social-profile_eeccd2b4e23cfa56 a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_0c7e64907a6d352e .te-menu-sidebar-single-widget_0d7e52e276a30810 .te-social-profile_eeccd2b4e23cfa56 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_66ef31c05a162a3b {
  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_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 {
        height: unset;
        padding: 80px 0; } }
    .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e {
          right: -380px; } }
      .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e .company-award_862456fd10019ef6 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e .company-award_862456fd10019ef6 .icon_9e35bc2a7405cb8a {
          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_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-feature-img_4d9766cb2693490e .slider-feature-img-overlay_e1154c0b05336c07 {
          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_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-left-shape_f00b9c8c01e17502 {
      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_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-left-shape_f00b9c8c01e17502 {
          display: none; } }
    .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-right-shape_a80e951207525ae9 {
      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_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-right-shape_a80e951207525ae9 {
          display: none; } }
    .slider-area_66ef31c05a162a3b.style-2_f52ca8047dbd03b3 .te-single-slider_72b8d093fa463b61 .slider-circle-shape_2eb4e450709e82dd {
      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_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-short-title_0e6a624a1a890a59,
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-title_8ca93a29df05b02f,
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-short-desc_a5b56ea801f62c06,
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-btn-wrapper_3888ec1a288c13c6 {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-short-title_0e6a624a1a890a59 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-title_8ca93a29df05b02f {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-short-desc_a5b56ea801f62c06 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-active .te-slider-btn-wrapper_3888ec1a288c13c6 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 {
    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_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 {
        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_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 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_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 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_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_66ef31c05a162a3b .te-slider-wrapper_d7ca749fda52e327 .slick-dots_2818616f0c2601f3 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 {
    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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 {
        background-image: none !important; } }
    .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7 {
      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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7 {
          left: 0; } }
      .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7 .te-slider-overlay-shape_a930f165597ebc41 {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7 .te-slider-overlay-shape_a930f165597ebc41 {
            display: none; } }
    .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb {
      position: relative;
      z-index: 99; }
      .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-short-title_0e6a624a1a890a59 {
        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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
        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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-short-desc_a5b56ea801f62c06 {
        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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-short-desc_a5b56ea801f62c06 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-short-desc_a5b56ea801f62c06 {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-short-desc_a5b56ea801f62c06 {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 {
        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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 {
            padding-top: 30px; } }
        .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-theme-btn_da9be66f1e61b19f {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 .te-icon_8ac74b9a57202f49 {
            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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 .te-content_bad2bc7049af9179 {
            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_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 .te-content_bad2bc7049af9179 .te-title_5911046f8249cd9c {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_66ef31c05a162a3b .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 .te-content_bad2bc7049af9179 .te-text_0530142bee8e0969 {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08: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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7 {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-overlay_8d83fa543fb3a9d7::before {
        display: none; }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .slider-shape_44260ca740c5d5c3 {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .slider-shape_44260ca740c5d5c3 img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-one_6c3b72ab5203b8bb {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-one_6c3b72ab5203b8bb {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-one_6c3b72ab5203b8bb {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-one_6c3b72ab5203b8bb {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-one_6c3b72ab5203b8bb {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-two_6d328291a763bd17 {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-two_6d328291a763bd17 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-two_6d328291a763bd17 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-two_6d328291a763bd17 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-two_6d328291a763bd17 {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-three_c980aa09bd8ff92d {
      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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-three_c980aa09bd8ff92d {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .shape-three_c980aa09bd8ff92d {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-container_cdea756df450d5a7 {
      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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-container_cdea756df450d5a7 {
          -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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-container_cdea756df450d5a7 {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-container_cdea756df450d5a7 .te-slider-column_50bf3f056553fd45 {
        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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-container_cdea756df450d5a7 .te-slider-column_50bf3f056553fd45 {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-theme-btn_da9be66f1e61b19f {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-theme-btn_da9be66f1e61b19f:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-btn-wrapper_3888ec1a288c13c6 .te-call-btn_4cd920450e1d46c8 .te-icon_8ac74b9a57202f49 {
      color: #317EFE; }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
      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_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-single-slider_72b8d093fa463b61 .te-slider-content-wrapper_b1e0c876643b7dfb .te-slider-content_ec02295c95d39583 .te-slider-title_8ca93a29df05b02f {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-slider-wrapper_d7ca749fda52e327 .container {
    position: relative; }
  .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-slider-wrapper_d7ca749fda52e327 .slider-shape-bg_f1335cfafb28c437 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-slider-wrapper_d7ca749fda52e327 .slider-shape-bg_f1335cfafb28c437 {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-slider-wrapper_d7ca749fda52e327 .slider-shape-bg_f1335cfafb28c437 {
        margin-left: 0; } }
    .slider-area_66ef31c05a162a3b.style-1_2a52c475186f5b08 .te-slider-wrapper_d7ca749fda52e327 .slider-shape-bg_f1335cfafb28c437: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_cde9e367090dd9a5 {
  position: relative; }

.te-info-card_96f7c342821c595e {
  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_96f7c342821c595e {
      padding: 40px 25px; } }
  .te-info-card_96f7c342821c595e: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_96f7c342821c595e:hover .te-image-wrapper_4aad80fdc9e367b7 .overlay_d54c053299492926 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_96f7c342821c595e:hover .te-image-wrapper_4aad80fdc9e367b7 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_96f7c342821c595e:hover .icon_9e35bc2a7405cb8a img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_96f7c342821c595e:hover .content .te-read-more_6c32efb3fd3b785d .te-theme-btn_da9be66f1e61b19f {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_96f7c342821c595e .te-info-card-inner_1b8e0944ebb82e9e {
    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_96f7c342821c595e .te-image-wrapper_4aad80fdc9e367b7 {
    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_96f7c342821c595e .te-image-wrapper_4aad80fdc9e367b7 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_96f7c342821c595e .te-image-wrapper_4aad80fdc9e367b7 .overlay_d54c053299492926 {
      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_96f7c342821c595e .icon_9e35bc2a7405cb8a {
    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_96f7c342821c595e .icon_9e35bc2a7405cb8a img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_96f7c342821c595e .te-content-wrapper_bab166b4aaa2e7d5 {
    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_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 {
    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_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a {
      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_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a::before, .te-info-card_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a::before {
        top: 15px;
        left: 5px; }
      .te-info-card_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .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_96f7c342821c595e .te-title-wrapper_10ebe9b01158a609 .divider_bc96eaa69a3814dd {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_96f7c342821c595e .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_96f7c342821c595e .content .desc_454f612313257d22 {
      -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_96f7c342821c595e .content .te-read-more_6c32efb3fd3b785d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_96f7c342821c595e .content .te-read-more_6c32efb3fd3b785d .te-theme-btn_da9be66f1e61b19f {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_96f7c342821c595e .content .te-read-more_6c32efb3fd3b785d .te-theme-btn_da9be66f1e61b19f:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

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

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

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

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

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

.te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 {
      text-align: left; } }
  .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 > img {
          width: 100%; } }
    .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-img-card-shape_558bcbd9eb7cdd05 {
      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_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-img-card-shape_558bcbd9eb7cdd05 {
          right: 0; } }
.te-about-image-card_8f70c97a93287e98 .te-company-foundation_64f6aea338fcec4c {
  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_8f70c97a93287e98 .te-company-foundation_64f6aea338fcec4c .te-counter-wrapper_cf90e9a4c3c70cbd {
    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_8f70c97a93287e98 .te-company-foundation_64f6aea338fcec4c .counter-title_a25ad99a12056489 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_8f70c97a93287e98 .te-company-foundation_64f6aea338fcec4c .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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-img-card-shape_558bcbd9eb7cdd05 {
    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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-img-card-shape_558bcbd9eb7cdd05 {
        display: none; } }
  .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f {
        position: relative; } }
    .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-another-image-inner_892641549b1460b6 {
      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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-another-image-inner_892641549b1460b6 {
          width: 100%; }
          .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-another-image-inner_892641549b1460b6 img {
            width: 100%; } }
    .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .video-btn_e4450c8d81a0c0d3 {
      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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .video-btn_e4450c8d81a0c0d3 {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .video-btn_e4450c8d81a0c0d3 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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 {
      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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 .icon_9e35bc2a7405cb8a {
        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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 .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_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_8f70c97a93287e98.style-2_f52ca8047dbd03b3 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 .te-another-image_74f68ef442ec6a7f .te-badge-text_ce464c37a3bfee24 .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 {
  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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-section-title_0d47720f713193a5 {
    margin-bottom: 0; }
    .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-section-title_0d47720f713193a5 .title {
      margin-bottom: 0; }
  .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 {
    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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 .te-list-item_00ca1c7064f5834f .icon_9e35bc2a7405cb8a {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 .te-list-item_00ca1c7064f5834f .text {
      color: #14203A; }
  .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f {
    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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 {
      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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8:hover .icon_9e35bc2a7405cb8a 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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 .icon_9e35bc2a7405cb8a {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 .icon_9e35bc2a7405cb8a::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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 .icon_9e35bc2a7405cb8a 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_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_8d49cd117f556774 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .te-single-info-list_328ab4122f7a6fb8 .short-title_ae0d3d7d85efe89d {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 {
  gap: 10px; }
  .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 .te-list-item_00ca1c7064f5834f .icon_9e35bc2a7405cb8a {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-list-item-wrapper_2f5b7279307f6667 .te-list-item_00ca1c7064f5834f .text {
      color: #335371; }
  .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .divider_bc96eaa69a3814dd {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_8d49cd117f556774.style-2_f52ca8047dbd03b3 .te-about-info-content_2f6a553ec00fd022 .te-info-list_1d8d93eb2257324f .divider_bc96eaa69a3814dd {
          height: 1px;
          width: 100%; } }

.te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-section-title_0d47720f713193a5 {
  margin-bottom: 40px; }
.te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .about-info-wrapper_fca3e089c34d754d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .about-info-wrapper_fca3e089c34d754d {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .about-info-wrapper_fca3e089c34d754d .about-info-img_85cfc46147a0a006 {
    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_8d49cd117f556774.style-three_b12713d517a4f0a8 .about-info-wrapper_fca3e089c34d754d .about-info-img_85cfc46147a0a006 {
        height: 350px; } }
    .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .about-info-wrapper_fca3e089c34d754d .about-info-img_85cfc46147a0a006 img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .skill-progressbar-wrapper_afc477dfad5df04d {
    width: 100%; }
  .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-icon-card-wrapper_4a26b4ce58e44498 {
    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_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-icon-card-wrapper_4a26b4ce58e44498 .te-icon-card_af810a4d26d0f2d0 {
      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_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-icon-card-wrapper_4a26b4ce58e44498 .te-icon-card_af810a4d26d0f2d0 .icon_9e35bc2a7405cb8a {
        width: 40px;
        height: 40px; }
      .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-icon-card-wrapper_4a26b4ce58e44498 .te-icon-card_af810a4d26d0f2d0 .content {
        gap: 4px; }
        .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-icon-card-wrapper_4a26b4ce58e44498 .te-icon-card_af810a4d26d0f2d0 .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_8d49cd117f556774.style-three_b12713d517a4f0a8 .te-about-info-content_2f6a553ec00fd022 .te-btn-wrapper_f8ba044e3c5359a4 {
    margin-top: 7px; }

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

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

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

.te-process-step_3e99595c1eb247ee {
  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_3e99595c1eb247ee::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_3e99595c1eb247ee {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_3e99595c1eb247ee:hover {
    top: -5px; }
    .te-process-step_3e99595c1eb247ee:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_3e99595c1eb247ee:hover .icon_9e35bc2a7405cb8a img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_3e99595c1eb247ee:hover .counter-number_40d8d0768f143d09 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_3e99595c1eb247ee:hover .content .te-read-more_6c32efb3fd3b785d .te-theme-btn_da9be66f1e61b19f {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_3e99595c1eb247ee .icon_9e35bc2a7405cb8a {
    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_3e99595c1eb247ee .icon_9e35bc2a7405cb8a img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_3e99595c1eb247ee .te-content-wrapper_bab166b4aaa2e7d5 {
    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_3e99595c1eb247ee .te-counter-wrapper_cf90e9a4c3c70cbd {
    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_3e99595c1eb247ee .te-counter-wrapper_cf90e9a4c3c70cbd .shape_64c28029f6d5b6bb {
      position: relative; }
  .te-process-step_3e99595c1eb247ee .counter-number_40d8d0768f143d09 {
    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_3e99595c1eb247ee .te-title-wrapper_10ebe9b01158a609 {
    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_3e99595c1eb247ee .te-title-wrapper_10ebe9b01158a609 .icon_9e35bc2a7405cb8a {
      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_3e99595c1eb247ee .te-title-wrapper_10ebe9b01158a609 .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_3e99595c1eb247ee .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_3e99595c1eb247ee .content .desc_454f612313257d22 {
      -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_3e99595c1eb247ee .content .te-read-more_6c32efb3fd3b785d {
      margin-top: -10px; }
      .te-process-step_3e99595c1eb247ee .content .te-read-more_6c32efb3fd3b785d .te-theme-btn_da9be66f1e61b19f {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

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

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

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

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

.te-accordion-box-wrapper_98c6f4eb0c46a1c4 {
  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_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 .te-accordion-head_3dadfe5c9b0a1fc8 {
    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_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 .te-accordion-head_3dadfe5c9b0a1fc8: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_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 .te-accordion-head_3dadfe5c9b0a1fc8.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_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 .te-accordion-head_3dadfe5c9b0a1fc8 .te-accordion-title_91c3007e229fd854 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_733a5700168efa2c .te-accordion-list-item_922517541e07c5e6 .te-accordion-body_66dc0867e65c61d3 {
    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_5bf44ffb2d031986 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_5bf44ffb2d031986 {
      padding-left: 30px; } }
  .page-header_5bf44ffb2d031986 .te-page-title_1102eea424bac0d3,
  .page-header_5bf44ffb2d031986 .page-title_c28ea9f2a77f0159 {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_5bf44ffb2d031986 .te-page-title_1102eea424bac0d3,
      .page-header_5bf44ffb2d031986 .page-title_c28ea9f2a77f0159 {
        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_73536c52c1840a6b {
  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_73536c52c1840a6b:hover .te-post-thumbnail_7a7778213dd35fde img,
  .te-post-item_73536c52c1840a6b:hover .post-video_b7f898053f0e1c3e 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_73536c52c1840a6b iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_73536c52c1840a6b iframe {
        height: 350px; } }
  .te-post-item_73536c52c1840a6b .post-gallery .slick-list_e0813957ef15f5cb .slick-track_fb0ebc7bfcea3778 {
    height: 392px;
    overflow: hidden; }
  .te-post-item_73536c52c1840a6b .te-post-content-wrapper_e52514f329ca35c5 {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_73536c52c1840a6b .te-post-content-wrapper_e52514f329ca35c5 {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_73536c52c1840a6b .te-post-content-wrapper_e52514f329ca35c5 .te-read-more_6c32efb3fd3b785d {
      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_73536c52c1840a6b.format-quote_9b481f028a2ecba0 .te-post-content {
    margin: 0; }
  .te-post-item_73536c52c1840a6b.format-quote_9b481f028a2ecba0 blockquote {
    margin: 0; }
    .te-post-item_73536c52c1840a6b.format-quote_9b481f028a2ecba0 blockquote p {
      margin-top: 0; }
    .te-post-item_73536c52c1840a6b.format-quote_9b481f028a2ecba0 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_73536c52c1840a6b.format-quote_9b481f028a2ecba0 blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_73536c52c1840a6b.sticky_86f8216b21c3ffb7 {
    border: 2px solid #317EFE; }
    .te-post-item_73536c52c1840a6b.sticky_86f8216b21c3ffb7 .te-post-content {
      margin-bottom: 0; }
      .te-post-item_73536c52c1840a6b.sticky_86f8216b21c3ffb7 .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_73536c52c1840a6b .te-post-title_d19fc9116dcaad6e {
    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_73536c52c1840a6b .te-post-title_d19fc9116dcaad6e {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_73536c52c1840a6b .te-post-title_d19fc9116dcaad6e:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_73536c52c1840a6b .te-post-content p {
    margin-top: 17px; }
  .te-post-item_73536c52c1840a6b .te-post-content h2,
  .te-post-item_73536c52c1840a6b .te-post-content h3,
  .te-post-item_73536c52c1840a6b .te-post-content h4,
  .te-post-item_73536c52c1840a6b .te-post-content h5,
  .te-post-item_73536c52c1840a6b .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_73536c52c1840a6b .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_73536c52c1840a6b .te-single-post-meta_54d81a22966405b2 {
    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_73536c52c1840a6b .te-social-share_7cc343862714a282 {
    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_73536c52c1840a6b .te-social-share_7cc343862714a282 a.facebook_818aa6959f5aa4bf {
      color: #1877f2; }
    .te-post-item_73536c52c1840a6b .te-social-share_7cc343862714a282 a.twitter_1a347d0ee54f5ca3 {
      color: #1da1f2; }
    .te-post-item_73536c52c1840a6b .te-social-share_7cc343862714a282 a.linkedin_2778595fd5367162 {
      color: #1a70c6; }
    .te-post-item_73536c52c1840a6b .te-social-share_7cc343862714a282 .te-social-share-title_80c514dfb451b78f {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 {
    width: 100%;
    display: inline-block; }
    .te-post-item_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 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_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 .te-post-tag-list_8c722a42445c154d {
      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_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 .te-post-tag-list_8c722a42445c154d 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_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 .te-post-tag-list_8c722a42445c154d 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_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde,
  .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e {
    position: relative;
    overflow: hidden; }
    .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde img,
    .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e 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_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde .popup-video-wrapper_8c863e40b53ade02,
    .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e .popup-video-wrapper_8c863e40b53ade02 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde .video-btn_e4450c8d81a0c0d3 a,
    .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e .video-btn_e4450c8d81a0c0d3 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_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde .video-btn_e4450c8d81a0c0d3 a i,
      .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e .video-btn_e4450c8d81a0c0d3 a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde .video-btn_e4450c8d81a0c0d3 a:hover,
      .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e .video-btn_e4450c8d81a0c0d3 a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf {
    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_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf.prev-btn_2ed8e5f234709aa0 {
      left: 30px; }
    .te-post-item_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf.next-btn_669eea3da8099be7 {
      right: 30px; }
    .te-post-item_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf 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_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_73536c52c1840a6b button.post-gallery-btn_b6b62e5919b5dddf:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_73536c52c1840a6b .post-audio_b04df4db90a4fd16 iframe {
    width: 100%; }
  .te-post-item_73536c52c1840a6b .te-post-meta_218586b615f4d4ea {
    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_73536c52c1840a6b .te-post-meta_218586b615f4d4ea {
        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_73536c52c1840a6b .te-post-meta_218586b615f4d4ea 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_73536c52c1840a6b .te-post-meta_218586b615f4d4ea span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_73536c52c1840a6b .te-post-meta_218586b615f4d4ea 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_73536c52c1840a6b .te-post-meta_218586b615f4d4ea span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_73536c52c1840a6b .te-post-meta_218586b615f4d4ea span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

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

.te-post-card_efff6262e8816977.style-2_f52ca8047dbd03b3 {
  gap: 20px; }
  .te-post-card_efff6262e8816977.style-2_f52ca8047dbd03b3 .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_efff6262e8816977.style-2_f52ca8047dbd03b3 .image .te-post-date_013d4ab41e468c96 {
      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_efff6262e8816977.style-2_f52ca8047dbd03b3 .content .title {
    font-size: 20px; }
  .te-post-card_efff6262e8816977.style-2_f52ca8047dbd03b3 .content .te-post-meta-info_becd50637d720f8b {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_d48396a928705cd9 .te-comment-respond_b23e12d37969cd42 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_d48396a928705cd9 .te-post-comments_b99054ebe09a1f38 {
  margin-top: 70px; }
.te-blog-details-wrapper_d48396a928705cd9 .wp-block-group_9d8ea2578c278c69.has-background_dfd4c4c5f1ac0353 .wp-block-button_acf06eb518c59fd9 .wp-block-button__link_1605ce319a8252a0 {
  color: #ffffff !important; }
.te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-meta_218586b615f4d4ea {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde,
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e,
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-gallery,
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .postbox-audio_91b961f9eb168da3,
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .wp-block-post-featured-image_881328983ddd696f {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde,
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e,
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-gallery,
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .postbox-audio_91b961f9eb168da3,
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .wp-block-post-featured-image_881328983ddd696f {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde:hover img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e:hover img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-gallery:hover img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .postbox-audio_91b961f9eb168da3:hover img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .wp-block-post-featured-image_881328983ddd696f: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_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-thumbnail_7a7778213dd35fde img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-video_b7f898053f0e1c3e img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .post-gallery img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .postbox-audio_91b961f9eb168da3 img,
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .wp-block-post-featured-image_881328983ddd696f 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_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content-wrapper_e52514f329ca35c5 {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-query_da407dad4feb9d6e .wp-block-post-template_151a69009c5197ff {
      padding-left: 0; }
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-query_da407dad4feb9d6e .wp-block-post-template_151a69009c5197ff .wp-block-post_f05373c3260b7f17 {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-navigation__responsive-container-content_773f72e293288703 .wp-block-page-list_fb3dfec5a356579d {
      padding-left: 0; }
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-group_9d8ea2578c278c69 {
      margin: 15px 0; }
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content .wp-block-group_9d8ea2578c278c69 p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_d48396a928705cd9 .te-post-item_73536c52c1840a6b .te-blog-post-tag_4f1d6bd02b16d288 .te-social-share_7cc343862714a282 {
    padding-bottom: 20px; }
.te-blog-details-wrapper_d48396a928705cd9 .wp-block-calendar_1ea6d51775a223f2 {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.wp-block-query-pagination_002a297bb09967ed,
.navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20,
.comment-navigation_fb85aa1267e66131 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-numbers_0801ebf2ce361d9d,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-numbers_0801ebf2ce361d9d,
  .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-numbers_0801ebf2ce361d9d {
    width: inherit; }
  .wp-block-query-pagination_002a297bb09967ed .nav-links_f2de64d36abecd38,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-links_f2de64d36abecd38,
  .comment-navigation_fb85aa1267e66131 .nav-links_f2de64d36abecd38 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-previous_27eb17ea1da44f51,
  .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-next_7caa25e9281b932c,
  .wp-block-query-pagination_002a297bb09967ed .nav-next_ff82a61a75bbab79 a,
  .wp-block-query-pagination_002a297bb09967ed .nav-previous_56037027c7719a14 a,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-previous_27eb17ea1da44f51,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-next_7caa25e9281b932c,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-next_ff82a61a75bbab79 a,
  .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-previous_56037027c7719a14 a,
  .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-previous_27eb17ea1da44f51,
  .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-next_7caa25e9281b932c,
  .comment-navigation_fb85aa1267e66131 .nav-next_ff82a61a75bbab79 a,
  .comment-navigation_fb85aa1267e66131 .nav-previous_56037027c7719a14 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_002a297bb09967ed .wp-block-query-pagination-previous_27eb17ea1da44f51,
      .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-next_7caa25e9281b932c,
      .wp-block-query-pagination_002a297bb09967ed .nav-next_ff82a61a75bbab79 a,
      .wp-block-query-pagination_002a297bb09967ed .nav-previous_56037027c7719a14 a,
      .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-previous_27eb17ea1da44f51,
      .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-next_7caa25e9281b932c,
      .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-next_ff82a61a75bbab79 a,
      .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-previous_56037027c7719a14 a,
      .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-previous_27eb17ea1da44f51,
      .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-next_7caa25e9281b932c,
      .comment-navigation_fb85aa1267e66131 .nav-next_ff82a61a75bbab79 a,
      .comment-navigation_fb85aa1267e66131 .nav-previous_56037027c7719a14 a {
        height: 40px; } }
    .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-previous_27eb17ea1da44f51:hover,
    .wp-block-query-pagination_002a297bb09967ed .wp-block-query-pagination-next_7caa25e9281b932c:hover,
    .wp-block-query-pagination_002a297bb09967ed .nav-next_ff82a61a75bbab79 a:hover,
    .wp-block-query-pagination_002a297bb09967ed .nav-previous_56037027c7719a14 a:hover,
    .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-previous_27eb17ea1da44f51:hover,
    .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .wp-block-query-pagination-next_7caa25e9281b932c:hover,
    .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-next_ff82a61a75bbab79 a:hover,
    .navigation_54bbb509c8e317ec.posts-navigation_4c52e308c4084d20 .nav-previous_56037027c7719a14 a:hover,
    .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-previous_27eb17ea1da44f51:hover,
    .comment-navigation_fb85aa1267e66131 .wp-block-query-pagination-next_7caa25e9281b932c:hover,
    .comment-navigation_fb85aa1267e66131 .nav-next_ff82a61a75bbab79 a:hover,
    .comment-navigation_fb85aa1267e66131 .nav-previous_56037027c7719a14 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_317a89f48141a860,
.page-links_28d79497d3e61b5a,
.wp-block-query-pagination-numbers_0801ebf2ce361d9d {
  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_317a89f48141a860 ul,
  .page-links_28d79497d3e61b5a ul,
  .wp-block-query-pagination-numbers_0801ebf2ce361d9d 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_317a89f48141a860 ul li,
    .page-links_28d79497d3e61b5a ul li,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d ul li {
      padding-top: 0; }
    .te-basic-pagination_317a89f48141a860 ul .prev span,
    .te-basic-pagination_317a89f48141a860 ul .next span,
    .page-links_28d79497d3e61b5a ul .prev span,
    .page-links_28d79497d3e61b5a ul .next span,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d ul .prev span,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d ul .next span {
      display: none; }
  .te-basic-pagination_317a89f48141a860 .post-page-numbers_5a5548c4abe0b41f,
  .page-links_28d79497d3e61b5a .post-page-numbers_5a5548c4abe0b41f,
  .wp-block-query-pagination-numbers_0801ebf2ce361d9d .post-page-numbers_5a5548c4abe0b41f {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_317a89f48141a860 .page-numbers_c2adab888b57e64c,
  .te-basic-pagination_317a89f48141a860 .post-page-numbers_5a5548c4abe0b41f,
  .page-links_28d79497d3e61b5a .page-numbers_c2adab888b57e64c,
  .page-links_28d79497d3e61b5a .post-page-numbers_5a5548c4abe0b41f,
  .wp-block-query-pagination-numbers_0801ebf2ce361d9d .page-numbers_c2adab888b57e64c,
  .wp-block-query-pagination-numbers_0801ebf2ce361d9d .post-page-numbers_5a5548c4abe0b41f {
    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_317a89f48141a860 .page-numbers_c2adab888b57e64c,
      .te-basic-pagination_317a89f48141a860 .post-page-numbers_5a5548c4abe0b41f,
      .page-links_28d79497d3e61b5a .page-numbers_c2adab888b57e64c,
      .page-links_28d79497d3e61b5a .post-page-numbers_5a5548c4abe0b41f,
      .wp-block-query-pagination-numbers_0801ebf2ce361d9d .page-numbers_c2adab888b57e64c,
      .wp-block-query-pagination-numbers_0801ebf2ce361d9d .post-page-numbers_5a5548c4abe0b41f {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_317a89f48141a860 .page-numbers_c2adab888b57e64c:hover,
    .te-basic-pagination_317a89f48141a860 .post-page-numbers_5a5548c4abe0b41f:hover,
    .page-links_28d79497d3e61b5a .page-numbers_c2adab888b57e64c:hover,
    .page-links_28d79497d3e61b5a .post-page-numbers_5a5548c4abe0b41f:hover,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d .page-numbers_c2adab888b57e64c:hover,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d .post-page-numbers_5a5548c4abe0b41f: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_317a89f48141a860 .page-numbers_c2adab888b57e64c.current,
    .te-basic-pagination_317a89f48141a860 .post-page-numbers_5a5548c4abe0b41f.current,
    .page-links_28d79497d3e61b5a .page-numbers_c2adab888b57e64c.current,
    .page-links_28d79497d3e61b5a .post-page-numbers_5a5548c4abe0b41f.current,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d .page-numbers_c2adab888b57e64c.current,
    .wp-block-query-pagination-numbers_0801ebf2ce361d9d .post-page-numbers_5a5548c4abe0b41f.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_6deb9a6d88b2a947 {
  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_6deb9a6d88b2a947 {
      -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_6deb9a6d88b2a947 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd {
    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_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd {
        -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_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd {
        width: 100%; } }
    .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd::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_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd::after {
          display: none; } }
    .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd:last-child::after {
        display: none; }
    .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .te-post-img_d14f8abebb0dc7a0 {
      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_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .te-post-img_d14f8abebb0dc7a0 {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .te-post-img_d14f8abebb0dc7a0 img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .text {
      width: 100%; }
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_6deb9a6d88b2a947 .te-post-navigation_a71e53bdb1ab54bd .theme-navigation_5c4c3e1cf9e6cd28 {
      width: 100%; }

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

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

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

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

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

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

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

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

/* Widget */
.widget_5be454a8244a2799,
.sidebar__widget_39b96476384c344c {
  /* 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_5be454a8244a2799 ol,
  .widget_5be454a8244a2799 ul,
  .sidebar__widget_39b96476384c344c ol,
  .sidebar__widget_39b96476384c344c ul {
    margin-bottom: 0; }
  .widget_5be454a8244a2799 .widget-instagram-feed_703e63700eed7244,
  .sidebar__widget_39b96476384c344c .widget-instagram-feed_703e63700eed7244 {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_5be454a8244a2799 .widget-instagram-feed_703e63700eed7244,
      .sidebar__widget_39b96476384c344c .widget-instagram-feed_703e63700eed7244 {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_5be454a8244a2799 .widget-instagram-feed_703e63700eed7244,
      .sidebar__widget_39b96476384c344c .widget-instagram-feed_703e63700eed7244 {
        width: 200px; } }
    .widget_5be454a8244a2799 .widget-instagram-feed_703e63700eed7244 .single-instagram-feed_ac0fa1f7e4cea2b8,
    .sidebar__widget_39b96476384c344c .widget-instagram-feed_703e63700eed7244 .single-instagram-feed_ac0fa1f7e4cea2b8 {
      width: 96px;
      height: 96px; }
  .widget_5be454a8244a2799 .wp-block-heading_bbc261903c7e7416,
  .widget_5be454a8244a2799 .widget-title_5b04151f77c801c8,
  .widget_5be454a8244a2799 .wp-block-search__label_a39c868165fe840b,
  .sidebar__widget_39b96476384c344c .wp-block-heading_bbc261903c7e7416,
  .sidebar__widget_39b96476384c344c .widget-title_5b04151f77c801c8,
  .sidebar__widget_39b96476384c344c .wp-block-search__label_a39c868165fe840b {
    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_5be454a8244a2799 .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8,
  .sidebar__widget_39b96476384c344c .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8 {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_5be454a8244a2799 .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8 a,
    .sidebar__widget_39b96476384c344c .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8 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_5be454a8244a2799 .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8 a:before,
      .sidebar__widget_39b96476384c344c .wp-block-social-links_c59b8d02bc6e2f4a .wp-social-link_8da1ee556995a0c8 a:before {
        display: none; }
  .widget_5be454a8244a2799 .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .widget_5be454a8244a2799 .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .sidebar__widget_39b96476384c344c .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .sidebar__widget_39b96476384c344c .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 {
    font-weight: 500; }
    .widget_5be454a8244a2799 .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .widget_5be454a8244a2799 .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .widget_5be454a8244a2799 .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .widget_5be454a8244a2799 .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .sidebar__widget_39b96476384c344c .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .sidebar__widget_39b96476384c344c .has-avatars_57c8f38bfda3192a.has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .sidebar__widget_39b96476384c344c .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .sidebar__widget_39b96476384c344c .has-dates_23ca46298fe1e983.has-excerpts_01757a84d379cfb2.wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49 .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e {
      font-weight: 500; }
  .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49,
  .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li.wp-block-te-latest-comments__comment_a66142844c820d49,
  .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li.wp-block-te-latest-comments__comment_a66142844c820d49,
  .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li.wp-block-te-latest-comments__comment_a66142844c820d49 {
    margin-bottom: 0; }
  .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70,
  .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70,
  .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70,
  .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040,
  .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 {
    line-height: 28px;
    font-weight: 400; }
    .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0,
    .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0 {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-meta_bbe8994ad61b5040 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before,
      .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 .wp-block-te-latest-comments__comment-date_5689afdd6e0d1ef0:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li a,
  .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li a,
  .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li a,
  .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li a {
    color: #335371; }
    .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li a.wp-block-te-latest-comments__comment-author_378240e538df15c1, .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li a.wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li a.wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li a.wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li a.wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li a.wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e,
    .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li a.wp-block-te-latest-comments__comment-author_378240e538df15c1,
    .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li a.wp-block-te-latest-comments__comment-link_ec2de6529bd4d95e {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li a:hover,
    .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li a:hover,
    .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li a:hover,
    .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li a:hover {
      color: #317EFE; }
  .widget_5be454a8244a2799 .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-excerpt_efe5834be83c6cb2 p,
  .widget_5be454a8244a2799 .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-excerpt_efe5834be83c6cb2 p,
  .sidebar__widget_39b96476384c344c .wp-block-te-latest-comments_5d533e6f364678cf li .wp-block-te-latest-comments__comment-excerpt_efe5834be83c6cb2 p,
  .sidebar__widget_39b96476384c344c .wp-block-latest-posts_e8c73e95efaf97d1 li .wp-block-te-latest-comments__comment-excerpt_efe5834be83c6cb2 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56,
  .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a,
    .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 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_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a,
        .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a {
          width: 40px;
          height: 40px; } }
      .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a.facebook_818aa6959f5aa4bf,
      .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a.facebook_818aa6959f5aa4bf {
        background-color: #1877f2; }
      .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a.twitter_1a347d0ee54f5ca3,
      .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a.twitter_1a347d0ee54f5ca3 {
        background-color: #1da1f2; }
      .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a.linkedin_2778595fd5367162,
      .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a.linkedin_2778595fd5367162 {
        background-color: #0a66c2; }
      .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a.instagram_d30c848248b5f907,
      .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a.instagram_d30c848248b5f907 {
        background-color: #405de6; }
      .widget_5be454a8244a2799 .te-social-profile_eeccd2b4e23cfa56 a:hover,
      .sidebar__widget_39b96476384c344c .te-social-profile_eeccd2b4e23cfa56 a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_5be454a8244a2799 select,
  .sidebar__widget_39b96476384c344c select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-username_7618e098e8bb472b label,
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-password_da92e4d6471b4f5c label,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-username_7618e098e8bb472b label,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-password_da92e4d6471b4f5c label {
    margin-bottom: 10px; }
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-username_7618e098e8bb472b input,
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-password_da92e4d6471b4f5c input,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-username_7618e098e8bb472b input,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-password_da92e4d6471b4f5c input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-remember_30957cd3117c0bd2 label,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-remember_30957cd3117c0bd2 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-submit_736234bb488888ca,
  .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-submit_736234bb488888ca {
    margin-bottom: 0; }
    .widget_5be454a8244a2799 .has-login-form_447ae68b622ec688 .login-submit_736234bb488888ca input.button-primary_902c13b5ee15e00c,
    .sidebar__widget_39b96476384c344c .has-login-form_447ae68b622ec688 .login-submit_736234bb488888ca input.button-primary_902c13b5ee15e00c {
      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_5be454a8244a2799 .search-form_64f27abdeb415793,
  .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_5be454a8244a2799 .search-form_64f27abdeb415793 button,
    .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_5be454a8244a2799.widget_search_b6ea1a9efcd24c8e .sidebar__search_66cfc32542daee63,
  .sidebar__widget_39b96476384c344c.widget_search_b6ea1a9efcd24c8e .sidebar__search_66cfc32542daee63 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_5be454a8244a2799.widget_search_b6ea1a9efcd24c8e .sidebar__search_66cfc32542daee63 button,
    .sidebar__widget_39b96476384c344c.widget_search_b6ea1a9efcd24c8e .sidebar__search_66cfc32542daee63 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_5be454a8244a2799 .wp-block-search__no-button_57ec6e12962dcfbb.wp-block-search_92520909473dc67b input,
  .sidebar__widget_39b96476384c344c .wp-block-search__no-button_57ec6e12962dcfbb.wp-block-search_92520909473dc67b input {
    border-radius: 10px; }
  .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b,
  .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b {
    margin-bottom: -2px; }
  .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b,
  .widget_5be454a8244a2799 .search-form_64f27abdeb415793,
  .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63,
  .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b,
  .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793,
  .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b .wp-block-search__inside-wrapper_9f857521aee03adb,
    .widget_5be454a8244a2799 .search-form_64f27abdeb415793 .wp-block-search__inside-wrapper_9f857521aee03adb,
    .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63 .wp-block-search__inside-wrapper_9f857521aee03adb,
    .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b .wp-block-search__inside-wrapper_9f857521aee03adb,
    .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 .wp-block-search__inside-wrapper_9f857521aee03adb,
    .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 .wp-block-search__inside-wrapper_9f857521aee03adb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b label,
    .widget_5be454a8244a2799 .search-form_64f27abdeb415793 label,
    .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63 label,
    .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b label,
    .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 label,
    .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b input,
    .widget_5be454a8244a2799 .search-form_64f27abdeb415793 input,
    .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63 input,
    .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b input,
    .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 input,
    .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 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_5be454a8244a2799 .wp-block-search_92520909473dc67b button,
    .widget_5be454a8244a2799 .search-form_64f27abdeb415793 button,
    .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63 button,
    .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b button,
    .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 button,
    .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 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_5be454a8244a2799 .tagcloud_8a6ad86384cefe44,
  .widget_5be454a8244a2799 .wp-block-tag-cloud_42ce3447dd9cf301,
  .sidebar__widget_39b96476384c344c .tagcloud_8a6ad86384cefe44,
  .sidebar__widget_39b96476384c344c .wp-block-tag-cloud_42ce3447dd9cf301 {
    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_5be454a8244a2799 .tagcloud_8a6ad86384cefe44 a,
    .widget_5be454a8244a2799 .wp-block-tag-cloud_42ce3447dd9cf301 a,
    .sidebar__widget_39b96476384c344c .tagcloud_8a6ad86384cefe44 a,
    .sidebar__widget_39b96476384c344c .wp-block-tag-cloud_42ce3447dd9cf301 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_5be454a8244a2799 .tagcloud_8a6ad86384cefe44 a:hover,
      .widget_5be454a8244a2799 .wp-block-tag-cloud_42ce3447dd9cf301 a:hover,
      .sidebar__widget_39b96476384c344c .tagcloud_8a6ad86384cefe44 a:hover,
      .sidebar__widget_39b96476384c344c .wp-block-tag-cloud_42ce3447dd9cf301 a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_5be454a8244a2799 ul,
  .widget_5be454a8244a2799 ol,
  .sidebar__widget_39b96476384c344c ul,
  .sidebar__widget_39b96476384c344c ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_5be454a8244a2799 ul li,
    .widget_5be454a8244a2799 ol li,
    .sidebar__widget_39b96476384c344c ul li,
    .sidebar__widget_39b96476384c344c ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_5be454a8244a2799 ul li:first-child,
      .widget_5be454a8244a2799 ol li:first-child,
      .sidebar__widget_39b96476384c344c ul li:first-child,
      .sidebar__widget_39b96476384c344c ol li:first-child {
        border-top: 0; }
      .widget_5be454a8244a2799 ul li:last-child,
      .widget_5be454a8244a2799 ol li:last-child,
      .sidebar__widget_39b96476384c344c ul li:last-child,
      .sidebar__widget_39b96476384c344c ol li:last-child {
        margin-bottom: 0; }
      .widget_5be454a8244a2799 ul li.recentcomments_42f85244c9bac8e7 .comment-author-link_9e9c78eacab0242e a:before, .widget_5be454a8244a2799 ul li.wp-block-latest-comments__comment_57c2ba0453874530 .comment-author-link_9e9c78eacab0242e a:before,
      .widget_5be454a8244a2799 ol li.recentcomments_42f85244c9bac8e7 .comment-author-link_9e9c78eacab0242e a:before,
      .widget_5be454a8244a2799 ol li.wp-block-latest-comments__comment_57c2ba0453874530 .comment-author-link_9e9c78eacab0242e a:before,
      .sidebar__widget_39b96476384c344c ul li.recentcomments_42f85244c9bac8e7 .comment-author-link_9e9c78eacab0242e a:before,
      .sidebar__widget_39b96476384c344c ul li.wp-block-latest-comments__comment_57c2ba0453874530 .comment-author-link_9e9c78eacab0242e a:before,
      .sidebar__widget_39b96476384c344c ol li.recentcomments_42f85244c9bac8e7 .comment-author-link_9e9c78eacab0242e a:before,
      .sidebar__widget_39b96476384c344c ol li.wp-block-latest-comments__comment_57c2ba0453874530 .comment-author-link_9e9c78eacab0242e a:before {
        display: none; }
      .widget_5be454a8244a2799 ul li.recentcomments_42f85244c9bac8e7 a, .widget_5be454a8244a2799 ul li.wp-block-latest-comments__comment_57c2ba0453874530 a,
      .widget_5be454a8244a2799 ol li.recentcomments_42f85244c9bac8e7 a,
      .widget_5be454a8244a2799 ol li.wp-block-latest-comments__comment_57c2ba0453874530 a,
      .sidebar__widget_39b96476384c344c ul li.recentcomments_42f85244c9bac8e7 a,
      .sidebar__widget_39b96476384c344c ul li.wp-block-latest-comments__comment_57c2ba0453874530 a,
      .sidebar__widget_39b96476384c344c ol li.recentcomments_42f85244c9bac8e7 a,
      .sidebar__widget_39b96476384c344c ol li.wp-block-latest-comments__comment_57c2ba0453874530 a {
        padding-left: 0;
        display: inline; }
        .widget_5be454a8244a2799 ul li.recentcomments_42f85244c9bac8e7 a:before, .widget_5be454a8244a2799 ul li.wp-block-latest-comments__comment_57c2ba0453874530 a:before,
        .widget_5be454a8244a2799 ol li.recentcomments_42f85244c9bac8e7 a:before,
        .widget_5be454a8244a2799 ol li.wp-block-latest-comments__comment_57c2ba0453874530 a:before,
        .sidebar__widget_39b96476384c344c ul li.recentcomments_42f85244c9bac8e7 a:before,
        .sidebar__widget_39b96476384c344c ul li.wp-block-latest-comments__comment_57c2ba0453874530 a:before,
        .sidebar__widget_39b96476384c344c ol li.recentcomments_42f85244c9bac8e7 a:before,
        .sidebar__widget_39b96476384c344c ol li.wp-block-latest-comments__comment_57c2ba0453874530 a:before {
          display: none; }
      .widget_5be454a8244a2799 ul li a,
      .widget_5be454a8244a2799 ol li a,
      .sidebar__widget_39b96476384c344c ul li a,
      .sidebar__widget_39b96476384c344c 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_5be454a8244a2799 ul li a::before,
        .widget_5be454a8244a2799 ol li a::before,
        .sidebar__widget_39b96476384c344c ul li a::before,
        .sidebar__widget_39b96476384c344c ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_5be454a8244a2799 ul li a:hover,
        .widget_5be454a8244a2799 ol li a:hover,
        .sidebar__widget_39b96476384c344c ul li a:hover,
        .sidebar__widget_39b96476384c344c ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_5be454a8244a2799 ul li a.rsswidget_c741e1f23fff29dd, .widget_5be454a8244a2799 ul li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd,
        .widget_5be454a8244a2799 ol li a.rsswidget_c741e1f23fff29dd,
        .widget_5be454a8244a2799 ol li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd,
        .sidebar__widget_39b96476384c344c ul li a.rsswidget_c741e1f23fff29dd,
        .sidebar__widget_39b96476384c344c ul li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd,
        .sidebar__widget_39b96476384c344c ol li a.rsswidget_c741e1f23fff29dd,
        .sidebar__widget_39b96476384c344c ol li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_5be454a8244a2799 ul li a.rsswidget_c741e1f23fff29dd:before, .widget_5be454a8244a2799 ul li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd:before,
          .widget_5be454a8244a2799 ol li a.rsswidget_c741e1f23fff29dd:before,
          .widget_5be454a8244a2799 ol li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd:before,
          .sidebar__widget_39b96476384c344c ul li a.rsswidget_c741e1f23fff29dd:before,
          .sidebar__widget_39b96476384c344c ul li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd:before,
          .sidebar__widget_39b96476384c344c ol li a.rsswidget_c741e1f23fff29dd:before,
          .sidebar__widget_39b96476384c344c ol li a.wp-block-latest-posts__post-title_ae390bb94a24ecfd:before {
            display: none; }
      .widget_5be454a8244a2799 ul li ul,
      .widget_5be454a8244a2799 ol li ul,
      .sidebar__widget_39b96476384c344c ul li ul,
      .sidebar__widget_39b96476384c344c ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_5be454a8244a2799 ul.wp-tag-cloud_c7201573ca1b6d12 li,
    .widget_5be454a8244a2799 ol.wp-tag-cloud_c7201573ca1b6d12 li,
    .sidebar__widget_39b96476384c344c ul.wp-tag-cloud_c7201573ca1b6d12 li,
    .sidebar__widget_39b96476384c344c ol.wp-tag-cloud_c7201573ca1b6d12 li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_5be454a8244a2799 ul.wp-tag-cloud_c7201573ca1b6d12 li a:before,
      .widget_5be454a8244a2799 ol.wp-tag-cloud_c7201573ca1b6d12 li a:before,
      .sidebar__widget_39b96476384c344c ul.wp-tag-cloud_c7201573ca1b6d12 li a:before,
      .sidebar__widget_39b96476384c344c ol.wp-tag-cloud_c7201573ca1b6d12 li a:before {
        display: none; }
  .widget_5be454a8244a2799.te_widget_categories_f4d5cf5abd0a38d1 li, .widget_5be454a8244a2799.widget_archive_6bacd1770145055d li,
  .widget_5be454a8244a2799 .wp-block-categories-list_c139bd749066d8db li,
  .widget_5be454a8244a2799 .wp-block-archives-list_1993ca7e1810f5ec li,
  .sidebar__widget_39b96476384c344c.te_widget_categories_f4d5cf5abd0a38d1 li,
  .sidebar__widget_39b96476384c344c.widget_archive_6bacd1770145055d li,
  .sidebar__widget_39b96476384c344c .wp-block-categories-list_c139bd749066d8db li,
  .sidebar__widget_39b96476384c344c .wp-block-archives-list_1993ca7e1810f5ec 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_5be454a8244a2799.te_widget_categories_f4d5cf5abd0a38d1 li.cat-item_0fa465e523c76cff, .widget_5be454a8244a2799.widget_archive_6bacd1770145055d li.cat-item_0fa465e523c76cff,
    .widget_5be454a8244a2799 .wp-block-categories-list_c139bd749066d8db li.cat-item_0fa465e523c76cff,
    .widget_5be454a8244a2799 .wp-block-archives-list_1993ca7e1810f5ec li.cat-item_0fa465e523c76cff,
    .sidebar__widget_39b96476384c344c.te_widget_categories_f4d5cf5abd0a38d1 li.cat-item_0fa465e523c76cff,
    .sidebar__widget_39b96476384c344c.widget_archive_6bacd1770145055d li.cat-item_0fa465e523c76cff,
    .sidebar__widget_39b96476384c344c .wp-block-categories-list_c139bd749066d8db li.cat-item_0fa465e523c76cff,
    .sidebar__widget_39b96476384c344c .wp-block-archives-list_1993ca7e1810f5ec li.cat-item_0fa465e523c76cff {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_5be454a8244a2799.te_widget_categories_f4d5cf5abd0a38d1 li a, .widget_5be454a8244a2799.widget_archive_6bacd1770145055d li a,
    .widget_5be454a8244a2799 .wp-block-categories-list_c139bd749066d8db li a,
    .widget_5be454a8244a2799 .wp-block-archives-list_1993ca7e1810f5ec li a,
    .sidebar__widget_39b96476384c344c.te_widget_categories_f4d5cf5abd0a38d1 li a,
    .sidebar__widget_39b96476384c344c.widget_archive_6bacd1770145055d li a,
    .sidebar__widget_39b96476384c344c .wp-block-categories-list_c139bd749066d8db li a,
    .sidebar__widget_39b96476384c344c .wp-block-archives-list_1993ca7e1810f5ec li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_7a2d1715ebe59dc9 {
  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_7a2d1715ebe59dc9 .about-desc_1380b6c26729503a {
    text-align: left; }
    .widget-about-info_7a2d1715ebe59dc9 .about-desc_1380b6c26729503a .about-title_dd0cd030ae962700 {
      font-size: 20px; }
  .widget-about-info_7a2d1715ebe59dc9 .about-image_3668f452f5a6b812 {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_7a2d1715ebe59dc9 .te-social-profile_eeccd2b4e23cfa56 {
    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_7a2d1715ebe59dc9 .te-social-profile_eeccd2b4e23cfa56 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_7a2d1715ebe59dc9 .te-social-profile_eeccd2b4e23cfa56 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_23ca46298fe1e983.has-author_e837a3006223ca1d.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__te-post-title_fe6798e4fd178c70 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_e582b38eeade150d .wp-block-heading_bbc261903c7e7416:before,
.widget_rss_e582b38eeade150d .widget-title_5b04151f77c801c8:before {
  display: none; }
.widget_rss_e582b38eeade150d .rss-widget-icon_bfe5113ae6118465 {
  margin-right: 6px; }
.widget_rss_e582b38eeade150d ul li a.rsswidget_c741e1f23fff29dd {
  color: #14203A; }
  .widget_rss_e582b38eeade150d ul li a.rsswidget_c741e1f23fff29dd:hover {
    color: #317EFE; }

.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-title_b8aece4edf58075e,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-title_b8aece4edf58075e,
.widget_rss_e582b38eeade150d .wp-block-rss__item-title_b8aece4edf58075e {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-title_b8aece4edf58075e a:before,
  .wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-title_b8aece4edf58075e a:before,
  .widget_rss_e582b38eeade150d .wp-block-rss__item-title_b8aece4edf58075e a:before {
    display: none; }
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-publish-date_8ca34814083da93f,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-publish-date_8ca34814083da93f,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.widget_rss_e582b38eeade150d .wp-block-rss__item-publish-date_8ca34814083da93f {
  margin-right: 10px; }
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__te-post-date_c87789860a7e64f4,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-publish-date_8ca34814083da93f,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-author_69fb763d97f42a43,
.wp-block-latest-posts_e8c73e95efaf97d1 .rss-date_4d50a8597338e513,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__te-post-date_c87789860a7e64f4,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-publish-date_8ca34814083da93f,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-author_69fb763d97f42a43,
.wp-block-rss_7302e4f4be4ea33f .rss-date_4d50a8597338e513,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__post-author_e6c4df64c9dba018,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__te-post-date_c87789860a7e64f4,
.widget_rss_e582b38eeade150d .wp-block-rss__item-publish-date_8ca34814083da93f,
.widget_rss_e582b38eeade150d .wp-block-rss__item-author_69fb763d97f42a43,
.widget_rss_e582b38eeade150d .rss-date_4d50a8597338e513 {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__te-post-date_c87789860a7e64f4:before,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-publish-date_8ca34814083da93f:before,
.wp-block-latest-posts_e8c73e95efaf97d1 .rss-date_4d50a8597338e513:before,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__te-post-date_c87789860a7e64f4:before,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-publish-date_8ca34814083da93f:before,
.wp-block-rss_7302e4f4be4ea33f .rss-date_4d50a8597338e513:before,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__te-post-date_c87789860a7e64f4:before,
.widget_rss_e582b38eeade150d .wp-block-rss__item-publish-date_8ca34814083da93f:before,
.widget_rss_e582b38eeade150d .rss-date_4d50a8597338e513:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__post-author_e6c4df64c9dba018:before,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-author_69fb763d97f42a43:before,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__post-author_e6c4df64c9dba018:before,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-author_69fb763d97f42a43:before,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__post-author_e6c4df64c9dba018:before,
.widget_rss_e582b38eeade150d .wp-block-rss__item-author_69fb763d97f42a43:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-latest-posts__post-excerpt_7092d461581405df,
.wp-block-latest-posts_e8c73e95efaf97d1 .wp-block-rss__item-excerpt_a4471cdb9024d7d8,
.wp-block-latest-posts_e8c73e95efaf97d1 .rssSummary_558f3d2eb7686593,
.wp-block-rss_7302e4f4be4ea33f .wp-block-latest-posts__post-excerpt_7092d461581405df,
.wp-block-rss_7302e4f4be4ea33f .wp-block-rss__item-excerpt_a4471cdb9024d7d8,
.wp-block-rss_7302e4f4be4ea33f .rssSummary_558f3d2eb7686593,
.widget_rss_e582b38eeade150d .wp-block-latest-posts__post-excerpt_7092d461581405df,
.widget_rss_e582b38eeade150d .wp-block-rss__item-excerpt_a4471cdb9024d7d8,
.widget_rss_e582b38eeade150d .rssSummary_558f3d2eb7686593 {
  margin-top: 10px;
  margin-bottom: 0; }

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

.te-post-item_73536c52c1840a6b .te-single-post-meta_54d81a22966405b2 {
  gap: 32px; }

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

.te-comment-title_51d90907d81789f4 h2,
.te-comment-title_51d90907d81789f4 .wp-block-comments-title_c9606dbbae50eb1a,
.wp-block-comments_2b13b3f3a7d48af1 h2,
.wp-block-comments_2b13b3f3a7d48af1 .wp-block-comments-title_c9606dbbae50eb1a {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a {
  padding-left: 0; }
  .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a .wp-block-te-comment-reply_9ea6a126ae83a10f {
    margin-top: 15px; }
  .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-column_7110bd35c6cc6c17:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-avatar_f589915f0c15a01a {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-avatar_f589915f0c15a01a img {
        width: 100%; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-comment-author-name_3ed7f1e3adb6ac7b a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-comment-edit-link_7c54e471ce47aba1 a {
      color: #317EFE; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-comment-date_0ee80c6ca52421ca a,
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-comment-edit-link_7c54e471ce47aba1 a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-te-comment-reply_9ea6a126ae83a10f 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_2b13b3f3a7d48af1 .wp-block-comment-template_74539f657b805c8a li .wp-block-columns_c158de89b3d2fd6a .wp-block-te-comment-reply_9ea6a126ae83a10f 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_34245763dd769f8e .te-comment-respond_b23e12d37969cd42,
.te-latest-comments_34245763dd769f8e .comment-respond_8f79fa2b96f5e8de {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_34245763dd769f8e li .children .te-comments-item_8c1bf6775a3dadaf {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_34245763dd769f8e li .children .te-comments-item_8c1bf6775a3dadaf {
      margin-left: 0; } }
.te-latest-comments_34245763dd769f8e li .children .children .te-comments-item_8c1bf6775a3dadaf {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf {
      padding: 30px; } }
  .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-avatar_f2a091c755646c7b {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-avatar_f2a091c755646c7b {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-avatar_f2a091c755646c7b img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d {
    overflow: hidden; }
    .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-avatar-name_c5598f42abd6a986 {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-avatar-name_c5598f42abd6a986 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_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-avatar-name_c5598f42abd6a986 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_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-avatar-name_c5598f42abd6a986 span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-comment-reply_7ce9be011981304d {
      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_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-comment-reply_7ce9be011981304d {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_34245763dd769f8e li .te-comments-item_8c1bf6775a3dadaf .te-comments-text_9d77039fc253178d .te-comment-reply_7ce9be011981304d:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

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

ul.children {
  list-style: none; }

.te-post-comments-form_7902bd829893308a .te-contacts-message_c34aec6d0842fe23 {
  margin-top: 10px; }

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

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

.te-comment-respond_b23e12d37969cd42,
.comment-respond_8f79fa2b96f5e8de {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_b23e12d37969cd42 .comment-form-cookies-consent_b7bb2411e667eba2,
  .comment-respond_8f79fa2b96f5e8de .comment-form-cookies-consent_b7bb2411e667eba2 {
    display: none; }
  .te-comment-respond_b23e12d37969cd42 .comment-notes_e5a68944ad20563b,
  .comment-respond_8f79fa2b96f5e8de .comment-notes_e5a68944ad20563b {
    margin-bottom: 30px; }
  .te-comment-respond_b23e12d37969cd42 p,
  .comment-respond_8f79fa2b96f5e8de p {
    margin: 0; }
  .te-comment-respond_b23e12d37969cd42 .te-contacts-email_882d107ae78973ca,
  .te-comment-respond_b23e12d37969cd42 .te-contacts-name_5a90617537a04626,
  .te-comment-respond_b23e12d37969cd42 .single-input-field_5b6595760b1f2fa2,
  .comment-respond_8f79fa2b96f5e8de .te-contacts-email_882d107ae78973ca,
  .comment-respond_8f79fa2b96f5e8de .te-contacts-name_5a90617537a04626,
  .comment-respond_8f79fa2b96f5e8de .single-input-field_5b6595760b1f2fa2 {
    margin-bottom: 20px; }
  .te-comment-respond_b23e12d37969cd42 label,
  .comment-respond_8f79fa2b96f5e8de label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_b23e12d37969cd42 .checkbox-field-wrapper_e8913b4e0db647bd,
  .comment-respond_8f79fa2b96f5e8de .checkbox-field-wrapper_e8913b4e0db647bd {
    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_b23e12d37969cd42 .checkbox-field-wrapper_e8913b4e0db647bd p,
    .comment-respond_8f79fa2b96f5e8de .checkbox-field-wrapper_e8913b4e0db647bd p {
      margin: 0; }
    .te-comment-respond_b23e12d37969cd42 .checkbox-field-wrapper_e8913b4e0db647bd .single-checkbox-field_b236a21591e6bb76,
    .comment-respond_8f79fa2b96f5e8de .checkbox-field-wrapper_e8913b4e0db647bd .single-checkbox-field_b236a21591e6bb76 {
      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_b23e12d37969cd42 .te-comment-form-cookies-consent_c4bbc51c8099ae5b,
  .comment-respond_8f79fa2b96f5e8de .te-comment-form-cookies-consent_c4bbc51c8099ae5b {
    display: none; }
  .te-comment-respond_b23e12d37969cd42 input[type="number"],
  .comment-respond_8f79fa2b96f5e8de input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_b23e12d37969cd42 input,
  .te-comment-respond_b23e12d37969cd42 select,
  .comment-respond_8f79fa2b96f5e8de input,
  .comment-respond_8f79fa2b96f5e8de 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_b23e12d37969cd42 *::-webkit-input-placeholder,
  .comment-respond_8f79fa2b96f5e8de *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_b23e12d37969cd42 *:-ms-input-placeholder,
  .comment-respond_8f79fa2b96f5e8de *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_b23e12d37969cd42 *::-ms-input-placeholder,
  .comment-respond_8f79fa2b96f5e8de *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_b23e12d37969cd42 *::placeholder,
  .comment-respond_8f79fa2b96f5e8de *::placeholder {
    color: #778196; }
  .te-comment-respond_b23e12d37969cd42 textarea,
  .comment-respond_8f79fa2b96f5e8de 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_b23e12d37969cd42 input:focus,
  .te-comment-respond_b23e12d37969cd42 textarea:focus,
  .te-comment-respond_b23e12d37969cd42 .form-select_ba5f7ae1bf797949:focus,
  .comment-respond_8f79fa2b96f5e8de input:focus,
  .comment-respond_8f79fa2b96f5e8de textarea:focus,
  .comment-respond_8f79fa2b96f5e8de .form-select_ba5f7ae1bf797949: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_4555786a12a171d0 {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_4555786a12a171d0:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_4555786a12a171d0: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_4555786a12a171d0:hover .te-content-wrapper_bab166b4aaa2e7d5 {
    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_4555786a12a171d0 .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_4555786a12a171d0 .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_4555786a12a171d0 .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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 {
    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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .content .desc_454f612313257d22 {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a {
      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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a 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_4555786a12a171d0 .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3:hover .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3:hover .te-content-wrapper_bab166b4aaa2e7d5 .content .title,
    .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3:hover .te-content-wrapper_bab166b4aaa2e7d5 .content .desc_454f612313257d22 {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .image {
    border-radius: 20px; }
  .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .content .desc_454f612313257d22 {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_4555786a12a171d0.style-2_f52ca8047dbd03b3 .te-content-wrapper_bab166b4aaa2e7d5 .social_367afff7e362b91a 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_4a4c1a5fbd7ad910 {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 .slick-list_e0813957ef15f5cb {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 .slick-list_e0813957ef15f5cb {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 .slick-list_e0813957ef15f5cb .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 .slick-dots_2818616f0c2601f3 {
    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_4a4c1a5fbd7ad910 .slick-dots_2818616f0c2601f3 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_4a4c1a5fbd7ad910 .slick-dots_2818616f0c2601f3 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_4a4c1a5fbd7ad910 .slick-dots_2818616f0c2601f3 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_4a4c1a5fbd7ad910 .slick-dots_2818616f0c2601f3 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_4a4c1a5fbd7ad910 .slick-arrow_ff38bfc29e576c4f {
    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_4822b3e2e8f95f97 {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_4822b3e2e8f95f97:hover .image .te-content-wrapper_bab166b4aaa2e7d5 {
    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_4822b3e2e8f95f97:hover .image .te-content-wrapper_bab166b4aaa2e7d5 .content .content-inner_d8dff1561b0a13ae {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_4822b3e2e8f95f97:hover .image .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_4822b3e2e8f95f97:hover .image .te-content-wrapper_bab166b4aaa2e7d5 .content .content-inner_d8dff1561b0a13ae {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_4822b3e2e8f95f97: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_4822b3e2e8f95f97 .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_4822b3e2e8f95f97 .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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 {
    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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .content-inner_d8dff1561b0a13ae {
        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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .sub-title_a32ab09b91e7cb72 {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 {
        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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 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_4822b3e2e8f95f97 .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

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

.te-portfolio-card_4822b3e2e8f95f97.style-3_b2326c46f334b535:hover .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 {
  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_4822b3e2e8f95f97.style-3_b2326c46f334b535 .te-content-wrapper_bab166b4aaa2e7d5 {
  padding: 0; }
  .te-portfolio-card_4822b3e2e8f95f97.style-3_b2326c46f334b535 .te-content-wrapper_bab166b4aaa2e7d5 .content .content-inner_d8dff1561b0a13ae {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_4822b3e2e8f95f97.style-3_b2326c46f334b535 .te-content-wrapper_bab166b4aaa2e7d5 .content .btn-wrapper_7886d1439451e542 {
    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_c5011ad394f299fc.style-1_2a52c475186f5b08 {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_c5011ad394f299fc.style-1_2a52c475186f5b08 {
      margin-top: 0;
      padding-top: 100px; } }

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

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

.testimonial-slider-area_364491759824e4dc.style-1_2a52c475186f5b08 {
  padding-bottom: 5px; }

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

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

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

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

.team-slider-area_953aa16a42ce334d.style-1_2a52c475186f5b08 {
  overflow: hidden; }

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

.about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-image-card_8f70c97a93287e98 {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-image-card_8f70c97a93287e98 .te-main-img-wrapper_9b82405f238d5388 .te-main-img-inner_212663c8e0881c82 {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-image-card_8f70c97a93287e98 .te-company-foundation_64f6aea338fcec4c {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-info-card_8d49cd117f556774 {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-info-card_8d49cd117f556774 {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_7cbe29a810a0926e.style-2_f52ca8047dbd03b3 .te-about-info-card_8d49cd117f556774 {
      padding-left: 80px; } }

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

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

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

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

.faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .accordion-wrapper_733a5700168efa2c {
      padding-right: 60px; } }
  .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb {
        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_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb {
        right: 0; } }
    .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 {
      position: relative; }
      .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .te-main-img-inner_212663c8e0881c82 {
        -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_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .te-image-shape_48f990fe6ead6428 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .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_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .content .number_506338c99e211793 {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .top-content_f26267b7539f245b {
        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_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .top-content_f26267b7539f245b {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .bottom-content_fe98571898c46f93 {
        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_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .bottom-content_fe98571898c46f93 {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .bottom-content_fe98571898c46f93 .bottom-content-inner_89169fd580839a6d {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .bottom-content_fe98571898c46f93 .bottom-content-inner_89169fd580839a6d .title,
          .faq-area_0a29ee9cebcc5000.style-1_2a52c475186f5b08 .te-faq-image_bef9ca5c656a43cb .te-image-wrapper_4aad80fdc9e367b7 .bottom-content_fe98571898c46f93 .bottom-content-inner_89169fd580839a6d .number_506338c99e211793 {
            color: #14203A; }

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

.testimonial-slider-area_364491759824e4dc {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_364491759824e4dc.style-2_f52ca8047dbd03b3 .slick-list_e0813957ef15f5cb {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_364491759824e4dc.style-2_f52ca8047dbd03b3 .slick-list_e0813957ef15f5cb .te-slick-item_e4917ae95b4a2d58 {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .icon_9e35bc2a7405cb8a {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .te-counter-title_b14265bcb643fc3e {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .te-counter-title_b14265bcb643fc3e .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .title {
    color: #ffffff; }
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .number_506338c99e211793 {
    color: #E7F914; }
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .number_506338c99e211793,
  .counter-up-area_3167c8360860b976.style-2_f52ca8047dbd03b3 .te-counter-card_63a0f0929d2c758e .te-counter-item_883c2de21d3ec663 .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

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

.subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-image-bg-collumn_b4a1bb8da7d4b39b {
      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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-subscribe-form-wrapper_5a7072e3207253c1 {
      padding: 0; }
    .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
      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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
          -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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
          -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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
          gap: 60px; } }
      .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 .te-subscribe-title_b8003a7fb1a57232 {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 .te-content-inner_599a4c9fcd95db7c {
        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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 .te-content-inner_599a4c9fcd95db7c {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 .te-content-inner_599a4c9fcd95db7c .icon_9e35bc2a7405cb8a {
          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_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .te-subscribe-form-widget_6519bb30ac51b9ff {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .mc4wp-form-fields_48381f577583514f {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_d74031dc6ab0ff52.style-2_f52ca8047dbd03b3 .te-subscribe-inner-area_8a714a7396be812f .mc4wp-form-fields_48381f577583514f {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_364491759824e4dc.style-3_b2326c46f334b535 {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_364491759824e4dc.style-3_b2326c46f334b535 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_364491759824e4dc.style-3_b2326c46f334b535 {
      padding: 100px 0; } }
  .testimonial-slider-area_364491759824e4dc.style-3_b2326c46f334b535 .slick-list_e0813957ef15f5cb .slick-slide.slick-current_fda2fab884f5a2ca .te-testimonial-card_f0d420eccba179e4.style-3_b2326c46f334b535 .te-content-wrapper_bab166b4aaa2e7d5 .te-user-meta_cae2a21137b1b8f0 .icon_9e35bc2a7405cb8a {
    color: #317EFE; }

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

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

.te-contact-info_843ad19e3102cd53 {
  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_843ad19e3102cd53 .te-icon-card_af810a4d26d0f2d0 {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

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

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

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

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

.service-details_4ff5b201bbc0a5ab {
  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_4ff5b201bbc0a5ab .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_4ff5b201bbc0a5ab .content .te-title-wrapper_10ebe9b01158a609 {
    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_4ff5b201bbc0a5ab .content .te-title-wrapper_10ebe9b01158a609 .title-inner_6c698b4461a5db1a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_4ff5b201bbc0a5ab .content .te-title-wrapper_10ebe9b01158a609 .title-inner_6c698b4461a5db1a .icon_9e35bc2a7405cb8a {
        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_4ff5b201bbc0a5ab .content .te-title-wrapper_10ebe9b01158a609 .title-inner_6c698b4461a5db1a .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_53d2397b7275c91b {
  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_53d2397b7275c91b .list-wrapper_41a396fdc46860cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_53d2397b7275c91b .list-wrapper_41a396fdc46860cc .icon_9e35bc2a7405cb8a {
      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_53d2397b7275c91b .list-wrapper_41a396fdc46860cc 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_53d2397b7275c91b .list-wrapper_41a396fdc46860cc 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_53d2397b7275c91b .list-wrapper_41a396fdc46860cc 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_53d2397b7275c91b .list-wrapper_41a396fdc46860cc 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_88e39e54f2f6eeb5 {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_88e39e54f2f6eeb5 .te-team-card_4555786a12a171d0 {
    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_22015dd11a13162f {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_22015dd11a13162f {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_22015dd11a13162f {
      padding-top: 100px;
      padding-bottom: 76px; } }

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

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

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

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

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

.footer_78f1f344174a735a {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_78f1f344174a735a .te-subscribe-form-widget_6519bb30ac51b9ff .submit-btn_7ec2723d3404bfd3 span {
    display: none; }
  .footer_78f1f344174a735a.style-1_2a52c475186f5b08 {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_78f1f344174a735a.style-1_2a52c475186f5b08 .te-footer-sec_35afb17f7fbc90e0 {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_78f1f344174a735a.style-1_2a52c475186f5b08 .te-footer-sec_35afb17f7fbc90e0 .te-footer-widget_35932c4ac9a86d94 .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-form-fields_48381f577583514f {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_78f1f344174a735a.style-1_2a52c475186f5b08 .te-footer-widget_35932c4ac9a86d94 .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 input {
      color: #131A2A; }
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .wp-block-heading_bbc261903c7e7416,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .widget-title_5b04151f77c801c8,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .wp-block-search__label_a39c868165fe840b,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .wp-block-heading_bbc261903c7e7416,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .widget-title_5b04151f77c801c8,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .wp-block-search__label_a39c868165fe840b,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 ul li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 ol li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c ul li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c ol li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 ul li,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-calendar-table_fb8ef2c6920e78db,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-calendar_1ea6d51775a223f2 caption,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 nav.wp-calendar-nav_4e9771a6100db3d0 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-latest-comments__comment-excerpt_5da9b68d76623eae,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-calendar-table_fb8ef2c6920e78db caption,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_text_cbf2e1a713e99944,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .tagcloud_8a6ad86384cefe44 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .wp-block-tag-cloud_42ce3447dd9cf301 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .tagcloud_8a6ad86384cefe44 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .wp-block-tag-cloud_42ce3447dd9cf301 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-latest-comments__comment-date_2eb651274a2d8e3c,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-latest-comments__comment_57c2ba0453874530,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-archives-dropdown_342d849ff379e5d2 label,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_categories_d938dbf76d9b9bfb li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_archive_6bacd1770145055d li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_nav_menu_cc4c2693b3496873 li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_tag_cloud_5d1b38e999226498 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_rss_e582b38eeade150d li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_rss_e582b38eeade150d li,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .footer__widget_0fbcd068cdfce0e7 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .footer__widget_0fbcd068cdfce0e7 li,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 li.recentcomments_42f85244c9bac8e7 {
    color: #ffffff; }
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-theme-btn_da9be66f1e61b19f,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-loginout_c3ecddf341481c41 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 input.te-theme-btn_da9be66f1e61b19f,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .wp-block-search_92520909473dc67b button,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .search-form_64f27abdeb415793 button,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .widget_5be454a8244a2799 .sidebar__search_66cfc32542daee63 button,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .wp-block-search_92520909473dc67b button,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .search-form_64f27abdeb415793 button,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .sidebar__widget_39b96476384c344c .sidebar__search_66cfc32542daee63 button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_78f1f344174a735a .footer__widget_0fbcd068cdfce0e7 li {
    list-style: none; }
  .footer_78f1f344174a735a .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li.wp-block-social-link_76c74c274cef1b40 {
    display: inline-block;
    width: unset !important; }
  .footer_78f1f344174a735a .te_widget_nav_menu_e340a7360e767be6 li.cat-item_0fa465e523c76cff {
    text-align: right; }
    .footer_78f1f344174a735a .te_widget_nav_menu_e340a7360e767be6 li.cat-item_0fa465e523c76cff a {
      float: left; }
  .footer_78f1f344174a735a .te-footer-bg_6acb28a3844038d7 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_78f1f344174a735a .footer-nav-widget_01ce3e69b5445d7d {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_78f1f344174a735a .footer-nav-widget_01ce3e69b5445d7d {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_78f1f344174a735a .footer-nav-widget_01ce3e69b5445d7d {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_78f1f344174a735a .footer-nav-widget_01ce3e69b5445d7d {
        padding: 0 30px; } }

.te-footer-widget_35932c4ac9a86d94 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_35932c4ac9a86d94 {
      margin-bottom: 40px; } }
  .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-title_730beda0e675d2a8,
  .te-footer-widget_35932c4ac9a86d94 .wp-block-heading_bbc261903c7e7416 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_35932c4ac9a86d94 ul {
    padding-left: 0; }
  .te-footer-widget_35932c4ac9a86d94 .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-form-fields_48381f577583514f {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_35932c4ac9a86d94 .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_35932c4ac9a86d94.widget-latest-posts-footer_e333a193bb2c7572 {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_35932c4ac9a86d94.zoom-instagram-widget_87af059420e0a9d0 {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_35932c4ac9a86d94.widget_contact_info_widget_8be653770a855ae5 {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_35932c4ac9a86d94 .widget-instagram-feed_703e63700eed7244 {
      width: 170px; } }
  .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 {
        padding-right: 0; } }
    .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 .te-footer-logo_514e53dbe7cb811a {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 .info-form-and-social-icon_e15e6509811fd646 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 .info-form-and-social-icon_e15e6509811fd646 .te-social-profile_eeccd2b4e23cfa56 {
        margin-top: 0; }
    .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 .te-social-profile_eeccd2b4e23cfa56 {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-info_3c9ae8b26e69d145 .info-form-and-social-icon_e15e6509811fd646 {
        -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_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 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_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c p {
    color: #335371; }
  .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul {
    list-style: none; }
    .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f 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_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li:first-child .contact-icon_c22acdbe039cd1bc {
          margin-top: 5px; }
      .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-icon_c22acdbe039cd1bc {
        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_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-text_a8b77abc27d68a01 {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-text_a8b77abc27d68a01 a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-text_a8b77abc27d68a01 span,
        .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-text_a8b77abc27d68a01 p,
        .te-footer-widget_35932c4ac9a86d94 .te-footer-widget-contact_377fdcf30d64e94c .footer-contact_889083d2c494998f ul li .contact-text_a8b77abc27d68a01 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_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li {
    margin-bottom: 10px; }
    .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-thumb_649cb3802ba5876c {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-title_2e191fa28c051778 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-title_2e191fa28c051778 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_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-title_2e191fa28c051778 a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-meta_a889e2c8b4861fdc {
      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_2c0b347fe1807903 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_2c0b347fe1807903 ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_2c0b347fe1807903 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_2c0b347fe1807903 ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

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

.subscribe-area_d74031dc6ab0ff52 {
  overflow: hidden; }
  .subscribe-area_d74031dc6ab0ff52.style-1_2a52c475186f5b08 .te-subscribe-inner-area_8a714a7396be812f .te-content-wrapper_bab166b4aaa2e7d5 {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_d74031dc6ab0ff52.style-1_2a52c475186f5b08 .te-image-bg-collumn_b4a1bb8da7d4b39b {
    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_d74031dc6ab0ff52.style-1_2a52c475186f5b08 .te-image-bg-collumn_b4a1bb8da7d4b39b {
        display: none; } }
  .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 {
    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_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .short-title_ae0d3d7d85efe89d {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .te-subscribe-title_b8003a7fb1a57232 {
      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_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .te-subscribe-title_b8003a7fb1a57232 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .te-subscribe-title_b8003a7fb1a57232 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .te-subscribe-title_b8003a7fb1a57232 {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_d74031dc6ab0ff52 .te-content-wrapper_bab166b4aaa2e7d5 .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f .te-subscribe-collumn_3f978e4cb0e4911a {
      -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_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f .te-subscribe-collumn_3f978e4cb0e4911a.te-image-bg-collumn_b4a1bb8da7d4b39b {
          display: none; } }
    .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f .mc4wp-form-fields_48381f577583514f {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f .mc4wp-form-fields_48381f577583514f {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_d74031dc6ab0ff52 .te-subscribe-inner-area_8a714a7396be812f .mc4wp-form-fields_48381f577583514f .submit-btn_7ec2723d3404bfd3 {
        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_35932c4ac9a86d94 .te-subscribe-form-wrapper_5a7072e3207253c1 {
  color: #335371; }

.te-subscribe-form-widget_6519bb30ac51b9ff {
  position: relative; }
  .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-form-fields_48381f577583514f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .single-field_d2b35e130009f274 *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_6519bb30ac51b9ff .submit-btn_7ec2723d3404bfd3 {
    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_6519bb30ac51b9ff .submit-btn_7ec2723d3404bfd3:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-response_3cfc0131afcec88f {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-response_3cfc0131afcec88f .mc4wp-alert_98b722e890dac981.mc4wp-error_4bcb2cb79bbe2b2b p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-response_3cfc0131afcec88f .mc4wp-alert_98b722e890dac981.mc4wp-error_4bcb2cb79bbe2b2b a {
      color: #ff0000; }
    .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-response_3cfc0131afcec88f .mc4wp-alert_98b722e890dac981.mc4wp-success_c1d7c3d6b4fb4018 p, .te-subscribe-form-widget_6519bb30ac51b9ff .mc4wp-response_3cfc0131afcec88f .mc4wp-alert_98b722e890dac981.mc4wp-notice_18f9a111fdfd19c9 p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_b6e4f622ec5fde57 {
  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_b6e4f622ec5fde57 .te-footer-logo_514e53dbe7cb811a {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_b6e4f622ec5fde57 .te-social-widget_a3032a9cb62a6ad7 {
    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_b6e4f622ec5fde57 .te-social-widget_a3032a9cb62a6ad7 span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

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

.footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 {
  background-color: #131A2A; }
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-sec_35afb17f7fbc90e0 {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget-title_730beda0e675d2a8,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .wp-block-heading_bbc261903c7e7416 {
    color: #ffffff;
    font-size: 24px; }
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .footer-bottom-area_8921080423c8df6f .te-copyright-text_9d5e15595cc50069 p,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget_35932c4ac9a86d94.te_widget_nav_menu_e340a7360e767be6 li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-title_2e191fa28c051778 a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-title_2e191fa28c051778,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget_35932c4ac9a86d94 .te_widget_latest_post_e1a319eb968f5ab1 ul li .te-latest-post-desc_f0ff61b879a4dc1d .te-latest-post-meta_a889e2c8b4861fdc,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-widget_35932c4ac9a86d94 .te-subscribe-form-wrapper_5a7072e3207253c1,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .te-footer-bottom-menu_2c0b347fe1807903 ul li a,
  .footer_78f1f344174a735a.style-2_f52ca8047dbd03b3 .footer-bottom-area_8921080423c8df6f .te-copyright-text_9d5e15595cc50069 p a {
    color: #ffffff; }

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