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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  color: #E7F914; }

.te-theme-btn_581432601f53797b,
.wp-block-loginout_53dc9066b35a8c50 a,
input.te-theme-btn_581432601f53797b {
  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_581432601f53797b:hover,
  .wp-block-loginout_53dc9066b35a8c50 a:hover,
  input.te-theme-btn_581432601f53797b:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_581432601f53797b:focus,
  .wp-block-loginout_53dc9066b35a8c50 a:focus,
  input.te-theme-btn_581432601f53797b:focus {
    color: #ffffff; }
  .te-theme-btn_581432601f53797b.yellow-btn_cf486ba020e4f55a,
  .wp-block-loginout_53dc9066b35a8c50 a.yellow-btn_cf486ba020e4f55a,
  input.te-theme-btn_581432601f53797b.yellow-btn_cf486ba020e4f55a {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_581432601f53797b.simple-btn_a396c4f3da2d8ee0,
  .wp-block-loginout_53dc9066b35a8c50 a.simple-btn_a396c4f3da2d8ee0,
  input.te-theme-btn_581432601f53797b.simple-btn_a396c4f3da2d8ee0 {
    padding-left: 36px;
    padding-right: 36px; }

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

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

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

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

.circle-rotate-wrapper_fb0803719c35fe97 {
  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_fb0803719c35fe97 .circle-rotate-inner_0fa39ba7e4c4068a {
    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_e74dc0bf5bf6990f {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-350_97adcd207e563fc3 {
  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_c584d8825c22240a label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_c584d8825c22240a input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_c584d8825c22240a 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_c584d8825c22240a 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_014002c910580adf .size-full_69c869fea466f927.alignright_b64425635059f351 {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_014002c910580adf figure.wp-caption_41142d6b69b0c168.aligncenter_0619c3800cef01a9 {
  margin-top: 40px; }
.tp-page-content_014002c910580adf dl, .tp-page-content_014002c910580adf ol, .tp-page-content_014002c910580adf ul {
  margin-bottom: 11px; }
.tp-page-content_014002c910580adf .te-comment-respond_d06e1b178c080998 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_014002c910580adf .te-latest-comments_ed02f005471a0f03 .te-comment-respond_d06e1b178c080998 {
  margin-bottom: 40px; }
.tp-page-content_014002c910580adf .te-post-comments_87428d6bd049f878 {
  margin-top: 80px; }

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

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

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

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

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

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

.gallery-columns-1_aa7c94274fa8fd42 .gallery-item_f09cb3d03b614306 {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_d4899bfcba02ac46 .gallery-item_f09cb3d03b614306 {
  max-width: 50%; }

.gallery-columns-3_81ed29bc475223ea .gallery-item_f09cb3d03b614306 {
  max-width: 33.33%; }

.gallery-columns-4_a6c6696049265886 .gallery-item_f09cb3d03b614306 {
  max-width: 25%; }

.gallery-columns-5_2b6d2b47262ad49c .gallery-item_f09cb3d03b614306 {
  max-width: 20%; }

.gallery-columns-6_67059f18b6a65408 .gallery-item_f09cb3d03b614306 {
  max-width: 16.66%; }

.gallery-columns-7_ca764e282c32a383 .gallery-item_f09cb3d03b614306 {
  max-width: 14.28%; }

.gallery-columns-8_3acb88ca79b27b73 .gallery-item_f09cb3d03b614306 {
  max-width: 12.5%; }

.gallery-columns-9_2ab76227aff01fd0 .gallery-item_f09cb3d03b614306 {
  max-width: 11.11%; }

.gallery-caption_3b0b35b6a5541cc3 {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.te-post-content p.has-large-font-size_0db2b7e7197483d8 {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_d0a576d8ef105d96 {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_6c26adcc4fc73d12 {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_33e1c9f1ab0f6200 p {
  margin-top: 0 !important; }

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

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

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

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

.wp-block-cover_1750a9b8834dd2f2 p.wp-block-cover-text_70e22924a2ff81cd,
.wp-block-cover_1750a9b8834dd2f2.is-light_b2941274b161d031 .wp-block-cover__inner-container_27d564541cc2d403 {
  color: #fff !important; }

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

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

.widget_6b5cf2cddc0b7039 .wp-block-archives-dropdown_f30a434e5aef2b56,
.widget_6b5cf2cddc0b7039 .wp-block-categories-dropdown_74a48bef24012ae2,
.widget_6b5cf2cddc0b7039 .wp-block-loginout_53dc9066b35a8c50,
.widget_6b5cf2cddc0b7039 .wp-block-social-links_6f8732eb86ba8fe8,
.widget_6b5cf2cddc0b7039.widget_archive_4b70d24a1a6fd9b0 select,
.widget_6b5cf2cddc0b7039.te_widget_categories_30150448911a163a select,
.widget_6b5cf2cddc0b7039.widget_text_d8896156b65d16e5 select,
.widget_6b5cf2cddc0b7039.te_widget_search_24afae30116ef8d5 .search-form_f31202d6eddd98df,
.widget_6b5cf2cddc0b7039.te_widget_tag_cloud_01307fcb77cd282b .tagcloud_b1e26f6d8ca9480e,
.widget_6b5cf2cddc0b7039 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 {
  margin-bottom: 6px; }

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

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

.blog-search-content_b84ad899ddb58b86 {
  margin: 0; }
  .blog-search-content_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96,
  .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df,
  .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb {
    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_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96,
      .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df,
      .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb {
        width: 100%; } }
    .blog-search-content_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96 .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb .wp-block-search__inside-wrapper_8d03b59da3b6aa6c {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96 label,
    .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df label,
    .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb 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_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96 input,
    .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df input,
    .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb 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_b84ad899ddb58b86 .wp-block-search_d0a576d8ef105d96 button,
    .blog-search-content_b84ad899ddb58b86 .search-form_f31202d6eddd98df button,
    .blog-search-content_b84ad899ddb58b86 .sidebar__search_aba0f3f757e525eb 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_014002c910580adf .wp-smiley_9412a02e6596c263,
.entry-content_26ffdb97d072a2d1 .wp-smiley_9412a02e6596c263,
.comment-content_84be5540a611bbfc .wp-smiley_9412a02e6596c263 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.te-comment-respond_d06e1b178c080998.style-two_f7ca0e80ac38af5a .wpcf7-form_0e54c8f31c020450 .wpcf7-not-valid-tip_20a41f5675f9d949 {
  color: #d9c0b8 !important; }
.te-comment-respond_d06e1b178c080998 .wpcf7-form_0e54c8f31c020450 .wpcf7-not-valid_839b4287491c8955 {
  border-color: #dc3232 !important; }
.te-comment-respond_d06e1b178c080998 .wpcf7-form_0e54c8f31c020450 .wpcf7-not-valid-tip_20a41f5675f9d949 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_d06e1b178c080998 .wpcf7-form_0e54c8f31c020450.sent_8b9d8d75a8f60d84 .wpcf7-response-output_4f79abd8323b00e5 {
  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_d06e1b178c080998 .wpcf7-form_0e54c8f31c020450.invalid_1194782fbc20cf4f .wpcf7-response-output_4f79abd8323b00e5 {
  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_8439abac8e6e9e2b {
  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_8439abac8e6e9e2b .wpcf7-te-list-item_e992b41bba777573 {
    margin: 0; }
    .wpcf7-form-control_8439abac8e6e9e2b .wpcf7-te-list-item_e992b41bba777573 label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_8439abac8e6e9e2b .wpcf7-te-list-item_e992b41bba777573 label .wpcf7-te-list-item-label_7fd0635b50ddf1a2 {
        font-size: 16px;
        font-weight: 400; }

.logged-in_a86f2c792bea11b4 .te-comment-respond_d06e1b178c080998 textarea {
  margin-bottom: 12px; }

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

body.admin-bar_ad239bf7cf62aa90 .header-menu-area_6631042defeb0a56.sticky_menu_542181c22906c15d {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_ad239bf7cf62aa90 .header-menu-area_6631042defeb0a56.sticky_menu_542181c22906c15d {
      top: 0; } }

.page-template-default_e567689f64e5af0c.page-id-146_0b4b5442553f90c1 .tp-page-content_014002c910580adf p:last-child {
  margin-bottom: 10px; }
.page-template-default_e567689f64e5af0c.page-id-1133_a7c1e2c17a85493b .tp-page-content_014002c910580adf .te-comment-respond_d06e1b178c080998 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_e567689f64e5af0c.page-id-3_5be95102e9e1d993 .page-area_86fbec9e262ee4b1 {
  padding-top: 128px; }

.single-post-item_b0368f8d11ae1a91.post-24_b7183118401af968 .wp-block-button_810286d242599daa a {
  color: #ffffff; }

.post-template-default_582d2edbebf6506e.postid-163_5d1f5c51022b081c .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content {
  margin-bottom: 34px; }
.post-template-default_582d2edbebf6506e.postid-150_59e065634bf0aec7 .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_582d2edbebf6506e.postid-150_59e065634bf0aec7 .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-group_ac260867d352b6ef.is-layout-constrained_1a5fbe6d2f43fda6:last-child {
    border: 1px solid #000; }
.post-template-default_582d2edbebf6506e.postid-51_86048385a7ff5e0b .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_582d2edbebf6506e.postid-51_86048385a7ff5e0b .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_582d2edbebf6506e.postid-1163_4fb776ef89f578d3 .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-caption_41142d6b69b0c168, .post-template-default_582d2edbebf6506e.postid-568_5366c46e04967f51 .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-caption_41142d6b69b0c168 {
  margin-top: 20px; }
.post-template-default_582d2edbebf6506e.postid-1785_9f3d2be3b5b6b10b .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-button__link_f6b586a1f979c0e2 {
  color: #ffffff !important; }
.post-template-default_582d2edbebf6506e.postid-1149_8bbeed20df7a4a70 .te-blog-details-wrapper_8c529098ddfac925 .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 p {
  margin-bottom: 0; }
.post-template-default_582d2edbebf6506e.postid-555_33952b2f21df5194 .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .gallery {
  margin-top: 20px; }

.error-404_8917aad386e260f7.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_8917aad386e260f7.not-found .error-content_d88e42b6eaa32b3e .error-btn-bh_d78abfe89f11b3c9 {
    margin-top: 20px; }

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

.sidebar_1ee9642933e6d99c .widget_media_gallery_317e31e81dc990a2 .gallery-item_f09cb3d03b614306 {
  margin-bottom: 0; }
  .sidebar_1ee9642933e6d99c .widget_media_gallery_317e31e81dc990a2 .gallery-item_f09cb3d03b614306 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_2bc3afca945bac05 {
  -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_400be2f209c5159d {
  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_73365b9caf048a0c path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_ad239bf7cf62aa90 .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171.login .te-header-menu-area_bc797b75f302c767 {
  top: auto !important; }

.header-area_c52e8ba0b07b08cf .container-fluid_822bd5f308f085a2 {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_c52e8ba0b07b08cf .container-fluid_822bd5f308f085a2 {
      padding: 0 24px; } }
.header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top .te-header-contact-info_28046c755f6cc3c5 span {
    color: #677471; }
    .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top .te-header-contact-info_28046c755f6cc3c5 span i {
      color: #317EFE; }
    .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top .te-header-contact-info_28046c755f6cc3c5 span a {
      color: #677471; }
  .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top .te-social-profile_43bffa4aefad94d6 a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .header-top .te-social-profile_43bffa4aefad94d6 a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-header-menu-area_bc797b75f302c767 {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-header-menu-area_bc797b75f302c767 .menu-wrapper_427a3236dceb08f1 {
    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_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-header-menu-area_bc797b75f302c767 .menu-wrapper_427a3236dceb08f1 {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-header-menu-area_bc797b75f302c767 .te-header-btn_8a5968f1bf419515 .te-quote-btn_756bb2c54a04aaf3 {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-sticky_menu {
  top: 0; }
  .header-area_c52e8ba0b07b08cf.style-2_3e3c796f6878b171 .te-sticky_menu .menu-wrapper_427a3236dceb08f1 {
    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_4212f24311646485 {
    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_8d5c9c6823475019 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_28046c755f6cc3c5 {
    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_28046c755f6cc3c5 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_28046c755f6cc3c5 span.te-contact-info-item_139a6f613af3fe59 {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_28046c755f6cc3c5 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_36ed2790f4274f87 {
      display: none; } }
  .header-top .header-top-btn_36ed2790f4274f87 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_36ed2790f4274f87 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_36ed2790f4274f87 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_43bffa4aefad94d6 {
    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_43bffa4aefad94d6 .te-social-profile-label_1562dab83bcc0986 {
      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_43bffa4aefad94d6 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_43bffa4aefad94d6 a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_bc797b75f302c767 {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_bc797b75f302c767.te-te-sticky-header_a553fa6e2e7b931d {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_bc797b75f302c767.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_bc797b75f302c767.te-sticky_menu .te-logo_3d29b29d8e29a123 .te-sticky-logo_5facf6687d087053 img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_bc797b75f302c767.te-sticky_menu .te-main-menu_8fd59d0970534d5f ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_bc797b75f302c767.te-sticky_menu .te-main-menu_8fd59d0970534d5f 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_bc797b75f302c767.te-sticky_menu .te-main-menu_8fd59d0970534d5f ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_bc797b75f302c767.te-sticky_menu .te-main-menu_8fd59d0970534d5f ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_bc797b75f302c767 .te-header-menu-wrapper_f40a21421e536491 {
    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_bc797b75f302c767 .te-header-menu-wrapper_f40a21421e536491 {
        gap: 20px; } }
  .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 {
    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_bc797b75f302c767 .te-logo_3d29b29d8e29a123 {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 {
        height: 80px; } }
    .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-standard-logo_ec16993d3bf5bd52 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-sticky-logo_5facf6687d087053 {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-sticky-logo_5facf6687d087053 {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-sticky-logo_5facf6687d087053 {
          display: block; } }
      .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-sticky-logo_5facf6687d087053 img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_bc797b75f302c767 .te-logo_3d29b29d8e29a123 .te-retina-logo_8113700711e237a9 {
      display: none; }

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

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

.te-header-btn_8a5968f1bf419515 {
  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_8a5968f1bf419515 .te-icon_d82197a8cd71cf58 {
    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_8a5968f1bf419515 .te-icon_d82197a8cd71cf58: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_8a5968f1bf419515 {
      display: none; } }
  .te-header-btn_8a5968f1bf419515 .te-cta-btn_ef52f4e2e26b949e {
    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_8a5968f1bf419515 .te-cta-btn_ef52f4e2e26b949e:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_8a5968f1bf419515 .te-quote-btn_756bb2c54a04aaf3 {
    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_8a5968f1bf419515 .te-quote-btn_756bb2c54a04aaf3: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_2c68a8914d3c8fef {
    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_2c68a8914d3c8fef .te-search-content-filed_c32ce49155dc0906 {
      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_2c68a8914d3c8fef .te-search-content-filed_c32ce49155dc0906 .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_2c68a8914d3c8fef .te-search-form_c3af90f6c13a42b5 {
      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_2c68a8914d3c8fef .te-search-form_c3af90f6c13a42b5 .te-search-form-input_a1ee0d032a86cef9 {
        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_2c68a8914d3c8fef .te-search-form_c3af90f6c13a42b5 .te-search-form-input_a1ee0d032a86cef9 .te-search-icon_bd53850c468cd8a4 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_2c68a8914d3c8fef .te-search-form_c3af90f6c13a42b5 .te-search-form-input_a1ee0d032a86cef9 button.te-submit-search-btn_f011af0001278284 {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_2c68a8914d3c8fef .te-search-form_c3af90f6c13a42b5 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_d4ba44d883bd4a02 a.mean-expand.mean-clicked_03b68f127c0737ad {
  background-color: #317EFE;
  border-color: #317EFE !important; }

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

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

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

.te-mobile-menu-bar_d38785644252c24d 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_d38785644252c24d 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_7c8c2bed728767d2 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_6b97082f98114f2f {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_0c3843565cb12e36 {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_0c3843565cb12e36 .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_0c3843565cb12e36 .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-menu-sidebar-title_7f8793cb2e25d899 {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-header-contact-info_28046c755f6cc3c5 {
      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_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-header-contact-info_28046c755f6cc3c5 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_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-header-contact-info_28046c755f6cc3c5 span.te-contact-info-item_139a6f613af3fe59 {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-header-contact-info_28046c755f6cc3c5 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_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-header-contact-info_28046c755f6cc3c5 span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-social-profile_43bffa4aefad94d6 {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-social-profile_43bffa4aefad94d6 a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_1cf9b33d9754ef62 .te-menu-sidebar-single-widget_2630d0e18e5c049e .te-social-profile_43bffa4aefad94d6 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_ac6bf36d627acfdd {
  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_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 {
        height: unset;
        padding: 80px 0; } }
    .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb {
          right: -380px; } }
      .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb .company-award_032a28079f8d936e {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb .company-award_032a28079f8d936e .icon_46d1be9606dfad7a {
          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_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-feature-img_09d4d395848dcffb .slider-feature-img-overlay_5d35dd60f3453487 {
          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_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-left-shape_5a20a141d6724678 {
      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_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-left-shape_5a20a141d6724678 {
          display: none; } }
    .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-right-shape_b47767ab2a128528 {
      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_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-right-shape_b47767ab2a128528 {
          display: none; } }
    .slider-area_ac6bf36d627acfdd.style-2_3e3c796f6878b171 .te-single-slider_c383104b1c8bf7c5 .slider-circle-shape_3efb0f2f90ca1667 {
      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_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-short-title_0394bad01afa01e6,
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-title_156b546ad4285d0e,
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-short-desc_340d7cee08342eaf,
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-btn-wrapper_658b0ce08eab0804 {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-short-title_0394bad01afa01e6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-title_156b546ad4285d0e {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-short-desc_340d7cee08342eaf {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-active .te-slider-btn-wrapper_658b0ce08eab0804 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 {
    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_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 {
        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_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 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_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 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_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_ac6bf36d627acfdd .te-slider-wrapper_c877fdb59018ae7b .slick-dots_24a5e4a4a57ead54 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 {
    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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 {
        background-image: none !important; } }
    .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc {
      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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc {
          left: 0; } }
      .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc .te-slider-overlay-shape_466261e5a713357f {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc .te-slider-overlay-shape_466261e5a713357f {
            display: none; } }
    .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e {
      position: relative;
      z-index: 99; }
      .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-short-title_0394bad01afa01e6 {
        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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
        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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-short-desc_340d7cee08342eaf {
        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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-short-desc_340d7cee08342eaf {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-short-desc_340d7cee08342eaf {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-short-desc_340d7cee08342eaf {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 {
        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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 {
            padding-top: 30px; } }
        .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-theme-btn_581432601f53797b {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 .te-icon_d82197a8cd71cf58 {
            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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 .te-content_c2989f2932a9e4b9 {
            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_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 .te-content_c2989f2932a9e4b9 .te-title_7ef709c9b5a33f02 {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_ac6bf36d627acfdd .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 .te-content_c2989f2932a9e4b9 .te-text_cde23c8f9905eed4 {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a: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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-overlay_79d00ead6f609cbc::before {
        display: none; }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .slider-shape_a578db1f086925b4 {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .slider-shape_a578db1f086925b4 img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-one_45cd49bc23a29235 {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-one_45cd49bc23a29235 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-one_45cd49bc23a29235 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-one_45cd49bc23a29235 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-one_45cd49bc23a29235 {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-two_2ccbb0ed5d546052 {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-two_2ccbb0ed5d546052 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-two_2ccbb0ed5d546052 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-two_2ccbb0ed5d546052 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-two_2ccbb0ed5d546052 {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-three_e4a1bc4d4a21d021 {
      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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-three_e4a1bc4d4a21d021 {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .shape-three_e4a1bc4d4a21d021 {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-container_f1444b2f40c8ac87 {
      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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-container_f1444b2f40c8ac87 {
          -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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-container_f1444b2f40c8ac87 {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-container_f1444b2f40c8ac87 .te-slider-column_85d5463e410895e2 {
        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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-container_f1444b2f40c8ac87 .te-slider-column_85d5463e410895e2 {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-theme-btn_581432601f53797b {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-theme-btn_581432601f53797b:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-btn-wrapper_658b0ce08eab0804 .te-call-btn_2569256e55cd5196 .te-icon_d82197a8cd71cf58 {
      color: #317EFE; }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
      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_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-single-slider_c383104b1c8bf7c5 .te-slider-content-wrapper_d0f2c9af5492094e .te-slider-content_99361a2b990126d3 .te-slider-title_156b546ad4285d0e {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-slider-wrapper_c877fdb59018ae7b .container {
    position: relative; }
  .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-slider-wrapper_c877fdb59018ae7b .slider-shape-bg_5af8860ffc2a85ef {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-slider-wrapper_c877fdb59018ae7b .slider-shape-bg_5af8860ffc2a85ef {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-slider-wrapper_c877fdb59018ae7b .slider-shape-bg_5af8860ffc2a85ef {
        margin-left: 0; } }
    .slider-area_ac6bf36d627acfdd.style-1_5bd3f466b724b11a .te-slider-wrapper_c877fdb59018ae7b .slider-shape-bg_5af8860ffc2a85ef: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_a12a421aa526a61d {
  position: relative; }

.te-info-card_16b4fa8cca1f3ef6 {
  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_16b4fa8cca1f3ef6 {
      padding: 40px 25px; } }
  .te-info-card_16b4fa8cca1f3ef6: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_16b4fa8cca1f3ef6:hover .te-image-wrapper_a0e1650e5237df4c .overlay_c9373695abd87627 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_16b4fa8cca1f3ef6:hover .te-image-wrapper_a0e1650e5237df4c 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_16b4fa8cca1f3ef6:hover .icon_46d1be9606dfad7a img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_16b4fa8cca1f3ef6:hover .content .te-read-more_1f9899bd70de5909 .te-theme-btn_581432601f53797b {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_16b4fa8cca1f3ef6 .te-info-card-inner_a6d98137a7ceec59 {
    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_16b4fa8cca1f3ef6 .te-image-wrapper_a0e1650e5237df4c {
    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_16b4fa8cca1f3ef6 .te-image-wrapper_a0e1650e5237df4c 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_16b4fa8cca1f3ef6 .te-image-wrapper_a0e1650e5237df4c .overlay_c9373695abd87627 {
      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_16b4fa8cca1f3ef6 .icon_46d1be9606dfad7a {
    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_16b4fa8cca1f3ef6 .icon_46d1be9606dfad7a img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_16b4fa8cca1f3ef6 .te-content-wrapper_6d190ac6b7f62db9 {
    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_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf {
    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_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a {
      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_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a::before, .te-info-card_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a::before {
        top: 15px;
        left: 5px; }
      .te-info-card_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .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_16b4fa8cca1f3ef6 .te-title-wrapper_d177d7516f07bfdf .divider_0cbf33bed1ea9a3c {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_16b4fa8cca1f3ef6 .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_16b4fa8cca1f3ef6 .content .desc_21d667a8c5fa4a9b {
      -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_16b4fa8cca1f3ef6 .content .te-read-more_1f9899bd70de5909 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_16b4fa8cca1f3ef6 .content .te-read-more_1f9899bd70de5909 .te-theme-btn_581432601f53797b {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_16b4fa8cca1f3ef6 .content .te-read-more_1f9899bd70de5909 .te-theme-btn_581432601f53797b:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

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

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

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

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

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

.te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 {
      text-align: left; } }
  .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 > img {
          width: 100%; } }
    .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-img-card-shape_c348e36c0ee178b7 {
      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_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-img-card-shape_c348e36c0ee178b7 {
          right: 0; } }
.te-about-image-card_54d6e26c84135cda .te-company-foundation_0d06b0dbca23440a {
  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_54d6e26c84135cda .te-company-foundation_0d06b0dbca23440a .te-counter-wrapper_c28452002528e05c {
    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_54d6e26c84135cda .te-company-foundation_0d06b0dbca23440a .counter-title_2c18f4e0e53ddb92 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_54d6e26c84135cda .te-company-foundation_0d06b0dbca23440a .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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-img-card-shape_c348e36c0ee178b7 {
    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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-img-card-shape_c348e36c0ee178b7 {
        display: none; } }
  .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 {
        position: relative; } }
    .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-another-image-inner_ef77f45650480f5c {
      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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-another-image-inner_ef77f45650480f5c {
          width: 100%; }
          .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-another-image-inner_ef77f45650480f5c img {
            width: 100%; } }
    .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .video-btn_b5bf728e5388691e {
      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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .video-btn_b5bf728e5388691e {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .video-btn_b5bf728e5388691e 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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea {
      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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea .icon_46d1be9606dfad7a {
        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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea .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_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_54d6e26c84135cda.style-2_3e3c796f6878b171 .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 .te-another-image_862b95def1df9443 .te-badge-text_7e945f460da88bea .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 {
  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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-section-title_9c51786a5b396c12 {
    margin-bottom: 0; }
    .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-section-title_9c51786a5b396c12 .title {
      margin-bottom: 0; }
  .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 {
    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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 .te-list-item_d55f1f8bc2f59f0a .icon_46d1be9606dfad7a {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 .te-list-item_d55f1f8bc2f59f0a .text {
      color: #14203A; }
  .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 {
    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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 {
      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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1:hover .icon_46d1be9606dfad7a 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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 .icon_46d1be9606dfad7a {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 .icon_46d1be9606dfad7a::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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 .icon_46d1be9606dfad7a 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_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_81e94195b1197599 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .te-single-info-list_3e79473e5a9ce7a1 .short-title_a813e01e7b3fcc64 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 {
  gap: 10px; }
  .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 .te-list-item_d55f1f8bc2f59f0a .icon_46d1be9606dfad7a {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-list-item-wrapper_332a8aa30b98d885 .te-list-item_d55f1f8bc2f59f0a .text {
      color: #335371; }
  .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .divider_0cbf33bed1ea9a3c {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_81e94195b1197599.style-2_3e3c796f6878b171 .te-about-info-content_e85d102d74055bd0 .te-info-list_b98410b541525d18 .divider_0cbf33bed1ea9a3c {
          height: 1px;
          width: 100%; } }

.te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-section-title_9c51786a5b396c12 {
  margin-bottom: 40px; }
.te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .about-info-wrapper_7dee511020584a5b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .about-info-wrapper_7dee511020584a5b {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .about-info-wrapper_7dee511020584a5b .about-info-img_dc422bf2f0a78a44 {
    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_81e94195b1197599.style-three_08b726bb4a271d7a .about-info-wrapper_7dee511020584a5b .about-info-img_dc422bf2f0a78a44 {
        height: 350px; } }
    .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .about-info-wrapper_7dee511020584a5b .about-info-img_dc422bf2f0a78a44 img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .skill-progressbar-wrapper_5d571defb4d21994 {
    width: 100%; }
  .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-icon-card-wrapper_017426ea6345f118 {
    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_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-icon-card-wrapper_017426ea6345f118 .te-icon-card_b3c44e8a323de2c8 {
      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_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-icon-card-wrapper_017426ea6345f118 .te-icon-card_b3c44e8a323de2c8 .icon_46d1be9606dfad7a {
        width: 40px;
        height: 40px; }
      .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-icon-card-wrapper_017426ea6345f118 .te-icon-card_b3c44e8a323de2c8 .content {
        gap: 4px; }
        .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-icon-card-wrapper_017426ea6345f118 .te-icon-card_b3c44e8a323de2c8 .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_81e94195b1197599.style-three_08b726bb4a271d7a .te-about-info-content_e85d102d74055bd0 .te-btn-wrapper_0e0ed271f6f2df1f {
    margin-top: 7px; }

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

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

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

.te-process-step_0eae488557d3d857 {
  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_0eae488557d3d857::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_0eae488557d3d857 {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_0eae488557d3d857:hover {
    top: -5px; }
    .te-process-step_0eae488557d3d857:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_0eae488557d3d857:hover .icon_46d1be9606dfad7a img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_0eae488557d3d857:hover .counter-number_7408e5db5a887d32 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_0eae488557d3d857:hover .content .te-read-more_1f9899bd70de5909 .te-theme-btn_581432601f53797b {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_0eae488557d3d857 .icon_46d1be9606dfad7a {
    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_0eae488557d3d857 .icon_46d1be9606dfad7a img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_0eae488557d3d857 .te-content-wrapper_6d190ac6b7f62db9 {
    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_0eae488557d3d857 .te-counter-wrapper_c28452002528e05c {
    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_0eae488557d3d857 .te-counter-wrapper_c28452002528e05c .shape_a4437617821bc4da {
      position: relative; }
  .te-process-step_0eae488557d3d857 .counter-number_7408e5db5a887d32 {
    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_0eae488557d3d857 .te-title-wrapper_d177d7516f07bfdf {
    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_0eae488557d3d857 .te-title-wrapper_d177d7516f07bfdf .icon_46d1be9606dfad7a {
      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_0eae488557d3d857 .te-title-wrapper_d177d7516f07bfdf .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_0eae488557d3d857 .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_0eae488557d3d857 .content .desc_21d667a8c5fa4a9b {
      -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_0eae488557d3d857 .content .te-read-more_1f9899bd70de5909 {
      margin-top: -10px; }
      .te-process-step_0eae488557d3d857 .content .te-read-more_1f9899bd70de5909 .te-theme-btn_581432601f53797b {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

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

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

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

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

.te-accordion-box-wrapper_28980c279aa25c13 {
  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_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 .te-accordion-head_c0d338a88bd20f12 {
    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_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 .te-accordion-head_c0d338a88bd20f12: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_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 .te-accordion-head_c0d338a88bd20f12.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_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 .te-accordion-head_c0d338a88bd20f12 .te-accordion-title_040f143e9ed3d880 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_7dfa04357a39f8a7 .te-accordion-list-item_40aa64bd5f1e9c93 .te-accordion-body_050b7092dcbc8326 {
    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_1606c28ea9c6f315 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_1606c28ea9c6f315 {
      padding-left: 30px; } }
  .page-header_1606c28ea9c6f315 .te-page-title_f1edf9481a8cdd93,
  .page-header_1606c28ea9c6f315 .page-title_95450416b9a91e39 {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_1606c28ea9c6f315 .te-page-title_f1edf9481a8cdd93,
      .page-header_1606c28ea9c6f315 .page-title_95450416b9a91e39 {
        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_83a7505c542cafc4 {
  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_83a7505c542cafc4:hover .te-post-thumbnail_7f98c501754c6bce img,
  .te-post-item_83a7505c542cafc4:hover .post-video_c66e6ee26a4c8e88 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_83a7505c542cafc4 iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_83a7505c542cafc4 iframe {
        height: 350px; } }
  .te-post-item_83a7505c542cafc4 .post-gallery .slick-list_993605a3e53274d5 .slick-track_1d70432f9c72c953 {
    height: 392px;
    overflow: hidden; }
  .te-post-item_83a7505c542cafc4 .te-post-content-wrapper_c87c05f29fac51fb {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_83a7505c542cafc4 .te-post-content-wrapper_c87c05f29fac51fb {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_83a7505c542cafc4 .te-post-content-wrapper_c87c05f29fac51fb .te-read-more_1f9899bd70de5909 {
      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_83a7505c542cafc4.format-quote_bc49f05e41590bfd .te-post-content {
    margin: 0; }
  .te-post-item_83a7505c542cafc4.format-quote_bc49f05e41590bfd blockquote {
    margin: 0; }
    .te-post-item_83a7505c542cafc4.format-quote_bc49f05e41590bfd blockquote p {
      margin-top: 0; }
    .te-post-item_83a7505c542cafc4.format-quote_bc49f05e41590bfd 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_83a7505c542cafc4.format-quote_bc49f05e41590bfd blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_83a7505c542cafc4.sticky_a15850bb55b3cf03 {
    border: 2px solid #317EFE; }
    .te-post-item_83a7505c542cafc4.sticky_a15850bb55b3cf03 .te-post-content {
      margin-bottom: 0; }
      .te-post-item_83a7505c542cafc4.sticky_a15850bb55b3cf03 .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_83a7505c542cafc4 .te-post-title_09e33cb7ec2ddab8 {
    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_83a7505c542cafc4 .te-post-title_09e33cb7ec2ddab8 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_83a7505c542cafc4 .te-post-title_09e33cb7ec2ddab8:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_83a7505c542cafc4 .te-post-content p {
    margin-top: 17px; }
  .te-post-item_83a7505c542cafc4 .te-post-content h2,
  .te-post-item_83a7505c542cafc4 .te-post-content h3,
  .te-post-item_83a7505c542cafc4 .te-post-content h4,
  .te-post-item_83a7505c542cafc4 .te-post-content h5,
  .te-post-item_83a7505c542cafc4 .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_83a7505c542cafc4 .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_83a7505c542cafc4 .te-single-post-meta_63031aaa4bb8f5e4 {
    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_83a7505c542cafc4 .te-social-share_ef06cde5b9068fea {
    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_83a7505c542cafc4 .te-social-share_ef06cde5b9068fea a.facebook_ba3520b7e4ed97e4 {
      color: #1877f2; }
    .te-post-item_83a7505c542cafc4 .te-social-share_ef06cde5b9068fea a.twitter_d71402ef1756298a {
      color: #1da1f2; }
    .te-post-item_83a7505c542cafc4 .te-social-share_ef06cde5b9068fea a.linkedin_a47c878ebe47578e {
      color: #1a70c6; }
    .te-post-item_83a7505c542cafc4 .te-social-share_ef06cde5b9068fea .te-social-share-title_c4788cc79370ffe1 {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 {
    width: 100%;
    display: inline-block; }
    .te-post-item_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 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_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 .te-post-tag-list_9b425c7df8b34655 {
      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_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 .te-post-tag-list_9b425c7df8b34655 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_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 .te-post-tag-list_9b425c7df8b34655 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_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce,
  .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 {
    position: relative;
    overflow: hidden; }
    .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce img,
    .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 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_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce .popup-video-wrapper_15c309cb5ac9949d,
    .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 .popup-video-wrapper_15c309cb5ac9949d {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce .video-btn_b5bf728e5388691e a,
    .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 .video-btn_b5bf728e5388691e 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_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce .video-btn_b5bf728e5388691e a i,
      .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 .video-btn_b5bf728e5388691e a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce .video-btn_b5bf728e5388691e a:hover,
      .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 .video-btn_b5bf728e5388691e a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c {
    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_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c.prev-btn_9623a84d76c6b317 {
      left: 30px; }
    .te-post-item_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c.next-btn_59c999af657df9e9 {
      right: 30px; }
    .te-post-item_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c 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_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_83a7505c542cafc4 button.post-gallery-btn_9b2c0c963777968c:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_83a7505c542cafc4 .post-audio_6f20e6032744ff4a iframe {
    width: 100%; }
  .te-post-item_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d {
    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_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d {
        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_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d 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_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d 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_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

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

.te-post-card_cd9ffc534247bedd.style-2_3e3c796f6878b171 {
  gap: 20px; }
  .te-post-card_cd9ffc534247bedd.style-2_3e3c796f6878b171 .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_cd9ffc534247bedd.style-2_3e3c796f6878b171 .image .te-post-date_0956c1f9380cd352 {
      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_cd9ffc534247bedd.style-2_3e3c796f6878b171 .content .title {
    font-size: 20px; }
  .te-post-card_cd9ffc534247bedd.style-2_3e3c796f6878b171 .content .te-post-meta-info_1262384ec12d5964 {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_8c529098ddfac925 .te-comment-respond_d06e1b178c080998 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_8c529098ddfac925 .te-post-comments_87428d6bd049f878 {
  margin-top: 70px; }
.te-blog-details-wrapper_8c529098ddfac925 .wp-block-group_ac260867d352b6ef.has-background_83a2a7496c03fea7 .wp-block-button_810286d242599daa .wp-block-button__link_f6b586a1f979c0e2 {
  color: #ffffff !important; }
.te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-meta_8f6ce1d0fb920e6d {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce,
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88,
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-gallery,
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .postbox-audio_246bcf157cb2fbc7,
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .wp-block-post-featured-image_c7ad5464297394d5 {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce,
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88,
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-gallery,
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .postbox-audio_246bcf157cb2fbc7,
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .wp-block-post-featured-image_c7ad5464297394d5 {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce:hover img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88:hover img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-gallery:hover img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .postbox-audio_246bcf157cb2fbc7:hover img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .wp-block-post-featured-image_c7ad5464297394d5: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_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-thumbnail_7f98c501754c6bce img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-video_c66e6ee26a4c8e88 img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .post-gallery img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .postbox-audio_246bcf157cb2fbc7 img,
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .wp-block-post-featured-image_c7ad5464297394d5 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_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content-wrapper_c87c05f29fac51fb {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-query_2aaabf84a1957bdb .wp-block-post-template_b7eac48677ab8f98 {
      padding-left: 0; }
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-query_2aaabf84a1957bdb .wp-block-post-template_b7eac48677ab8f98 .wp-block-post_6b7a1ff818bfe4f9 {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-navigation__responsive-container-content_3769240112ce5d83 .wp-block-page-list_5f741aeec259be34 {
      padding-left: 0; }
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-group_ac260867d352b6ef {
      margin: 15px 0; }
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content .wp-block-group_ac260867d352b6ef p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_8c529098ddfac925 .te-post-item_83a7505c542cafc4 .te-blog-post-tag_c8a624b523f28ba7 .te-social-share_ef06cde5b9068fea {
    padding-bottom: 20px; }
.te-blog-details-wrapper_8c529098ddfac925 .wp-block-calendar_c80fb55bbd4d34e7 {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.wp-block-query-pagination_5a4533940520e881,
.navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb,
.comment-navigation_afcad7b9248537b7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-numbers_9cfb519701c8a109,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-numbers_9cfb519701c8a109,
  .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-numbers_9cfb519701c8a109 {
    width: inherit; }
  .wp-block-query-pagination_5a4533940520e881 .nav-links_5955703e8ae7afb6,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-links_5955703e8ae7afb6,
  .comment-navigation_afcad7b9248537b7 .nav-links_5955703e8ae7afb6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
  .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-next_43e03e8bb6257fb6,
  .wp-block-query-pagination_5a4533940520e881 .nav-next_f51b247300dc68b0 a,
  .wp-block-query-pagination_5a4533940520e881 .nav-previous_8dc82d281865476a a,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-next_43e03e8bb6257fb6,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-next_f51b247300dc68b0 a,
  .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-previous_8dc82d281865476a a,
  .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
  .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-next_43e03e8bb6257fb6,
  .comment-navigation_afcad7b9248537b7 .nav-next_f51b247300dc68b0 a,
  .comment-navigation_afcad7b9248537b7 .nav-previous_8dc82d281865476a 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_5a4533940520e881 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
      .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-next_43e03e8bb6257fb6,
      .wp-block-query-pagination_5a4533940520e881 .nav-next_f51b247300dc68b0 a,
      .wp-block-query-pagination_5a4533940520e881 .nav-previous_8dc82d281865476a a,
      .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
      .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-next_43e03e8bb6257fb6,
      .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-next_f51b247300dc68b0 a,
      .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-previous_8dc82d281865476a a,
      .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf,
      .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-next_43e03e8bb6257fb6,
      .comment-navigation_afcad7b9248537b7 .nav-next_f51b247300dc68b0 a,
      .comment-navigation_afcad7b9248537b7 .nav-previous_8dc82d281865476a a {
        height: 40px; } }
    .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf:hover,
    .wp-block-query-pagination_5a4533940520e881 .wp-block-query-pagination-next_43e03e8bb6257fb6:hover,
    .wp-block-query-pagination_5a4533940520e881 .nav-next_f51b247300dc68b0 a:hover,
    .wp-block-query-pagination_5a4533940520e881 .nav-previous_8dc82d281865476a a:hover,
    .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf:hover,
    .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .wp-block-query-pagination-next_43e03e8bb6257fb6:hover,
    .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-next_f51b247300dc68b0 a:hover,
    .navigation_590c59aa966d2300.posts-navigation_7695ecbef4206fdb .nav-previous_8dc82d281865476a a:hover,
    .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-previous_e59a1bb1b6f8c1bf:hover,
    .comment-navigation_afcad7b9248537b7 .wp-block-query-pagination-next_43e03e8bb6257fb6:hover,
    .comment-navigation_afcad7b9248537b7 .nav-next_f51b247300dc68b0 a:hover,
    .comment-navigation_afcad7b9248537b7 .nav-previous_8dc82d281865476a 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_383691f2bc90f462,
.page-links_ce78684d4dd14f93,
.wp-block-query-pagination-numbers_9cfb519701c8a109 {
  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_383691f2bc90f462 ul,
  .page-links_ce78684d4dd14f93 ul,
  .wp-block-query-pagination-numbers_9cfb519701c8a109 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_383691f2bc90f462 ul li,
    .page-links_ce78684d4dd14f93 ul li,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 ul li {
      padding-top: 0; }
    .te-basic-pagination_383691f2bc90f462 ul .prev span,
    .te-basic-pagination_383691f2bc90f462 ul .next span,
    .page-links_ce78684d4dd14f93 ul .prev span,
    .page-links_ce78684d4dd14f93 ul .next span,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 ul .prev span,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 ul .next span {
      display: none; }
  .te-basic-pagination_383691f2bc90f462 .post-page-numbers_8ee2e0d49e65b3b0,
  .page-links_ce78684d4dd14f93 .post-page-numbers_8ee2e0d49e65b3b0,
  .wp-block-query-pagination-numbers_9cfb519701c8a109 .post-page-numbers_8ee2e0d49e65b3b0 {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_383691f2bc90f462 .page-numbers_755ba5273ef619dc,
  .te-basic-pagination_383691f2bc90f462 .post-page-numbers_8ee2e0d49e65b3b0,
  .page-links_ce78684d4dd14f93 .page-numbers_755ba5273ef619dc,
  .page-links_ce78684d4dd14f93 .post-page-numbers_8ee2e0d49e65b3b0,
  .wp-block-query-pagination-numbers_9cfb519701c8a109 .page-numbers_755ba5273ef619dc,
  .wp-block-query-pagination-numbers_9cfb519701c8a109 .post-page-numbers_8ee2e0d49e65b3b0 {
    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_383691f2bc90f462 .page-numbers_755ba5273ef619dc,
      .te-basic-pagination_383691f2bc90f462 .post-page-numbers_8ee2e0d49e65b3b0,
      .page-links_ce78684d4dd14f93 .page-numbers_755ba5273ef619dc,
      .page-links_ce78684d4dd14f93 .post-page-numbers_8ee2e0d49e65b3b0,
      .wp-block-query-pagination-numbers_9cfb519701c8a109 .page-numbers_755ba5273ef619dc,
      .wp-block-query-pagination-numbers_9cfb519701c8a109 .post-page-numbers_8ee2e0d49e65b3b0 {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_383691f2bc90f462 .page-numbers_755ba5273ef619dc:hover,
    .te-basic-pagination_383691f2bc90f462 .post-page-numbers_8ee2e0d49e65b3b0:hover,
    .page-links_ce78684d4dd14f93 .page-numbers_755ba5273ef619dc:hover,
    .page-links_ce78684d4dd14f93 .post-page-numbers_8ee2e0d49e65b3b0:hover,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 .page-numbers_755ba5273ef619dc:hover,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 .post-page-numbers_8ee2e0d49e65b3b0: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_383691f2bc90f462 .page-numbers_755ba5273ef619dc.current,
    .te-basic-pagination_383691f2bc90f462 .post-page-numbers_8ee2e0d49e65b3b0.current,
    .page-links_ce78684d4dd14f93 .page-numbers_755ba5273ef619dc.current,
    .page-links_ce78684d4dd14f93 .post-page-numbers_8ee2e0d49e65b3b0.current,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 .page-numbers_755ba5273ef619dc.current,
    .wp-block-query-pagination-numbers_9cfb519701c8a109 .post-page-numbers_8ee2e0d49e65b3b0.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_30ae0b56773410e9 {
  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_30ae0b56773410e9 {
      -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_30ae0b56773410e9 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 {
    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_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 {
        -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_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 {
        width: 100%; } }
    .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664::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_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664::after {
          display: none; } }
    .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664:last-child::after {
        display: none; }
    .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .te-post-img_8705633afd2e0332 {
      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_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .te-post-img_8705633afd2e0332 {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .te-post-img_8705633afd2e0332 img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .text {
      width: 100%; }
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_30ae0b56773410e9 .te-post-navigation_47fac9cc9c5ba664 .theme-navigation_b0dd7c7aba13004c {
      width: 100%; }

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

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

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

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

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

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

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

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

/* Widget */
.widget_6b5cf2cddc0b7039,
.sidebar__widget_6d774edca7768c29 {
  /* 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_6b5cf2cddc0b7039 ol,
  .widget_6b5cf2cddc0b7039 ul,
  .sidebar__widget_6d774edca7768c29 ol,
  .sidebar__widget_6d774edca7768c29 ul {
    margin-bottom: 0; }
  .widget_6b5cf2cddc0b7039 .widget-instagram-feed_7026bd3c6471658e,
  .sidebar__widget_6d774edca7768c29 .widget-instagram-feed_7026bd3c6471658e {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_6b5cf2cddc0b7039 .widget-instagram-feed_7026bd3c6471658e,
      .sidebar__widget_6d774edca7768c29 .widget-instagram-feed_7026bd3c6471658e {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_6b5cf2cddc0b7039 .widget-instagram-feed_7026bd3c6471658e,
      .sidebar__widget_6d774edca7768c29 .widget-instagram-feed_7026bd3c6471658e {
        width: 200px; } }
    .widget_6b5cf2cddc0b7039 .widget-instagram-feed_7026bd3c6471658e .single-instagram-feed_2a4540e0cd37337a,
    .sidebar__widget_6d774edca7768c29 .widget-instagram-feed_7026bd3c6471658e .single-instagram-feed_2a4540e0cd37337a {
      width: 96px;
      height: 96px; }
  .widget_6b5cf2cddc0b7039 .wp-block-heading_9f08f05746806594,
  .widget_6b5cf2cddc0b7039 .widget-title_9a7dd70122a13e31,
  .widget_6b5cf2cddc0b7039 .wp-block-search__label_60b838f7fcea9ec3,
  .sidebar__widget_6d774edca7768c29 .wp-block-heading_9f08f05746806594,
  .sidebar__widget_6d774edca7768c29 .widget-title_9a7dd70122a13e31,
  .sidebar__widget_6d774edca7768c29 .wp-block-search__label_60b838f7fcea9ec3 {
    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_6b5cf2cddc0b7039 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6,
  .sidebar__widget_6d774edca7768c29 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6 {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_6b5cf2cddc0b7039 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6 a,
    .sidebar__widget_6d774edca7768c29 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6 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_6b5cf2cddc0b7039 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6 a:before,
      .sidebar__widget_6d774edca7768c29 .wp-block-social-links_6f8732eb86ba8fe8 .wp-social-link_88fb0a2b2ea921b6 a:before {
        display: none; }
  .widget_6b5cf2cddc0b7039 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .widget_6b5cf2cddc0b7039 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .sidebar__widget_6d774edca7768c29 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .sidebar__widget_6d774edca7768c29 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f {
    font-weight: 500; }
    .widget_6b5cf2cddc0b7039 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .widget_6b5cf2cddc0b7039 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .widget_6b5cf2cddc0b7039 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .widget_6b5cf2cddc0b7039 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .sidebar__widget_6d774edca7768c29 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .sidebar__widget_6d774edca7768c29 .has-avatars_cfae3d23a78d7e32.has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .sidebar__widget_6d774edca7768c29 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .sidebar__widget_6d774edca7768c29 .has-dates_e98b41b697f9e5a7.has-excerpts_a4324c58ecd02c81.wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa {
      font-weight: 500; }
  .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f,
  .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li.wp-block-te-latest-comments__comment_b106abd1d524a28f,
  .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li.wp-block-te-latest-comments__comment_b106abd1d524a28f,
  .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li.wp-block-te-latest-comments__comment_b106abd1d524a28f {
    margin-bottom: 0; }
  .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae,
  .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae,
  .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae,
  .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f,
  .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae {
    line-height: 28px;
    font-weight: 400; }
    .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a,
    .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-meta_b7cca0b29b10379f .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before,
      .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-latest-posts__te-post-title_816ab507535119ae .wp-block-te-latest-comments__comment-date_7f303f4dfecfc65a:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a,
  .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li a,
  .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a,
  .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li a {
    color: #335371; }
    .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a.wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3, .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a.wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li a.wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li a.wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a.wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a.wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa,
    .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li a.wp-block-te-latest-comments__comment-author_f485cf7ac0d7fdc3,
    .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li a.wp-block-te-latest-comments__comment-link_f1fc69bc941df2aa {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a:hover,
    .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li a:hover,
    .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li a:hover,
    .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li a:hover {
      color: #317EFE; }
  .widget_6b5cf2cddc0b7039 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-excerpt_bd7c06e99f28ecb6 p,
  .widget_6b5cf2cddc0b7039 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-excerpt_bd7c06e99f28ecb6 p,
  .sidebar__widget_6d774edca7768c29 .wp-block-te-latest-comments_73f9647e8e2c4a92 li .wp-block-te-latest-comments__comment-excerpt_bd7c06e99f28ecb6 p,
  .sidebar__widget_6d774edca7768c29 .wp-block-latest-posts_c990698dbf2b583c li .wp-block-te-latest-comments__comment-excerpt_bd7c06e99f28ecb6 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6,
  .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a,
    .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 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_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a,
        .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a {
          width: 40px;
          height: 40px; } }
      .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a.facebook_ba3520b7e4ed97e4,
      .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a.facebook_ba3520b7e4ed97e4 {
        background-color: #1877f2; }
      .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a.twitter_d71402ef1756298a,
      .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a.twitter_d71402ef1756298a {
        background-color: #1da1f2; }
      .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a.linkedin_a47c878ebe47578e,
      .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a.linkedin_a47c878ebe47578e {
        background-color: #0a66c2; }
      .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a.instagram_ef0ef24e8be272a1,
      .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a.instagram_ef0ef24e8be272a1 {
        background-color: #405de6; }
      .widget_6b5cf2cddc0b7039 .te-social-profile_43bffa4aefad94d6 a:hover,
      .sidebar__widget_6d774edca7768c29 .te-social-profile_43bffa4aefad94d6 a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_6b5cf2cddc0b7039 select,
  .sidebar__widget_6d774edca7768c29 select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-username_784f316a9f0e579f label,
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-password_0f806f83ca059798 label,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-username_784f316a9f0e579f label,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-password_0f806f83ca059798 label {
    margin-bottom: 10px; }
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-username_784f316a9f0e579f input,
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-password_0f806f83ca059798 input,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-username_784f316a9f0e579f input,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-password_0f806f83ca059798 input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-remember_340066c5f867ec4d label,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-remember_340066c5f867ec4d label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-submit_3f7f4d02fc84007f,
  .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-submit_3f7f4d02fc84007f {
    margin-bottom: 0; }
    .widget_6b5cf2cddc0b7039 .has-login-form_18b4594fad063667 .login-submit_3f7f4d02fc84007f input.button-primary_9f772b254e803ed0,
    .sidebar__widget_6d774edca7768c29 .has-login-form_18b4594fad063667 .login-submit_3f7f4d02fc84007f input.button-primary_9f772b254e803ed0 {
      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_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df,
  .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df button,
    .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_6b5cf2cddc0b7039.widget_search_f2abc24857b9d9ab .sidebar__search_aba0f3f757e525eb,
  .sidebar__widget_6d774edca7768c29.widget_search_f2abc24857b9d9ab .sidebar__search_aba0f3f757e525eb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_6b5cf2cddc0b7039.widget_search_f2abc24857b9d9ab .sidebar__search_aba0f3f757e525eb button,
    .sidebar__widget_6d774edca7768c29.widget_search_f2abc24857b9d9ab .sidebar__search_aba0f3f757e525eb button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_6b5cf2cddc0b7039 .wp-block-search__no-button_c418817ec5a8493b.wp-block-search_d0a576d8ef105d96 input,
  .sidebar__widget_6d774edca7768c29 .wp-block-search__no-button_c418817ec5a8493b.wp-block-search_d0a576d8ef105d96 input {
    border-radius: 10px; }
  .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96,
  .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 {
    margin-bottom: -2px; }
  .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96,
  .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df,
  .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb,
  .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96,
  .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df,
  .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96 .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df .wp-block-search__inside-wrapper_8d03b59da3b6aa6c,
    .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb .wp-block-search__inside-wrapper_8d03b59da3b6aa6c {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96 label,
    .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df label,
    .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb label,
    .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 label,
    .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df label,
    .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96 input,
    .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df input,
    .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb input,
    .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 input,
    .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df input,
    .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb 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_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96 button,
    .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df button,
    .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb button,
    .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 button,
    .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df button,
    .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb 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_6b5cf2cddc0b7039 .tagcloud_b1e26f6d8ca9480e,
  .widget_6b5cf2cddc0b7039 .wp-block-tag-cloud_7df7d0d8d8cb3bc2,
  .sidebar__widget_6d774edca7768c29 .tagcloud_b1e26f6d8ca9480e,
  .sidebar__widget_6d774edca7768c29 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 {
    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_6b5cf2cddc0b7039 .tagcloud_b1e26f6d8ca9480e a,
    .widget_6b5cf2cddc0b7039 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 a,
    .sidebar__widget_6d774edca7768c29 .tagcloud_b1e26f6d8ca9480e a,
    .sidebar__widget_6d774edca7768c29 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 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_6b5cf2cddc0b7039 .tagcloud_b1e26f6d8ca9480e a:hover,
      .widget_6b5cf2cddc0b7039 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 a:hover,
      .sidebar__widget_6d774edca7768c29 .tagcloud_b1e26f6d8ca9480e a:hover,
      .sidebar__widget_6d774edca7768c29 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_6b5cf2cddc0b7039 ul,
  .widget_6b5cf2cddc0b7039 ol,
  .sidebar__widget_6d774edca7768c29 ul,
  .sidebar__widget_6d774edca7768c29 ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_6b5cf2cddc0b7039 ul li,
    .widget_6b5cf2cddc0b7039 ol li,
    .sidebar__widget_6d774edca7768c29 ul li,
    .sidebar__widget_6d774edca7768c29 ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_6b5cf2cddc0b7039 ul li:first-child,
      .widget_6b5cf2cddc0b7039 ol li:first-child,
      .sidebar__widget_6d774edca7768c29 ul li:first-child,
      .sidebar__widget_6d774edca7768c29 ol li:first-child {
        border-top: 0; }
      .widget_6b5cf2cddc0b7039 ul li:last-child,
      .widget_6b5cf2cddc0b7039 ol li:last-child,
      .sidebar__widget_6d774edca7768c29 ul li:last-child,
      .sidebar__widget_6d774edca7768c29 ol li:last-child {
        margin-bottom: 0; }
      .widget_6b5cf2cddc0b7039 ul li.recentcomments_544d036233d76b02 .comment-author-link_658875d5c34af8d6 a:before, .widget_6b5cf2cddc0b7039 ul li.wp-block-latest-comments__comment_f256916170b3e771 .comment-author-link_658875d5c34af8d6 a:before,
      .widget_6b5cf2cddc0b7039 ol li.recentcomments_544d036233d76b02 .comment-author-link_658875d5c34af8d6 a:before,
      .widget_6b5cf2cddc0b7039 ol li.wp-block-latest-comments__comment_f256916170b3e771 .comment-author-link_658875d5c34af8d6 a:before,
      .sidebar__widget_6d774edca7768c29 ul li.recentcomments_544d036233d76b02 .comment-author-link_658875d5c34af8d6 a:before,
      .sidebar__widget_6d774edca7768c29 ul li.wp-block-latest-comments__comment_f256916170b3e771 .comment-author-link_658875d5c34af8d6 a:before,
      .sidebar__widget_6d774edca7768c29 ol li.recentcomments_544d036233d76b02 .comment-author-link_658875d5c34af8d6 a:before,
      .sidebar__widget_6d774edca7768c29 ol li.wp-block-latest-comments__comment_f256916170b3e771 .comment-author-link_658875d5c34af8d6 a:before {
        display: none; }
      .widget_6b5cf2cddc0b7039 ul li.recentcomments_544d036233d76b02 a, .widget_6b5cf2cddc0b7039 ul li.wp-block-latest-comments__comment_f256916170b3e771 a,
      .widget_6b5cf2cddc0b7039 ol li.recentcomments_544d036233d76b02 a,
      .widget_6b5cf2cddc0b7039 ol li.wp-block-latest-comments__comment_f256916170b3e771 a,
      .sidebar__widget_6d774edca7768c29 ul li.recentcomments_544d036233d76b02 a,
      .sidebar__widget_6d774edca7768c29 ul li.wp-block-latest-comments__comment_f256916170b3e771 a,
      .sidebar__widget_6d774edca7768c29 ol li.recentcomments_544d036233d76b02 a,
      .sidebar__widget_6d774edca7768c29 ol li.wp-block-latest-comments__comment_f256916170b3e771 a {
        padding-left: 0;
        display: inline; }
        .widget_6b5cf2cddc0b7039 ul li.recentcomments_544d036233d76b02 a:before, .widget_6b5cf2cddc0b7039 ul li.wp-block-latest-comments__comment_f256916170b3e771 a:before,
        .widget_6b5cf2cddc0b7039 ol li.recentcomments_544d036233d76b02 a:before,
        .widget_6b5cf2cddc0b7039 ol li.wp-block-latest-comments__comment_f256916170b3e771 a:before,
        .sidebar__widget_6d774edca7768c29 ul li.recentcomments_544d036233d76b02 a:before,
        .sidebar__widget_6d774edca7768c29 ul li.wp-block-latest-comments__comment_f256916170b3e771 a:before,
        .sidebar__widget_6d774edca7768c29 ol li.recentcomments_544d036233d76b02 a:before,
        .sidebar__widget_6d774edca7768c29 ol li.wp-block-latest-comments__comment_f256916170b3e771 a:before {
          display: none; }
      .widget_6b5cf2cddc0b7039 ul li a,
      .widget_6b5cf2cddc0b7039 ol li a,
      .sidebar__widget_6d774edca7768c29 ul li a,
      .sidebar__widget_6d774edca7768c29 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_6b5cf2cddc0b7039 ul li a::before,
        .widget_6b5cf2cddc0b7039 ol li a::before,
        .sidebar__widget_6d774edca7768c29 ul li a::before,
        .sidebar__widget_6d774edca7768c29 ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_6b5cf2cddc0b7039 ul li a:hover,
        .widget_6b5cf2cddc0b7039 ol li a:hover,
        .sidebar__widget_6d774edca7768c29 ul li a:hover,
        .sidebar__widget_6d774edca7768c29 ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_6b5cf2cddc0b7039 ul li a.rsswidget_ac6de1caac8638e3, .widget_6b5cf2cddc0b7039 ul li a.wp-block-latest-posts__post-title_251d936db00ab453,
        .widget_6b5cf2cddc0b7039 ol li a.rsswidget_ac6de1caac8638e3,
        .widget_6b5cf2cddc0b7039 ol li a.wp-block-latest-posts__post-title_251d936db00ab453,
        .sidebar__widget_6d774edca7768c29 ul li a.rsswidget_ac6de1caac8638e3,
        .sidebar__widget_6d774edca7768c29 ul li a.wp-block-latest-posts__post-title_251d936db00ab453,
        .sidebar__widget_6d774edca7768c29 ol li a.rsswidget_ac6de1caac8638e3,
        .sidebar__widget_6d774edca7768c29 ol li a.wp-block-latest-posts__post-title_251d936db00ab453 {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_6b5cf2cddc0b7039 ul li a.rsswidget_ac6de1caac8638e3:before, .widget_6b5cf2cddc0b7039 ul li a.wp-block-latest-posts__post-title_251d936db00ab453:before,
          .widget_6b5cf2cddc0b7039 ol li a.rsswidget_ac6de1caac8638e3:before,
          .widget_6b5cf2cddc0b7039 ol li a.wp-block-latest-posts__post-title_251d936db00ab453:before,
          .sidebar__widget_6d774edca7768c29 ul li a.rsswidget_ac6de1caac8638e3:before,
          .sidebar__widget_6d774edca7768c29 ul li a.wp-block-latest-posts__post-title_251d936db00ab453:before,
          .sidebar__widget_6d774edca7768c29 ol li a.rsswidget_ac6de1caac8638e3:before,
          .sidebar__widget_6d774edca7768c29 ol li a.wp-block-latest-posts__post-title_251d936db00ab453:before {
            display: none; }
      .widget_6b5cf2cddc0b7039 ul li ul,
      .widget_6b5cf2cddc0b7039 ol li ul,
      .sidebar__widget_6d774edca7768c29 ul li ul,
      .sidebar__widget_6d774edca7768c29 ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_6b5cf2cddc0b7039 ul.wp-tag-cloud_fd786f6a4828beb8 li,
    .widget_6b5cf2cddc0b7039 ol.wp-tag-cloud_fd786f6a4828beb8 li,
    .sidebar__widget_6d774edca7768c29 ul.wp-tag-cloud_fd786f6a4828beb8 li,
    .sidebar__widget_6d774edca7768c29 ol.wp-tag-cloud_fd786f6a4828beb8 li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_6b5cf2cddc0b7039 ul.wp-tag-cloud_fd786f6a4828beb8 li a:before,
      .widget_6b5cf2cddc0b7039 ol.wp-tag-cloud_fd786f6a4828beb8 li a:before,
      .sidebar__widget_6d774edca7768c29 ul.wp-tag-cloud_fd786f6a4828beb8 li a:before,
      .sidebar__widget_6d774edca7768c29 ol.wp-tag-cloud_fd786f6a4828beb8 li a:before {
        display: none; }
  .widget_6b5cf2cddc0b7039.te_widget_categories_30150448911a163a li, .widget_6b5cf2cddc0b7039.widget_archive_4b70d24a1a6fd9b0 li,
  .widget_6b5cf2cddc0b7039 .wp-block-categories-list_e3654c537076edd1 li,
  .widget_6b5cf2cddc0b7039 .wp-block-archives-list_ec2425676a6f7198 li,
  .sidebar__widget_6d774edca7768c29.te_widget_categories_30150448911a163a li,
  .sidebar__widget_6d774edca7768c29.widget_archive_4b70d24a1a6fd9b0 li,
  .sidebar__widget_6d774edca7768c29 .wp-block-categories-list_e3654c537076edd1 li,
  .sidebar__widget_6d774edca7768c29 .wp-block-archives-list_ec2425676a6f7198 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_6b5cf2cddc0b7039.te_widget_categories_30150448911a163a li.cat-item_238230784bcb07b9, .widget_6b5cf2cddc0b7039.widget_archive_4b70d24a1a6fd9b0 li.cat-item_238230784bcb07b9,
    .widget_6b5cf2cddc0b7039 .wp-block-categories-list_e3654c537076edd1 li.cat-item_238230784bcb07b9,
    .widget_6b5cf2cddc0b7039 .wp-block-archives-list_ec2425676a6f7198 li.cat-item_238230784bcb07b9,
    .sidebar__widget_6d774edca7768c29.te_widget_categories_30150448911a163a li.cat-item_238230784bcb07b9,
    .sidebar__widget_6d774edca7768c29.widget_archive_4b70d24a1a6fd9b0 li.cat-item_238230784bcb07b9,
    .sidebar__widget_6d774edca7768c29 .wp-block-categories-list_e3654c537076edd1 li.cat-item_238230784bcb07b9,
    .sidebar__widget_6d774edca7768c29 .wp-block-archives-list_ec2425676a6f7198 li.cat-item_238230784bcb07b9 {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_6b5cf2cddc0b7039.te_widget_categories_30150448911a163a li a, .widget_6b5cf2cddc0b7039.widget_archive_4b70d24a1a6fd9b0 li a,
    .widget_6b5cf2cddc0b7039 .wp-block-categories-list_e3654c537076edd1 li a,
    .widget_6b5cf2cddc0b7039 .wp-block-archives-list_ec2425676a6f7198 li a,
    .sidebar__widget_6d774edca7768c29.te_widget_categories_30150448911a163a li a,
    .sidebar__widget_6d774edca7768c29.widget_archive_4b70d24a1a6fd9b0 li a,
    .sidebar__widget_6d774edca7768c29 .wp-block-categories-list_e3654c537076edd1 li a,
    .sidebar__widget_6d774edca7768c29 .wp-block-archives-list_ec2425676a6f7198 li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_a8897c92af196b9f {
  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_a8897c92af196b9f .about-desc_72c8467f62af9fbf {
    text-align: left; }
    .widget-about-info_a8897c92af196b9f .about-desc_72c8467f62af9fbf .about-title_f9c247b11556f37a {
      font-size: 20px; }
  .widget-about-info_a8897c92af196b9f .about-image_353fa7b34e985961 {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_a8897c92af196b9f .te-social-profile_43bffa4aefad94d6 {
    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_a8897c92af196b9f .te-social-profile_43bffa4aefad94d6 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_a8897c92af196b9f .te-social-profile_43bffa4aefad94d6 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_e98b41b697f9e5a7.has-author_1a4537a924540ba1.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__te-post-title_816ab507535119ae {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_258eae6157785fc0 .wp-block-heading_9f08f05746806594:before,
.widget_rss_258eae6157785fc0 .widget-title_9a7dd70122a13e31:before {
  display: none; }
.widget_rss_258eae6157785fc0 .rss-widget-icon_0c5b908e153b5426 {
  margin-right: 6px; }
.widget_rss_258eae6157785fc0 ul li a.rsswidget_ac6de1caac8638e3 {
  color: #14203A; }
  .widget_rss_258eae6157785fc0 ul li a.rsswidget_ac6de1caac8638e3:hover {
    color: #317EFE; }

.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-title_fa23a83c742f7154,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-title_fa23a83c742f7154,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-title_fa23a83c742f7154 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-title_fa23a83c742f7154 a:before,
  .wp-block-rss_7488f46488b9da28 .wp-block-rss__item-title_fa23a83c742f7154 a:before,
  .widget_rss_258eae6157785fc0 .wp-block-rss__item-title_fa23a83c742f7154 a:before {
    display: none; }
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-publish-date_fb607e7783fe7c83,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-publish-date_fb607e7783fe7c83,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-publish-date_fb607e7783fe7c83 {
  margin-right: 10px; }
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-publish-date_fb607e7783fe7c83,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-author_6a31c1d5b9175acb,
.wp-block-latest-posts_c990698dbf2b583c .rss-date_a799a6172ea18753,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-publish-date_fb607e7783fe7c83,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-author_6a31c1d5b9175acb,
.wp-block-rss_7488f46488b9da28 .rss-date_a799a6172ea18753,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-publish-date_fb607e7783fe7c83,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-author_6a31c1d5b9175acb,
.widget_rss_258eae6157785fc0 .rss-date_a799a6172ea18753 {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62:before,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-publish-date_fb607e7783fe7c83:before,
.wp-block-latest-posts_c990698dbf2b583c .rss-date_a799a6172ea18753:before,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62:before,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-publish-date_fb607e7783fe7c83:before,
.wp-block-rss_7488f46488b9da28 .rss-date_a799a6172ea18753:before,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__te-post-date_ed6be0abcf2e4d62:before,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-publish-date_fb607e7783fe7c83:before,
.widget_rss_258eae6157785fc0 .rss-date_a799a6172ea18753:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__post-author_d8f78e10da7d7d7a:before,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-author_6a31c1d5b9175acb:before,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a:before,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-author_6a31c1d5b9175acb:before,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__post-author_d8f78e10da7d7d7a:before,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-author_6a31c1d5b9175acb:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_c990698dbf2b583c .wp-block-latest-posts__post-excerpt_b8ae85727c2f8cbc,
.wp-block-latest-posts_c990698dbf2b583c .wp-block-rss__item-excerpt_61cde1461e589da0,
.wp-block-latest-posts_c990698dbf2b583c .rssSummary_acdd0e77860ed990,
.wp-block-rss_7488f46488b9da28 .wp-block-latest-posts__post-excerpt_b8ae85727c2f8cbc,
.wp-block-rss_7488f46488b9da28 .wp-block-rss__item-excerpt_61cde1461e589da0,
.wp-block-rss_7488f46488b9da28 .rssSummary_acdd0e77860ed990,
.widget_rss_258eae6157785fc0 .wp-block-latest-posts__post-excerpt_b8ae85727c2f8cbc,
.widget_rss_258eae6157785fc0 .wp-block-rss__item-excerpt_61cde1461e589da0,
.widget_rss_258eae6157785fc0 .rssSummary_acdd0e77860ed990 {
  margin-top: 10px;
  margin-bottom: 0; }

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

.te-post-item_83a7505c542cafc4 .te-single-post-meta_63031aaa4bb8f5e4 {
  gap: 32px; }

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

.te-comment-title_2ca96d2b4ccab649 h2,
.te-comment-title_2ca96d2b4ccab649 .wp-block-comments-title_319d53fc0abe7661,
.wp-block-comments_96512ae5166675eb h2,
.wp-block-comments_96512ae5166675eb .wp-block-comments-title_319d53fc0abe7661 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 {
  padding-left: 0; }
  .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 .wp-block-te-comment-reply_73f6335df0dc6023 {
    margin-top: 15px; }
  .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-column_c0c03cda57a06b1e:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-avatar_a92d0422949a7859 {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-avatar_a92d0422949a7859 img {
        width: 100%; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-comment-author-name_8da983040f2768b0 a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-comment-edit-link_55a231fe89fee544 a {
      color: #317EFE; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-comment-date_5ced887743be782f a,
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-comment-edit-link_55a231fe89fee544 a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-te-comment-reply_73f6335df0dc6023 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_96512ae5166675eb .wp-block-comment-template_3ce1b1f25b2829d1 li .wp-block-columns_effbfd47ef34be58 .wp-block-te-comment-reply_73f6335df0dc6023 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_ed02f005471a0f03 .te-comment-respond_d06e1b178c080998,
.te-latest-comments_ed02f005471a0f03 .comment-respond_432818fbb386d083 {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_ed02f005471a0f03 li .children .te-comments-item_d9b21ccfdc354d79 {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_ed02f005471a0f03 li .children .te-comments-item_d9b21ccfdc354d79 {
      margin-left: 0; } }
.te-latest-comments_ed02f005471a0f03 li .children .children .te-comments-item_d9b21ccfdc354d79 {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 {
      padding: 30px; } }
  .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-avatar_09220e569d30b4da {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-avatar_09220e569d30b4da {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-avatar_09220e569d30b4da img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 {
    overflow: hidden; }
    .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-avatar-name_4996ef5085c16cca {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-avatar-name_4996ef5085c16cca 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_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-avatar-name_4996ef5085c16cca 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_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-avatar-name_4996ef5085c16cca span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-comment-reply_e546f86476ff5555 {
      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_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-comment-reply_e546f86476ff5555 {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_ed02f005471a0f03 li .te-comments-item_d9b21ccfdc354d79 .te-comments-text_3434ed7b5adf6165 .te-comment-reply_e546f86476ff5555:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

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

ul.children {
  list-style: none; }

.te-post-comments-form_8a6ec1c3bd52bba0 .te-contacts-message_9f8d6d570d50f423 {
  margin-top: 10px; }

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

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

.te-comment-respond_d06e1b178c080998,
.comment-respond_432818fbb386d083 {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_d06e1b178c080998 .comment-form-cookies-consent_d6fe634a7b5b7ea8,
  .comment-respond_432818fbb386d083 .comment-form-cookies-consent_d6fe634a7b5b7ea8 {
    display: none; }
  .te-comment-respond_d06e1b178c080998 .comment-notes_3c90f93a32c41cd0,
  .comment-respond_432818fbb386d083 .comment-notes_3c90f93a32c41cd0 {
    margin-bottom: 30px; }
  .te-comment-respond_d06e1b178c080998 p,
  .comment-respond_432818fbb386d083 p {
    margin: 0; }
  .te-comment-respond_d06e1b178c080998 .te-contacts-email_6f46595b15472263,
  .te-comment-respond_d06e1b178c080998 .te-contacts-name_fb8440e6ef4499fe,
  .te-comment-respond_d06e1b178c080998 .single-input-field_086d1a6a0fe752ab,
  .comment-respond_432818fbb386d083 .te-contacts-email_6f46595b15472263,
  .comment-respond_432818fbb386d083 .te-contacts-name_fb8440e6ef4499fe,
  .comment-respond_432818fbb386d083 .single-input-field_086d1a6a0fe752ab {
    margin-bottom: 20px; }
  .te-comment-respond_d06e1b178c080998 label,
  .comment-respond_432818fbb386d083 label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_d06e1b178c080998 .checkbox-field-wrapper_b4bf4e9164bcd908,
  .comment-respond_432818fbb386d083 .checkbox-field-wrapper_b4bf4e9164bcd908 {
    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_d06e1b178c080998 .checkbox-field-wrapper_b4bf4e9164bcd908 p,
    .comment-respond_432818fbb386d083 .checkbox-field-wrapper_b4bf4e9164bcd908 p {
      margin: 0; }
    .te-comment-respond_d06e1b178c080998 .checkbox-field-wrapper_b4bf4e9164bcd908 .single-checkbox-field_72ec527afdfe15a8,
    .comment-respond_432818fbb386d083 .checkbox-field-wrapper_b4bf4e9164bcd908 .single-checkbox-field_72ec527afdfe15a8 {
      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_d06e1b178c080998 .te-comment-form-cookies-consent_058a4853983bc08d,
  .comment-respond_432818fbb386d083 .te-comment-form-cookies-consent_058a4853983bc08d {
    display: none; }
  .te-comment-respond_d06e1b178c080998 input[type="number"],
  .comment-respond_432818fbb386d083 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_d06e1b178c080998 input,
  .te-comment-respond_d06e1b178c080998 select,
  .comment-respond_432818fbb386d083 input,
  .comment-respond_432818fbb386d083 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_d06e1b178c080998 *::-webkit-input-placeholder,
  .comment-respond_432818fbb386d083 *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_d06e1b178c080998 *:-ms-input-placeholder,
  .comment-respond_432818fbb386d083 *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_d06e1b178c080998 *::-ms-input-placeholder,
  .comment-respond_432818fbb386d083 *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_d06e1b178c080998 *::placeholder,
  .comment-respond_432818fbb386d083 *::placeholder {
    color: #778196; }
  .te-comment-respond_d06e1b178c080998 textarea,
  .comment-respond_432818fbb386d083 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_d06e1b178c080998 input:focus,
  .te-comment-respond_d06e1b178c080998 textarea:focus,
  .te-comment-respond_d06e1b178c080998 .form-select_0df714766d3a849b:focus,
  .comment-respond_432818fbb386d083 input:focus,
  .comment-respond_432818fbb386d083 textarea:focus,
  .comment-respond_432818fbb386d083 .form-select_0df714766d3a849b: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_c37a5aa88b5758b3 {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_c37a5aa88b5758b3:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_c37a5aa88b5758b3: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_c37a5aa88b5758b3:hover .te-content-wrapper_6d190ac6b7f62db9 {
    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_c37a5aa88b5758b3 .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_c37a5aa88b5758b3 .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_c37a5aa88b5758b3 .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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 {
    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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .content .desc_21d667a8c5fa4a9b {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f {
      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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f 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_c37a5aa88b5758b3 .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171:hover .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171:hover .te-content-wrapper_6d190ac6b7f62db9 .content .title,
    .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171:hover .te-content-wrapper_6d190ac6b7f62db9 .content .desc_21d667a8c5fa4a9b {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .image {
    border-radius: 20px; }
  .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .content .desc_21d667a8c5fa4a9b {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_c37a5aa88b5758b3.style-2_3e3c796f6878b171 .te-content-wrapper_6d190ac6b7f62db9 .social_92af3d495fef106f 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_79f91ddaa3a69d68 {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_79f91ddaa3a69d68 {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_79f91ddaa3a69d68 .slick-list_993605a3e53274d5 {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_79f91ddaa3a69d68 .slick-list_993605a3e53274d5 {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_79f91ddaa3a69d68 .slick-list_993605a3e53274d5 .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_79f91ddaa3a69d68 .slick-dots_24a5e4a4a57ead54 {
    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_79f91ddaa3a69d68 .slick-dots_24a5e4a4a57ead54 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_79f91ddaa3a69d68 .slick-dots_24a5e4a4a57ead54 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_79f91ddaa3a69d68 .slick-dots_24a5e4a4a57ead54 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_79f91ddaa3a69d68 .slick-dots_24a5e4a4a57ead54 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_79f91ddaa3a69d68 .slick-arrow_375fa0e9a345ef24 {
    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_ef8f420be9ed3142 {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_ef8f420be9ed3142:hover .image .te-content-wrapper_6d190ac6b7f62db9 {
    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_ef8f420be9ed3142:hover .image .te-content-wrapper_6d190ac6b7f62db9 .content .content-inner_cb6782170ece9250 {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_ef8f420be9ed3142:hover .image .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_ef8f420be9ed3142:hover .image .te-content-wrapper_6d190ac6b7f62db9 .content .content-inner_cb6782170ece9250 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_ef8f420be9ed3142: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_ef8f420be9ed3142 .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_ef8f420be9ed3142 .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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 {
    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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .content-inner_cb6782170ece9250 {
        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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .sub-title_f139355dc63f483c {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 {
        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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 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_ef8f420be9ed3142 .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

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

.te-portfolio-card_ef8f420be9ed3142.style-3_e9f967acb9559304:hover .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 {
  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_ef8f420be9ed3142.style-3_e9f967acb9559304 .te-content-wrapper_6d190ac6b7f62db9 {
  padding: 0; }
  .te-portfolio-card_ef8f420be9ed3142.style-3_e9f967acb9559304 .te-content-wrapper_6d190ac6b7f62db9 .content .content-inner_cb6782170ece9250 {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_ef8f420be9ed3142.style-3_e9f967acb9559304 .te-content-wrapper_6d190ac6b7f62db9 .content .btn-wrapper_792a18cf6774b7a4 {
    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_a1c223983c86d158.style-1_5bd3f466b724b11a {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_a1c223983c86d158.style-1_5bd3f466b724b11a {
      margin-top: 0;
      padding-top: 100px; } }

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

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

.testimonial-slider-area_9996006ab52d63f7.style-1_5bd3f466b724b11a {
  padding-bottom: 5px; }

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

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

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

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

.team-slider-area_d582837acd6173d1.style-1_5bd3f466b724b11a {
  overflow: hidden; }

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

.about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-image-card_54d6e26c84135cda {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-image-card_54d6e26c84135cda .te-main-img-wrapper_91d30c05fe3f6cc7 .te-main-img-inner_0813a6cb2d83a7f9 {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-image-card_54d6e26c84135cda .te-company-foundation_0d06b0dbca23440a {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-info-card_81e94195b1197599 {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-info-card_81e94195b1197599 {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_dd1a177ad906bd18.style-2_3e3c796f6878b171 .te-about-info-card_81e94195b1197599 {
      padding-left: 80px; } }

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

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

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

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

.faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .accordion-wrapper_7dfa04357a39f8a7 {
      padding-right: 60px; } }
  .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 {
        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_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 {
        right: 0; } }
    .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c {
      position: relative; }
      .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .te-main-img-inner_0813a6cb2d83a7f9 {
        -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_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .te-image-shape_9193c1ebe59ca000 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .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_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .content .number_f1701f5b936adce4 {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .top-content_b3df077e47af96f3 {
        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_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .top-content_b3df077e47af96f3 {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .bottom-content_32e4f3eaf42c34c9 {
        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_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .bottom-content_32e4f3eaf42c34c9 {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .bottom-content_32e4f3eaf42c34c9 .bottom-content-inner_7787aa4c1fbae550 {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .bottom-content_32e4f3eaf42c34c9 .bottom-content-inner_7787aa4c1fbae550 .title,
          .faq-area_8832ce9d48f92129.style-1_5bd3f466b724b11a .te-faq-image_44f22594243d21c8 .te-image-wrapper_a0e1650e5237df4c .bottom-content_32e4f3eaf42c34c9 .bottom-content-inner_7787aa4c1fbae550 .number_f1701f5b936adce4 {
            color: #14203A; }

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

.testimonial-slider-area_9996006ab52d63f7 {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_9996006ab52d63f7.style-2_3e3c796f6878b171 .slick-list_993605a3e53274d5 {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_9996006ab52d63f7.style-2_3e3c796f6878b171 .slick-list_993605a3e53274d5 .te-slick-item_e08f41e11f5f9bdd {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .icon_46d1be9606dfad7a {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .te-counter-title_c8db148913dd36d0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .te-counter-title_c8db148913dd36d0 .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .title {
    color: #ffffff; }
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .number_f1701f5b936adce4 {
    color: #E7F914; }
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .number_f1701f5b936adce4,
  .counter-up-area_9c02e87c485473a0.style-2_3e3c796f6878b171 .te-counter-card_2b63e12d97079a82 .te-counter-item_bfe49934151b16a4 .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

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

.subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-image-bg-collumn_2c2740a14d375776 {
      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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-subscribe-form-wrapper_5462bbedb738c688 {
      padding: 0; }
    .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
      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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
          -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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
          -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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
          gap: 60px; } }
      .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 .te-subscribe-title_2f557ec7bc6cf30b {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 .te-content-inner_e27e5a40d02d9556 {
        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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 .te-content-inner_e27e5a40d02d9556 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 .te-content-inner_e27e5a40d02d9556 .icon_46d1be9606dfad7a {
          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_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .te-subscribe-form-widget_b6f43a68c4bfefad {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .mc4wp-form-fields_a140efb97a64aa97 {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_9e42d945c4a0eb4d.style-2_3e3c796f6878b171 .te-subscribe-inner-area_6b087fc3bc767839 .mc4wp-form-fields_a140efb97a64aa97 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_9996006ab52d63f7.style-3_e9f967acb9559304 {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_9996006ab52d63f7.style-3_e9f967acb9559304 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_9996006ab52d63f7.style-3_e9f967acb9559304 {
      padding: 100px 0; } }
  .testimonial-slider-area_9996006ab52d63f7.style-3_e9f967acb9559304 .slick-list_993605a3e53274d5 .slick-slide.slick-current_a80a40d3bb89c842 .te-testimonial-card_9492e5eed2cbee95.style-3_e9f967acb9559304 .te-content-wrapper_6d190ac6b7f62db9 .te-user-meta_53a39aac02bfa144 .icon_46d1be9606dfad7a {
    color: #317EFE; }

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

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

.te-contact-info_b38fded4053c921f {
  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_b38fded4053c921f .te-icon-card_b3c44e8a323de2c8 {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

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

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

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

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

.service-details_84c8ec780d1d14bd {
  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_84c8ec780d1d14bd .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_84c8ec780d1d14bd .content .te-title-wrapper_d177d7516f07bfdf {
    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_84c8ec780d1d14bd .content .te-title-wrapper_d177d7516f07bfdf .title-inner_7723b4e1b4e1c219 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_84c8ec780d1d14bd .content .te-title-wrapper_d177d7516f07bfdf .title-inner_7723b4e1b4e1c219 .icon_46d1be9606dfad7a {
        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_84c8ec780d1d14bd .content .te-title-wrapper_d177d7516f07bfdf .title-inner_7723b4e1b4e1c219 .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_5a3384589485d6af {
  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_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 .icon_46d1be9606dfad7a {
      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_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 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_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 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_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 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_5a3384589485d6af .list-wrapper_be5fbc13e14f3887 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_416e21c28c836a8b {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_416e21c28c836a8b .te-team-card_c37a5aa88b5758b3 {
    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_807f5ec421c4de96 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_807f5ec421c4de96 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_807f5ec421c4de96 {
      padding-top: 100px;
      padding-bottom: 76px; } }

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

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

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

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

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

.footer_66d0a6d5a380fd0d {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_66d0a6d5a380fd0d .te-subscribe-form-widget_b6f43a68c4bfefad .submit-btn_b9de9c18195139db span {
    display: none; }
  .footer_66d0a6d5a380fd0d.style-1_5bd3f466b724b11a {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_66d0a6d5a380fd0d.style-1_5bd3f466b724b11a .te-footer-sec_1878ae6172cf897a {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_66d0a6d5a380fd0d.style-1_5bd3f466b724b11a .te-footer-sec_1878ae6172cf897a .te-footer-widget_f769ad45c90f12bd .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-form-fields_a140efb97a64aa97 {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_66d0a6d5a380fd0d.style-1_5bd3f466b724b11a .te-footer-widget_f769ad45c90f12bd .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f input {
      color: #131A2A; }
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .wp-block-heading_9f08f05746806594,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .widget-title_9a7dd70122a13e31,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .wp-block-search__label_60b838f7fcea9ec3,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .wp-block-heading_9f08f05746806594,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .widget-title_9a7dd70122a13e31,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .wp-block-search__label_60b838f7fcea9ec3,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 ul li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 ol li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 ul li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 ol li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 ul li,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-calendar-table_9cac5c0b4a1ba579,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-calendar_c80fb55bbd4d34e7 caption,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 nav.wp-calendar-nav_ff6b22caa95c93da a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-latest-comments__comment-excerpt_aea7a001f9a2965f,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-calendar-table_9cac5c0b4a1ba579 caption,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_text_d8896156b65d16e5,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .tagcloud_b1e26f6d8ca9480e a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .tagcloud_b1e26f6d8ca9480e a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .wp-block-tag-cloud_7df7d0d8d8cb3bc2 a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-latest-comments__comment-date_dd2d8b295ca9cca6,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-latest-comments__comment_f256916170b3e771,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-archives-dropdown_f30a434e5aef2b56 label,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_categories_3844bed85f881ba0 li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_archive_4b70d24a1a6fd9b0 li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_nav_menu_8c6467123d22705c li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_tag_cloud_b90a7e3f22ff901b a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_rss_258eae6157785fc0 li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_rss_258eae6157785fc0 li,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .footer__widget_f970127f3f89bc79 a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .footer__widget_f970127f3f89bc79 li,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 li.recentcomments_544d036233d76b02 {
    color: #ffffff; }
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-theme-btn_581432601f53797b,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-loginout_53dc9066b35a8c50 a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 input.te-theme-btn_581432601f53797b,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .wp-block-search_d0a576d8ef105d96 button,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .search-form_f31202d6eddd98df button,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .widget_6b5cf2cddc0b7039 .sidebar__search_aba0f3f757e525eb button,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .wp-block-search_d0a576d8ef105d96 button,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .search-form_f31202d6eddd98df button,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .sidebar__widget_6d774edca7768c29 .sidebar__search_aba0f3f757e525eb button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_66d0a6d5a380fd0d .footer__widget_f970127f3f89bc79 li {
    list-style: none; }
  .footer_66d0a6d5a380fd0d .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li.wp-block-social-link_74d7285c123daa89 {
    display: inline-block;
    width: unset !important; }
  .footer_66d0a6d5a380fd0d .te_widget_nav_menu_0c4f5854972a9e7b li.cat-item_238230784bcb07b9 {
    text-align: right; }
    .footer_66d0a6d5a380fd0d .te_widget_nav_menu_0c4f5854972a9e7b li.cat-item_238230784bcb07b9 a {
      float: left; }
  .footer_66d0a6d5a380fd0d .te-footer-bg_54271640e805eb58 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_66d0a6d5a380fd0d .footer-nav-widget_8f3af5c36c514408 {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_66d0a6d5a380fd0d .footer-nav-widget_8f3af5c36c514408 {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_66d0a6d5a380fd0d .footer-nav-widget_8f3af5c36c514408 {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_66d0a6d5a380fd0d .footer-nav-widget_8f3af5c36c514408 {
        padding: 0 30px; } }

.te-footer-widget_f769ad45c90f12bd {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_f769ad45c90f12bd {
      margin-bottom: 40px; } }
  .te-footer-widget_f769ad45c90f12bd .te-footer-widget-title_8c585db4222cda53,
  .te-footer-widget_f769ad45c90f12bd .wp-block-heading_9f08f05746806594 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_f769ad45c90f12bd ul {
    padding-left: 0; }
  .te-footer-widget_f769ad45c90f12bd .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-form-fields_a140efb97a64aa97 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_f769ad45c90f12bd .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_f769ad45c90f12bd.widget-latest-posts-footer_c915428a3934d5cf {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_f769ad45c90f12bd.zoom-instagram-widget_8e6ed73405d35da4 {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_f769ad45c90f12bd.widget_contact_info_widget_a0b5d7f137625752 {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_f769ad45c90f12bd .widget-instagram-feed_7026bd3c6471658e {
      width: 170px; } }
  .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 {
        padding-right: 0; } }
    .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 .te-footer-logo_61835abc063fe71f {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 .info-form-and-social-icon_6f080d394a694605 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 .info-form-and-social-icon_6f080d394a694605 .te-social-profile_43bffa4aefad94d6 {
        margin-top: 0; }
    .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 .te-social-profile_43bffa4aefad94d6 {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_f769ad45c90f12bd .te-footer-widget-info_cbbc91903bbcde39 .info-form-and-social-icon_6f080d394a694605 {
        -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_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b 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_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 p {
    color: #335371; }
  .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul {
    list-style: none; }
    .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 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_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li:first-child .contact-icon_7a28d6eac3a8702c {
          margin-top: 5px; }
      .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-icon_7a28d6eac3a8702c {
        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_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-text_192564db85202fd2 {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-text_192564db85202fd2 a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-text_192564db85202fd2 span,
        .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-text_192564db85202fd2 p,
        .te-footer-widget_f769ad45c90f12bd .te-footer-widget-contact_a40ee4b38f767865 .footer-contact_b3e23f2924f0cb55 ul li .contact-text_192564db85202fd2 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_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li {
    margin-bottom: 10px; }
    .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-thumb_c8c80c6a57222086 {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-title_dfd4e22eaff0f976 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-title_dfd4e22eaff0f976 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_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-title_dfd4e22eaff0f976 a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-meta_e08ac21de24f0ff0 {
      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_4d405e2000f56f70 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_4d405e2000f56f70 ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_4d405e2000f56f70 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_4d405e2000f56f70 ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

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

.subscribe-area_9e42d945c4a0eb4d {
  overflow: hidden; }
  .subscribe-area_9e42d945c4a0eb4d.style-1_5bd3f466b724b11a .te-subscribe-inner-area_6b087fc3bc767839 .te-content-wrapper_6d190ac6b7f62db9 {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_9e42d945c4a0eb4d.style-1_5bd3f466b724b11a .te-image-bg-collumn_2c2740a14d375776 {
    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_9e42d945c4a0eb4d.style-1_5bd3f466b724b11a .te-image-bg-collumn_2c2740a14d375776 {
        display: none; } }
  .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 {
    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_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .short-title_a813e01e7b3fcc64 {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .te-subscribe-title_2f557ec7bc6cf30b {
      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_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .te-subscribe-title_2f557ec7bc6cf30b {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .te-subscribe-title_2f557ec7bc6cf30b {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .te-subscribe-title_2f557ec7bc6cf30b {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_9e42d945c4a0eb4d .te-content-wrapper_6d190ac6b7f62db9 .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 .te-subscribe-collumn_75129c8c74efb5e6 {
      -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_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 .te-subscribe-collumn_75129c8c74efb5e6.te-image-bg-collumn_2c2740a14d375776 {
          display: none; } }
    .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 .mc4wp-form-fields_a140efb97a64aa97 {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 .mc4wp-form-fields_a140efb97a64aa97 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_9e42d945c4a0eb4d .te-subscribe-inner-area_6b087fc3bc767839 .mc4wp-form-fields_a140efb97a64aa97 .submit-btn_b9de9c18195139db {
        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_f769ad45c90f12bd .te-subscribe-form-wrapper_5462bbedb738c688 {
  color: #335371; }

.te-subscribe-form-widget_b6f43a68c4bfefad {
  position: relative; }
  .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-form-fields_a140efb97a64aa97 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .single-field_925cffb83972399f *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_b6f43a68c4bfefad .submit-btn_b9de9c18195139db {
    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_b6f43a68c4bfefad .submit-btn_b9de9c18195139db:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-response_90b6875fab76740a {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-response_90b6875fab76740a .mc4wp-alert_6d32aa2f27f5b634.mc4wp-error_4028a3ccf9960ede p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-response_90b6875fab76740a .mc4wp-alert_6d32aa2f27f5b634.mc4wp-error_4028a3ccf9960ede a {
      color: #ff0000; }
    .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-response_90b6875fab76740a .mc4wp-alert_6d32aa2f27f5b634.mc4wp-success_d2e1b1cb1a8bab2b p, .te-subscribe-form-widget_b6f43a68c4bfefad .mc4wp-response_90b6875fab76740a .mc4wp-alert_6d32aa2f27f5b634.mc4wp-notice_f8b8fff846d23f4a p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_1399e2278baf6b68 {
  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_1399e2278baf6b68 .te-footer-logo_61835abc063fe71f {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_1399e2278baf6b68 .te-social-widget_5719064295dd0061 {
    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_1399e2278baf6b68 .te-social-widget_5719064295dd0061 span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

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

.footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 {
  background-color: #131A2A; }
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-sec_1878ae6172cf897a {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget-title_8c585db4222cda53,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .wp-block-heading_9f08f05746806594 {
    color: #ffffff;
    font-size: 24px; }
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .footer-bottom-area_8e273b9a0559f5d2 .te-copyright-text_b68b5a018d9ab8ef p,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget_f769ad45c90f12bd.te_widget_nav_menu_0c4f5854972a9e7b li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-title_dfd4e22eaff0f976 a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-title_dfd4e22eaff0f976,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget_f769ad45c90f12bd .te_widget_latest_post_6deb3ab272cf00d4 ul li .te-latest-post-desc_18588ae5a8b9060c .te-latest-post-meta_e08ac21de24f0ff0,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-widget_f769ad45c90f12bd .te-subscribe-form-wrapper_5462bbedb738c688,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .te-footer-bottom-menu_4d405e2000f56f70 ul li a,
  .footer_66d0a6d5a380fd0d.style-2_3e3c796f6878b171 .footer-bottom-area_8e273b9a0559f5d2 .te-copyright-text_b68b5a018d9ab8ef p a {
    color: #ffffff; }

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