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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  color: #E7F914; }

.te-theme-btn_0e48c352d11c88e5,
.wp-block-loginout_f28c012a4eee437d a,
input.te-theme-btn_0e48c352d11c88e5 {
  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_0e48c352d11c88e5:hover,
  .wp-block-loginout_f28c012a4eee437d a:hover,
  input.te-theme-btn_0e48c352d11c88e5:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn_0e48c352d11c88e5:focus,
  .wp-block-loginout_f28c012a4eee437d a:focus,
  input.te-theme-btn_0e48c352d11c88e5:focus {
    color: #ffffff; }
  .te-theme-btn_0e48c352d11c88e5.yellow-btn_3b6b0a2b623dc59c,
  .wp-block-loginout_f28c012a4eee437d a.yellow-btn_3b6b0a2b623dc59c,
  input.te-theme-btn_0e48c352d11c88e5.yellow-btn_3b6b0a2b623dc59c {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn_0e48c352d11c88e5.simple-btn_2b5a562f40ca7518,
  .wp-block-loginout_f28c012a4eee437d a.simple-btn_2b5a562f40ca7518,
  input.te-theme-btn_0e48c352d11c88e5.simple-btn_2b5a562f40ca7518 {
    padding-left: 36px;
    padding-right: 36px; }

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

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

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

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

.circle-rotate-wrapper_b1f49ff07dbfdc17 {
  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_b1f49ff07dbfdc17 .circle-rotate-inner_421351c1d273d161 {
    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_7f660c003ae8f587 {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-350_ea111f35fd8ca046 {
  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_e1cadafae3d7ad6d label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form_e1cadafae3d7ad6d input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form_e1cadafae3d7ad6d 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_e1cadafae3d7ad6d 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_f8d9ffa069da976d .size-full_46dde90d97b3e9aa.alignright_8fd2a897c80ca36d {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content_f8d9ffa069da976d figure.wp-caption_43a685ad8adee8ec.aligncenter_f8b716e82bb90e40 {
  margin-top: 40px; }
.tp-page-content_f8d9ffa069da976d dl, .tp-page-content_f8d9ffa069da976d ol, .tp-page-content_f8d9ffa069da976d ul {
  margin-bottom: 11px; }
.tp-page-content_f8d9ffa069da976d .te-comment-respond_258b08b510b2a793 {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content_f8d9ffa069da976d .te-latest-comments_95ea6c1f43bd6c70 .te-comment-respond_258b08b510b2a793 {
  margin-bottom: 40px; }
.tp-page-content_f8d9ffa069da976d .te-post-comments_fbb522d194bc411b {
  margin-top: 80px; }

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

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

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

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

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

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

.gallery-columns-1_50b10925d0ff07b4 .gallery-item_5f4eff1ae93690ba {
  max-width: 100%;
  width: 100%; }

.gallery-columns-2_2e10ad4cb2b2840d .gallery-item_5f4eff1ae93690ba {
  max-width: 50%; }

.gallery-columns-3_2308194558d81300 .gallery-item_5f4eff1ae93690ba {
  max-width: 33.33%; }

.gallery-columns-4_b5a1fbf52403a873 .gallery-item_5f4eff1ae93690ba {
  max-width: 25%; }

.gallery-columns-5_a4f3ecaa3f3b602e .gallery-item_5f4eff1ae93690ba {
  max-width: 20%; }

.gallery-columns-6_6f50bc586fc909fd .gallery-item_5f4eff1ae93690ba {
  max-width: 16.66%; }

.gallery-columns-7_ac70573dd61d8d74 .gallery-item_5f4eff1ae93690ba {
  max-width: 14.28%; }

.gallery-columns-8_88cbfdebc7785c51 .gallery-item_5f4eff1ae93690ba {
  max-width: 12.5%; }

.gallery-columns-9_0d5b482b8883bdde .gallery-item_5f4eff1ae93690ba {
  max-width: 11.11%; }

.gallery-caption_c809944ca17373a1 {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.te-post-content p.has-large-font-size_6973f923ed06105d {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search_309b2d3f31fa5fdb {
  margin-bottom: 15px; }
.te-post-content .wp-block-file_755d5e6e0b13c7d4 {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container_fb7bc2216bddbf34 p {
  margin-top: 0 !important; }

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

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

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

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

.wp-block-cover_8930314dfcffc593 p.wp-block-cover-text_d91f39d15fee79fd,
.wp-block-cover_8930314dfcffc593.is-light_cdd5b97762447651 .wp-block-cover__inner-container_1cfb43de99d410b4 {
  color: #fff !important; }

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

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

.widget_a6628b2251c35996 .wp-block-archives-dropdown_34714dba23aa621e,
.widget_a6628b2251c35996 .wp-block-categories-dropdown_6b5f823820ba3acf,
.widget_a6628b2251c35996 .wp-block-loginout_f28c012a4eee437d,
.widget_a6628b2251c35996 .wp-block-social-links_d24ea281420c7ec1,
.widget_a6628b2251c35996.widget_archive_76b9ac3ebbf2042c select,
.widget_a6628b2251c35996.te_widget_categories_1dcf06e9cd47e88c select,
.widget_a6628b2251c35996.widget_text_41855c3b61db4ad0 select,
.widget_a6628b2251c35996.te_widget_search_0716215e161eb2a5 .search-form_136a8162bca50fb3,
.widget_a6628b2251c35996.te_widget_tag_cloud_e35a9b3a9ff55d24 .tagcloud_b49b7b4e60702d1e,
.widget_a6628b2251c35996 .wp-block-tag-cloud_0d58d16ed900d4aa {
  margin-bottom: 6px; }

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

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

.blog-search-content_9ac98656f7719a23 {
  margin: 0; }
  .blog-search-content_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb,
  .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3,
  .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a {
    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_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb,
      .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3,
      .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a {
        width: 100%; } }
    .blog-search-content_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3 .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a .wp-block-search__inside-wrapper_e4e0d5f16994efdd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb label,
    .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3 label,
    .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a 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_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb input,
    .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3 input,
    .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a 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_9ac98656f7719a23 .wp-block-search_309b2d3f31fa5fdb button,
    .blog-search-content_9ac98656f7719a23 .search-form_136a8162bca50fb3 button,
    .blog-search-content_9ac98656f7719a23 .sidebar__search_2de703a3cf32596a 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_f8d9ffa069da976d .wp-smiley_aabd138f410dd76a,
.entry-content_6ede4fad65761c61 .wp-smiley_aabd138f410dd76a,
.comment-content_ffebfcb6bc8f088f .wp-smiley_aabd138f410dd76a {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.te-comment-respond_258b08b510b2a793.style-two_e5ee710982bc58af .wpcf7-form_40ef2f885472976f .wpcf7-not-valid-tip_d4acc9c585884207 {
  color: #d9c0b8 !important; }
.te-comment-respond_258b08b510b2a793 .wpcf7-form_40ef2f885472976f .wpcf7-not-valid_74936e78ab67809a {
  border-color: #dc3232 !important; }
.te-comment-respond_258b08b510b2a793 .wpcf7-form_40ef2f885472976f .wpcf7-not-valid-tip_d4acc9c585884207 {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond_258b08b510b2a793 .wpcf7-form_40ef2f885472976f.sent_0fb8b45e17a02cdb .wpcf7-response-output_7cb14889277a7dc5 {
  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_258b08b510b2a793 .wpcf7-form_40ef2f885472976f.invalid_eff5abc7d66afea4 .wpcf7-response-output_7cb14889277a7dc5 {
  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_5c4917a872e4888b {
  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_5c4917a872e4888b .wpcf7-te-list-item_fa367b7469dfb02b {
    margin: 0; }
    .wpcf7-form-control_5c4917a872e4888b .wpcf7-te-list-item_fa367b7469dfb02b label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control_5c4917a872e4888b .wpcf7-te-list-item_fa367b7469dfb02b label .wpcf7-te-list-item-label_f9ee4ae19cde7319 {
        font-size: 16px;
        font-weight: 400; }

.logged-in_a22e391932bcd8a6 .te-comment-respond_258b08b510b2a793 textarea {
  margin-bottom: 12px; }

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

body.admin-bar_1d4606c06c1c41d5 .header-menu-area_50ccd0847c871893.sticky_menu_704bda09af37f78f {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar_1d4606c06c1c41d5 .header-menu-area_50ccd0847c871893.sticky_menu_704bda09af37f78f {
      top: 0; } }

.page-template-default_cae63c127fbacea8.page-id-146_c3dbf2baa0a4760d .tp-page-content_f8d9ffa069da976d p:last-child {
  margin-bottom: 10px; }
.page-template-default_cae63c127fbacea8.page-id-1133_969d846be840c9f2 .tp-page-content_f8d9ffa069da976d .te-comment-respond_258b08b510b2a793 {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default_cae63c127fbacea8.page-id-3_872d518dcd43f2b7 .page-area_8a5dff622d4c78a0 {
  padding-top: 128px; }

.single-post-item_75935ed3d8780c63.post-24_26b7253a6d1395a4 .wp-block-button_5924ddb55fa66c7a a {
  color: #ffffff; }

.post-template-default_c4e0ad8f92292410.postid-163_bd04c41fc2f00142 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content {
  margin-bottom: 34px; }
.post-template-default_c4e0ad8f92292410.postid-150_0f52553a56fa5656 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content {
  margin-bottom: 34px; }
  .post-template-default_c4e0ad8f92292410.postid-150_0f52553a56fa5656 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-group_bbf5b1a25e299d4f.is-layout-constrained_67121ca4454207d1:last-child {
    border: 1px solid #000; }
.post-template-default_c4e0ad8f92292410.postid-51_96f0bd9f36259e42 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content {
  margin-bottom: 25px; }
  .post-template-default_c4e0ad8f92292410.postid-51_96f0bd9f36259e42 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default_c4e0ad8f92292410.postid-1163_d91cf6695c59ee3a .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-caption_43a685ad8adee8ec, .post-template-default_c4e0ad8f92292410.postid-568_69ac943eb93c7639 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-caption_43a685ad8adee8ec {
  margin-top: 20px; }
.post-template-default_c4e0ad8f92292410.postid-1785_284900df302c3ffa .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-button__link_2b9cf1fa9eede784 {
  color: #ffffff !important; }
.post-template-default_c4e0ad8f92292410.postid-1149_080eaced9b885733 .te-blog-details-wrapper_561b7f3d362144c8 .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 p {
  margin-bottom: 0; }
.post-template-default_c4e0ad8f92292410.postid-555_1244edc3ff337e61 .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .gallery {
  margin-top: 20px; }

.error-404_ce11dfdb3f20f7d4.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404_ce11dfdb3f20f7d4.not-found .error-content_01f069f5ac55dd1c .error-btn-bh_749a993e22608956 {
    margin-top: 20px; }

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

.sidebar_948ace60e1999a79 .widget_media_gallery_1a6467a399b2e102 .gallery-item_5f4eff1ae93690ba {
  margin-bottom: 0; }
  .sidebar_948ace60e1999a79 .widget_media_gallery_1a6467a399b2e102 .gallery-item_5f4eff1ae93690ba 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_c1e7323177e62467 {
  -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_33df86935b263954 {
  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_0458780e0be76b40 path {
  stroke: #317EFE;
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

body.admin-bar_1d4606c06c1c41d5 .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff.login .te-header-menu-area_eca2d2ed6c8b609b {
  top: auto !important; }

.header-area_1f7e178167b83d35 .container-fluid_21f8068cda8ac9a0 {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area_1f7e178167b83d35 .container-fluid_21f8068cda8ac9a0 {
      padding: 0 24px; } }
.header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top .te-header-contact-info_ebc68839cbd9eb74 span {
    color: #677471; }
    .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top .te-header-contact-info_ebc68839cbd9eb74 span i {
      color: #317EFE; }
    .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top .te-header-contact-info_ebc68839cbd9eb74 span a {
      color: #677471; }
  .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top .te-social-profile_119ed1eca43dd7ff a {
    color: #317EFE;
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .header-top .te-social-profile_119ed1eca43dd7ff a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: #317EFE; }
.header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-header-menu-area_eca2d2ed6c8b609b {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-header-menu-area_eca2d2ed6c8b609b .menu-wrapper_388e385a19e9d617 {
    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_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-header-menu-area_eca2d2ed6c8b609b .menu-wrapper_388e385a19e9d617 {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-header-menu-area_eca2d2ed6c8b609b .te-header-btn_284dbf48abe26f2b .te-quote-btn_0396a55d18e18b66 {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-sticky_menu {
  top: 0; }
  .header-area_1f7e178167b83d35.style-2_e9298bf5eb3a3eff .te-sticky_menu .menu-wrapper_388e385a19e9d617 {
    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_154bec800eee8ed8 {
    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_ce015dc591fc6e28 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info_ebc68839cbd9eb74 {
    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_ebc68839cbd9eb74 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_ebc68839cbd9eb74 span.te-contact-info-item_ad3b848f730042c2 {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info_ebc68839cbd9eb74 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_628c6c3acd6da1f2 {
      display: none; } }
  .header-top .header-top-btn_628c6c3acd6da1f2 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_628c6c3acd6da1f2 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
    .header-top .header-top-btn_628c6c3acd6da1f2 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_119ed1eca43dd7ff {
    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_119ed1eca43dd7ff .te-social-profile-label_241fa71ef78ab22d {
      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_119ed1eca43dd7ff 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_119ed1eca43dd7ff a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }

.te-header-menu-area_eca2d2ed6c8b609b {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area_eca2d2ed6c8b609b.te-te-sticky-header_4465c7249ef4f3f0 {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area_eca2d2ed6c8b609b.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_eca2d2ed6c8b609b.te-sticky_menu .te-logo_176d2a9f417f9e18 .te-sticky-logo_c70e8201dff4b54b img {
          width: 170px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area_eca2d2ed6c8b609b.te-sticky_menu .te-main-menu_410d97440d53d85d ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area_eca2d2ed6c8b609b.te-sticky_menu .te-main-menu_410d97440d53d85d 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_eca2d2ed6c8b609b.te-sticky_menu .te-main-menu_410d97440d53d85d ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area_eca2d2ed6c8b609b.te-sticky_menu .te-main-menu_410d97440d53d85d ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area_eca2d2ed6c8b609b .te-header-menu-wrapper_d717a8decdad4405 {
    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_eca2d2ed6c8b609b .te-header-menu-wrapper_d717a8decdad4405 {
        gap: 20px; } }
  .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 {
    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_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 {
        height: 80px; } }
    .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-standard-logo_65a252184a69ac46 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-sticky-logo_c70e8201dff4b54b {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-sticky-logo_c70e8201dff4b54b {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-sticky-logo_c70e8201dff4b54b {
          display: block; } }
      .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-sticky-logo_c70e8201dff4b54b img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area_eca2d2ed6c8b609b .te-logo_176d2a9f417f9e18 .te-retina-logo_537957933e59c285 {
      display: none; }

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

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

.te-header-btn_284dbf48abe26f2b {
  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_284dbf48abe26f2b .te-icon_d412f3b407388ebf {
    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_284dbf48abe26f2b .te-icon_d412f3b407388ebf: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_284dbf48abe26f2b {
      display: none; } }
  .te-header-btn_284dbf48abe26f2b .te-cta-btn_5d39efc918fdd97e {
    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_284dbf48abe26f2b .te-cta-btn_5d39efc918fdd97e:hover {
      background-color: #317EFE;
      color: #ffffff; }
  .te-header-btn_284dbf48abe26f2b .te-quote-btn_0396a55d18e18b66 {
    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_284dbf48abe26f2b .te-quote-btn_0396a55d18e18b66: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_f638d274483de87d {
    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_f638d274483de87d .te-search-content-filed_235ad5492d6ccdfe {
      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_f638d274483de87d .te-search-content-filed_235ad5492d6ccdfe .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner_f638d274483de87d .te-search-form_e78ec23c94e44563 {
      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_f638d274483de87d .te-search-form_e78ec23c94e44563 .te-search-form-input_5a7a02a612ffdf58 {
        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_f638d274483de87d .te-search-form_e78ec23c94e44563 .te-search-form-input_5a7a02a612ffdf58 .te-search-icon_bc34ddb55d5c7119 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner_f638d274483de87d .te-search-form_e78ec23c94e44563 .te-search-form-input_5a7a02a612ffdf58 button.te-submit-search-btn_968ba5711bb3e33b {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner_f638d274483de87d .te-search-form_e78ec23c94e44563 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_5c9b8bdf0c241c19 a.mean-expand.mean-clicked_02e9115aeab4edcb {
  background-color: #317EFE;
  border-color: #317EFE !important; }

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

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

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

.te-mobile-menu-bar_91932cbad13dba44 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_91932cbad13dba44 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_50691093cdcb4cd8 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper_069c6669d893e310 {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close_d4ff859da58f32eb {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close_d4ff859da58f32eb .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_d4ff859da58f32eb .te-menu-sidebar-close-btn:hover {
        background-color: #317EFE; }
  .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-menu-sidebar-title_f6d64d148ae1e790 {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-header-contact-info_ebc68839cbd9eb74 {
      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_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-header-contact-info_ebc68839cbd9eb74 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_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-header-contact-info_ebc68839cbd9eb74 span.te-contact-info-item_ad3b848f730042c2 {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-header-contact-info_ebc68839cbd9eb74 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_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-header-contact-info_ebc68839cbd9eb74 span a:hover {
            color: #317EFE; }
    .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-social-profile_119ed1eca43dd7ff {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-social-profile_119ed1eca43dd7ff a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content_43d95dcd6acad335 .te-menu-sidebar-single-widget_a5991bcad76e276f .te-social-profile_119ed1eca43dd7ff 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_f131377c64a5b38d {
  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_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d {
        height: unset;
        padding: 80px 0; } }
    .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d {
          right: -380px; } }
      .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d .company-award_b3b2f77fcef0ae6a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d .company-award_b3b2f77fcef0ae6a .icon_7c25857e763915d2 {
          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_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-feature-img_b76fc05b4e2dd14d .slider-feature-img-overlay_c7a55ba1e2f084e6 {
          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_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-left-shape_57217619374ae8aa {
      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_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-left-shape_57217619374ae8aa {
          display: none; } }
    .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-right-shape_b821b09d3b0319ca {
      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_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-right-shape_b821b09d3b0319ca {
          display: none; } }
    .slider-area_f131377c64a5b38d.style-2_e9298bf5eb3a3eff .te-single-slider_cb3391bfc913a17d .slider-circle-shape_873f002e6e2112e2 {
      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_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-short-title_e671c5e315950b16,
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-title_764a376a2676643f,
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-short-desc_569091d3ed41a57e,
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-btn-wrapper_0e87fd68629873da {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-short-title_e671c5e315950b16 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-title_764a376a2676643f {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-short-desc_569091d3ed41a57e {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-active .te-slider-btn-wrapper_0e87fd68629873da {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 {
    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_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 {
        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_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 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_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 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_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 li button:hover {
          background-color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid #317EFE; }
        .slider-area_f131377c64a5b38d .te-slider-wrapper_78df5ed357e494ac .slick-dots_36fe40f33e37a897 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d {
    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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d {
        background-image: none !important; } }
    .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0 {
      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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0 {
          left: 0; } }
      .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0 .te-slider-overlay-shape_25024f59db998105 {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0 .te-slider-overlay-shape_25024f59db998105 {
            display: none; } }
    .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 {
      position: relative;
      z-index: 99; }
      .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-short-title_e671c5e315950b16 {
        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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
        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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-short-desc_569091d3ed41a57e {
        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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-short-desc_569091d3ed41a57e {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-short-desc_569091d3ed41a57e {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-short-desc_569091d3ed41a57e {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da {
        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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da {
            padding-top: 30px; } }
        .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-theme-btn_0e48c352d11c88e5 {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: #317EFE;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 .te-icon_d412f3b407388ebf {
            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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 .te-content_9989743ec2db6d97 {
            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_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 .te-content_9989743ec2db6d97 .te-title_8c93941030a0ca59 {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area_f131377c64a5b38d .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 .te-content_9989743ec2db6d97 .te-text_6f62f4f67b324f62 {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0px;
              color: #14203A; }

.slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c: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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0 {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-overlay_5776ee6b5803f9f0::before {
        display: none; }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .slider-shape_35fed14d67c81df5 {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .slider-shape_35fed14d67c81df5 img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-one_cffeb5b9162fd282 {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-one_cffeb5b9162fd282 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-one_cffeb5b9162fd282 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-one_cffeb5b9162fd282 {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-one_cffeb5b9162fd282 {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-two_a9af022b4119f3c7 {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-two_a9af022b4119f3c7 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-two_a9af022b4119f3c7 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-two_a9af022b4119f3c7 {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-two_a9af022b4119f3c7 {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-three_23837a4fa5aba734 {
      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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-three_23837a4fa5aba734 {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .shape-three_23837a4fa5aba734 {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-container_3110a6fa53756aa6 {
      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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-container_3110a6fa53756aa6 {
          -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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-container_3110a6fa53756aa6 {
          padding: 70px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-container_3110a6fa53756aa6 .te-slider-column_c3fc521c8d83c824 {
        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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-container_3110a6fa53756aa6 .te-slider-column_c3fc521c8d83c824 {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-theme-btn_0e48c352d11c88e5 {
      background-color: #317EFE;
      color: #ffffff; }
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-theme-btn_0e48c352d11c88e5:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-btn-wrapper_0e87fd68629873da .te-call-btn_395c7c8a2b574ab4 .te-icon_d412f3b407388ebf {
      color: #317EFE; }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
      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_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-single-slider_cb3391bfc913a17d .te-slider-content-wrapper_6dc2cb7005cef005 .te-slider-content_54597ac83e74bb50 .te-slider-title_764a376a2676643f {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-slider-wrapper_78df5ed357e494ac .container {
    position: relative; }
  .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-slider-wrapper_78df5ed357e494ac .slider-shape-bg_cc8ec38b8526de41 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-slider-wrapper_78df5ed357e494ac .slider-shape-bg_cc8ec38b8526de41 {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-slider-wrapper_78df5ed357e494ac .slider-shape-bg_cc8ec38b8526de41 {
        margin-left: 0; } }
    .slider-area_f131377c64a5b38d.style-1_6b5634cc33bb457c .te-slider-wrapper_78df5ed357e494ac .slider-shape-bg_cc8ec38b8526de41: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_d4a942713d8e69b7 {
  position: relative; }

.te-info-card_7f71e88a4f95046e {
  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_7f71e88a4f95046e {
      padding: 40px 25px; } }
  .te-info-card_7f71e88a4f95046e: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_7f71e88a4f95046e:hover .te-image-wrapper_43f7756f3a7d4e05 .overlay_b504ac4438495b9b {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card_7f71e88a4f95046e:hover .te-image-wrapper_43f7756f3a7d4e05 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_7f71e88a4f95046e:hover .icon_7c25857e763915d2 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card_7f71e88a4f95046e:hover .content .te-read-more_0a8a0c9a6e936b2a .te-theme-btn_0e48c352d11c88e5 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_7f71e88a4f95046e .te-info-card-inner_558bdbabbe04e19b {
    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_7f71e88a4f95046e .te-image-wrapper_43f7756f3a7d4e05 {
    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_7f71e88a4f95046e .te-image-wrapper_43f7756f3a7d4e05 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_7f71e88a4f95046e .te-image-wrapper_43f7756f3a7d4e05 .overlay_b504ac4438495b9b {
      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_7f71e88a4f95046e .icon_7c25857e763915d2 {
    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_7f71e88a4f95046e .icon_7c25857e763915d2 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card_7f71e88a4f95046e .te-content-wrapper_d9ae9efd004278fb {
    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_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 {
    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_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2 {
      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_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2::before, .te-info-card_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #317EFE;
        border: 1px solid #E1E1E1; }
      .te-info-card_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2::before {
        top: 15px;
        left: 5px; }
      .te-info-card_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .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_7f71e88a4f95046e .te-title-wrapper_10c521229bc1d348 .divider_15338841f100503e {
      width: 55px;
      height: 2px;
      background-color: #317EFE; }
  .te-info-card_7f71e88a4f95046e .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_7f71e88a4f95046e .content .desc_1082c2aa1130ea14 {
      -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_7f71e88a4f95046e .content .te-read-more_0a8a0c9a6e936b2a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card_7f71e88a4f95046e .content .te-read-more_0a8a0c9a6e936b2a .te-theme-btn_0e48c352d11c88e5 {
        background-color: transparent;
        color: #317EFE;
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card_7f71e88a4f95046e .content .te-read-more_0a8a0c9a6e936b2a .te-theme-btn_0e48c352d11c88e5:hover {
          background-color: #317EFE;
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

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

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

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

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

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

.te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be {
      text-align: left; } }
  .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed > img {
      border-radius: 500px 500px 0 0;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed > img {
          width: 100%; } }
    .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-img-card-shape_1681846fda147e6b {
      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_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-img-card-shape_1681846fda147e6b {
          right: 0; } }
.te-about-image-card_853faf5a4e60a847 .te-company-foundation_55bb81146a77be72 {
  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_853faf5a4e60a847 .te-company-foundation_55bb81146a77be72 .te-counter-wrapper_dfb210f117f3650f {
    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_853faf5a4e60a847 .te-company-foundation_55bb81146a77be72 .counter-title_bff988d7c5ad18ec {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card_853faf5a4e60a847 .te-company-foundation_55bb81146a77be72 .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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed > img {
    margin: 0;
    border-radius: 20px; }
  .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-img-card-shape_1681846fda147e6b {
    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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-img-card-shape_1681846fda147e6b {
        display: none; } }
  .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e {
        position: relative; } }
    .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-another-image-inner_50a1ce34efdbc7db {
      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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-another-image-inner_50a1ce34efdbc7db {
          width: 100%; }
          .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-another-image-inner_50a1ce34efdbc7db img {
            width: 100%; } }
    .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .video-btn_8babf962a3ec6319 {
      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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .video-btn_8babf962a3ec6319 {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .video-btn_8babf962a3ec6319 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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f {
      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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f .icon_7c25857e763915d2 {
        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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f .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_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0px;
          color: #14203A; }
        .te-about-image-card_853faf5a4e60a847.style-2_e9298bf5eb3a3eff .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed .te-another-image_ab5c5c801f21a47e .te-badge-text_24061dd0eb0fb16f .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }

.te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 {
  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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-section-title_385a6b9281fb819a {
    margin-bottom: 0; }
    .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-section-title_385a6b9281fb819a .title {
      margin-bottom: 0; }
  .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b {
    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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b .te-list-item_6abb1d1c07441274 .icon_7c25857e763915d2 {
      font-size: 24px;
      color: #317EFE;
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b .te-list-item_6abb1d1c07441274 .text {
      color: #14203A; }
  .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 {
    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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f {
      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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f:hover .icon_7c25857e763915d2 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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f .icon_7c25857e763915d2 {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f .icon_7c25857e763915d2::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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f .icon_7c25857e763915d2 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_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0; }
      .te-about-info-card_32fd9c4c9fc4070b .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .te-single-info-list_febd4c6289c6676f .short-title_a7c46415496e91f1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }

.te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 {
  gap: 10px; }
  .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b .te-list-item_6abb1d1c07441274 .icon_7c25857e763915d2 {
      width: 16px;
      height: 16px;
      background-color: #317EFE;
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-list-item-wrapper_46a6c71ee6797f1b .te-list-item_6abb1d1c07441274 .text {
      color: #335371; }
  .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .divider_15338841f100503e {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card_32fd9c4c9fc4070b.style-2_e9298bf5eb3a3eff .te-about-info-content_7f50419b5242b112 .te-info-list_ee7bca1d7137a897 .divider_15338841f100503e {
          height: 1px;
          width: 100%; } }

.te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-section-title_385a6b9281fb819a {
  margin-bottom: 40px; }
.te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .about-info-wrapper_a0679520d6704458 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .about-info-wrapper_a0679520d6704458 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .about-info-wrapper_a0679520d6704458 .about-info-img_d99c6cbb0bac251c {
    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_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .about-info-wrapper_a0679520d6704458 .about-info-img_d99c6cbb0bac251c {
        height: 350px; } }
    .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .about-info-wrapper_a0679520d6704458 .about-info-img_d99c6cbb0bac251c img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .skill-progressbar-wrapper_c184f34bfde8e3aa {
    width: 100%; }
  .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-icon-card-wrapper_d4254608eac2ab96 {
    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_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-icon-card-wrapper_d4254608eac2ab96 .te-icon-card_864090f294a851ed {
      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_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-icon-card-wrapper_d4254608eac2ab96 .te-icon-card_864090f294a851ed .icon_7c25857e763915d2 {
        width: 40px;
        height: 40px; }
      .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-icon-card-wrapper_d4254608eac2ab96 .te-icon-card_864090f294a851ed .content {
        gap: 4px; }
        .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-icon-card-wrapper_d4254608eac2ab96 .te-icon-card_864090f294a851ed .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card_32fd9c4c9fc4070b.style-three_7b1a032aba0dd88f .te-about-info-content_7f50419b5242b112 .te-btn-wrapper_309fe121b36d410c {
    margin-top: 7px; }

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

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

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

.te-process-step_dc157eb93d754b2f {
  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_dc157eb93d754b2f::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_dc157eb93d754b2f {
      padding: 32px 28px 42px 28px; } }
  .te-process-step_dc157eb93d754b2f:hover {
    top: -5px; }
    .te-process-step_dc157eb93d754b2f:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step_dc157eb93d754b2f:hover .icon_7c25857e763915d2 img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_dc157eb93d754b2f:hover .counter-number_90b6c4946ebff8e4 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step_dc157eb93d754b2f:hover .content .te-read-more_0a8a0c9a6e936b2a .te-theme-btn_0e48c352d11c88e5 {
      background-color: #317EFE;
      border-color: #317EFE;
      color: #ffffff; }
  .te-process-step_dc157eb93d754b2f .icon_7c25857e763915d2 {
    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_dc157eb93d754b2f .icon_7c25857e763915d2 img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step_dc157eb93d754b2f .te-content-wrapper_d9ae9efd004278fb {
    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_dc157eb93d754b2f .te-counter-wrapper_dfb210f117f3650f {
    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_dc157eb93d754b2f .te-counter-wrapper_dfb210f117f3650f .shape_e2ba14006e9fee72 {
      position: relative; }
  .te-process-step_dc157eb93d754b2f .counter-number_90b6c4946ebff8e4 {
    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_dc157eb93d754b2f .te-title-wrapper_10c521229bc1d348 {
    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_dc157eb93d754b2f .te-title-wrapper_10c521229bc1d348 .icon_7c25857e763915d2 {
      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_dc157eb93d754b2f .te-title-wrapper_10c521229bc1d348 .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_dc157eb93d754b2f .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_dc157eb93d754b2f .content .desc_1082c2aa1130ea14 {
      -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_dc157eb93d754b2f .content .te-read-more_0a8a0c9a6e936b2a {
      margin-top: -10px; }
      .te-process-step_dc157eb93d754b2f .content .te-read-more_0a8a0c9a6e936b2a .te-theme-btn_0e48c352d11c88e5 {
        border: 1px solid #E1E1E1;
        color: #317EFE;
        background-color: transparent; }

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

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

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

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

.te-accordion-box-wrapper_049c939976af9930 {
  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_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf .te-accordion-head_025cb78dfca0ac2d {
    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_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf .te-accordion-head_025cb78dfca0ac2d: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_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf .te-accordion-head_025cb78dfca0ac2d.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_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf .te-accordion-head_025cb78dfca0ac2d .te-accordion-title_78d803cff8109416 {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0px; }
  .accordion-wrapper_34f572e11a20121b .te-accordion-list-item_7d1a039dc86251bf .te-accordion-body_cce18a62a09e268a {
    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_d91b3e80745a2f67 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header_d91b3e80745a2f67 {
      padding-left: 30px; } }
  .page-header_d91b3e80745a2f67 .te-page-title_4d16db1746e758f9,
  .page-header_d91b3e80745a2f67 .page-title_c8412a880f09bd89 {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header_d91b3e80745a2f67 .te-page-title_4d16db1746e758f9,
      .page-header_d91b3e80745a2f67 .page-title_c8412a880f09bd89 {
        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_681f61e562bc795c {
  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_681f61e562bc795c:hover .te-post-thumbnail_6664b6207efd53b7 img,
  .te-post-item_681f61e562bc795c:hover .post-video_3ed0d115fbeba866 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_681f61e562bc795c iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_681f61e562bc795c iframe {
        height: 350px; } }
  .te-post-item_681f61e562bc795c .post-gallery .slick-list_d0b3774f42d470c6 .slick-track_6c6ec73140e02610 {
    height: 392px;
    overflow: hidden; }
  .te-post-item_681f61e562bc795c .te-post-content-wrapper_654e4a4974ee51b9 {
    padding: 32px 32px 40px 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item_681f61e562bc795c .te-post-content-wrapper_654e4a4974ee51b9 {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item_681f61e562bc795c .te-post-content-wrapper_654e4a4974ee51b9 .te-read-more_0a8a0c9a6e936b2a {
      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_681f61e562bc795c.format-quote_ac27c6191ba7e257 .te-post-content {
    margin: 0; }
  .te-post-item_681f61e562bc795c.format-quote_ac27c6191ba7e257 blockquote {
    margin: 0; }
    .te-post-item_681f61e562bc795c.format-quote_ac27c6191ba7e257 blockquote p {
      margin-top: 0; }
    .te-post-item_681f61e562bc795c.format-quote_ac27c6191ba7e257 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_681f61e562bc795c.format-quote_ac27c6191ba7e257 blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-post-item_681f61e562bc795c.sticky_13dbc73c8ab8657d {
    border: 2px solid #317EFE; }
    .te-post-item_681f61e562bc795c.sticky_13dbc73c8ab8657d .te-post-content {
      margin-bottom: 0; }
      .te-post-item_681f61e562bc795c.sticky_13dbc73c8ab8657d .te-post-content p {
        margin-bottom: 0; }
  .te-post-item_681f61e562bc795c .te-post-title_80791bfb5a56b62a {
    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_681f61e562bc795c .te-post-title_80791bfb5a56b62a {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item_681f61e562bc795c .te-post-title_80791bfb5a56b62a:hover a {
      color: #317EFE;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item_681f61e562bc795c .te-post-content p {
    margin-top: 17px; }
  .te-post-item_681f61e562bc795c .te-post-content h2,
  .te-post-item_681f61e562bc795c .te-post-content h3,
  .te-post-item_681f61e562bc795c .te-post-content h4,
  .te-post-item_681f61e562bc795c .te-post-content h5,
  .te-post-item_681f61e562bc795c .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item_681f61e562bc795c .te-post-content p {
    margin-bottom: unset; }
  .te-post-item_681f61e562bc795c .te-single-post-meta_2efff6843fd81b9f {
    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_681f61e562bc795c .te-social-share_1c8758b45ff6304b {
    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_681f61e562bc795c .te-social-share_1c8758b45ff6304b a.facebook_491a8a6e7f33037c {
      color: #1877f2; }
    .te-post-item_681f61e562bc795c .te-social-share_1c8758b45ff6304b a.twitter_e075c6fc34067b17 {
      color: #1da1f2; }
    .te-post-item_681f61e562bc795c .te-social-share_1c8758b45ff6304b a.linkedin_c7c98d9613c29048 {
      color: #1a70c6; }
    .te-post-item_681f61e562bc795c .te-social-share_1c8758b45ff6304b .te-social-share-title_f8d96b2fe8cef41b {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 {
    width: 100%;
    display: inline-block; }
    .te-post-item_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 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_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 .te-post-tag-list_1e895ff7b22996ae {
      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_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 .te-post-tag-list_1e895ff7b22996ae 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_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 .te-post-tag-list_1e895ff7b22996ae 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_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7,
  .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 {
    position: relative;
    overflow: hidden; }
    .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 img,
    .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 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_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 .popup-video-wrapper_e3076bedfac5bd77,
    .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 .popup-video-wrapper_e3076bedfac5bd77 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 .video-btn_8babf962a3ec6319 a,
    .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 .video-btn_8babf962a3ec6319 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_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 .video-btn_8babf962a3ec6319 a i,
      .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 .video-btn_8babf962a3ec6319 a i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 .video-btn_8babf962a3ec6319 a:hover,
      .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 .video-btn_8babf962a3ec6319 a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b {
    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_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b.prev-btn_7d7e0a21dcaffd65 {
      left: 30px; }
    .te-post-item_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b.next-btn_88645441cb77109e {
      right: 30px; }
    .te-post-item_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b 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_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #317EFE; }
      .te-post-item_681f61e562bc795c button.post-gallery-btn_34d88c60357c6b6b:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item_681f61e562bc795c .post-audio_d14bb622bbbf5fcf iframe {
    width: 100%; }
  .te-post-item_681f61e562bc795c .te-post-meta_b807ad4770d07e83 {
    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_681f61e562bc795c .te-post-meta_b807ad4770d07e83 {
        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_681f61e562bc795c .te-post-meta_b807ad4770d07e83 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_681f61e562bc795c .te-post-meta_b807ad4770d07e83 span i {
        color: #317EFE;
        font-size: 18px; }
      .te-post-item_681f61e562bc795c .te-post-meta_b807ad4770d07e83 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_681f61e562bc795c .te-post-meta_b807ad4770d07e83 span a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item_681f61e562bc795c .te-post-meta_b807ad4770d07e83 span a:hover i {
            color: #317EFE;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }

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

.te-post-card_68bf6ed6d449c010.style-2_e9298bf5eb3a3eff {
  gap: 20px; }
  .te-post-card_68bf6ed6d449c010.style-2_e9298bf5eb3a3eff .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card_68bf6ed6d449c010.style-2_e9298bf5eb3a3eff .image .te-post-date_4eb31cb12725e20b {
      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_68bf6ed6d449c010.style-2_e9298bf5eb3a3eff .content .title {
    font-size: 20px; }
  .te-post-card_68bf6ed6d449c010.style-2_e9298bf5eb3a3eff .content .te-post-meta-info_87b1cbda8b728b5f {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }

.te-blog-details-wrapper_561b7f3d362144c8 .te-comment-respond_258b08b510b2a793 {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper_561b7f3d362144c8 .te-post-comments_fbb522d194bc411b {
  margin-top: 70px; }
.te-blog-details-wrapper_561b7f3d362144c8 .wp-block-group_bbf5b1a25e299d4f.has-background_ba5053bd1e65d3bd .wp-block-button_5924ddb55fa66c7a .wp-block-button__link_2b9cf1fa9eede784 {
  color: #ffffff !important; }
.te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-meta_b807ad4770d07e83 {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7,
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866,
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-gallery,
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .postbox-audio_b73bcbb8254073c9,
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .wp-block-post-featured-image_2e395a60b00f0572 {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7,
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866,
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-gallery,
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .postbox-audio_b73bcbb8254073c9,
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .wp-block-post-featured-image_2e395a60b00f0572 {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7:hover img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866:hover img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-gallery:hover img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .postbox-audio_b73bcbb8254073c9:hover img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .wp-block-post-featured-image_2e395a60b00f0572: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_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-thumbnail_6664b6207efd53b7 img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-video_3ed0d115fbeba866 img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .post-gallery img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .postbox-audio_b73bcbb8254073c9 img,
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .wp-block-post-featured-image_2e395a60b00f0572 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_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content-wrapper_654e4a4974ee51b9 {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-query_a95a2a3b59bc4314 .wp-block-post-template_09bc77f280e94dc7 {
      padding-left: 0; }
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-query_a95a2a3b59bc4314 .wp-block-post-template_09bc77f280e94dc7 .wp-block-post_47c723ff70298c15 {
        margin-bottom: 30px; }
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-navigation__responsive-container-content_4eb698712d95e76c .wp-block-page-list_60cce2334d918279 {
      padding-left: 0; }
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-group_bbf5b1a25e299d4f {
      margin: 15px 0; }
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content .wp-block-group_bbf5b1a25e299d4f p {
        margin-bottom: 0; }
    .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper_561b7f3d362144c8 .te-post-item_681f61e562bc795c .te-blog-post-tag_c0b28f3fb2dd0333 .te-social-share_1c8758b45ff6304b {
    padding-bottom: 20px; }
.te-blog-details-wrapper_561b7f3d362144c8 .wp-block-calendar_abcdc201acd32d3d {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.wp-block-query-pagination_e3f0872695746eab,
.navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b,
.comment-navigation_5718e05a0d3b7345 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-numbers_346a7e37f9ebf14c,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-numbers_346a7e37f9ebf14c,
  .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-numbers_346a7e37f9ebf14c {
    width: inherit; }
  .wp-block-query-pagination_e3f0872695746eab .nav-links_52b0f648269399aa,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-links_52b0f648269399aa,
  .comment-navigation_5718e05a0d3b7345 .nav-links_52b0f648269399aa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-previous_039931df7cae9cee,
  .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-next_16d33625a1fba723,
  .wp-block-query-pagination_e3f0872695746eab .nav-next_34a64c5c6a973efb a,
  .wp-block-query-pagination_e3f0872695746eab .nav-previous_dc535e1dea01ccba a,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-previous_039931df7cae9cee,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-next_16d33625a1fba723,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-next_34a64c5c6a973efb a,
  .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-previous_dc535e1dea01ccba a,
  .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-previous_039931df7cae9cee,
  .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-next_16d33625a1fba723,
  .comment-navigation_5718e05a0d3b7345 .nav-next_34a64c5c6a973efb a,
  .comment-navigation_5718e05a0d3b7345 .nav-previous_dc535e1dea01ccba 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_e3f0872695746eab .wp-block-query-pagination-previous_039931df7cae9cee,
      .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-next_16d33625a1fba723,
      .wp-block-query-pagination_e3f0872695746eab .nav-next_34a64c5c6a973efb a,
      .wp-block-query-pagination_e3f0872695746eab .nav-previous_dc535e1dea01ccba a,
      .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-previous_039931df7cae9cee,
      .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-next_16d33625a1fba723,
      .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-next_34a64c5c6a973efb a,
      .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-previous_dc535e1dea01ccba a,
      .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-previous_039931df7cae9cee,
      .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-next_16d33625a1fba723,
      .comment-navigation_5718e05a0d3b7345 .nav-next_34a64c5c6a973efb a,
      .comment-navigation_5718e05a0d3b7345 .nav-previous_dc535e1dea01ccba a {
        height: 40px; } }
    .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-previous_039931df7cae9cee:hover,
    .wp-block-query-pagination_e3f0872695746eab .wp-block-query-pagination-next_16d33625a1fba723:hover,
    .wp-block-query-pagination_e3f0872695746eab .nav-next_34a64c5c6a973efb a:hover,
    .wp-block-query-pagination_e3f0872695746eab .nav-previous_dc535e1dea01ccba a:hover,
    .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-previous_039931df7cae9cee:hover,
    .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .wp-block-query-pagination-next_16d33625a1fba723:hover,
    .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-next_34a64c5c6a973efb a:hover,
    .navigation_609707099a474ba4.posts-navigation_c47027f329b5e77b .nav-previous_dc535e1dea01ccba a:hover,
    .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-previous_039931df7cae9cee:hover,
    .comment-navigation_5718e05a0d3b7345 .wp-block-query-pagination-next_16d33625a1fba723:hover,
    .comment-navigation_5718e05a0d3b7345 .nav-next_34a64c5c6a973efb a:hover,
    .comment-navigation_5718e05a0d3b7345 .nav-previous_dc535e1dea01ccba 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_8879968821926c75,
.page-links_698f5d53b6b790f1,
.wp-block-query-pagination-numbers_346a7e37f9ebf14c {
  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_8879968821926c75 ul,
  .page-links_698f5d53b6b790f1 ul,
  .wp-block-query-pagination-numbers_346a7e37f9ebf14c 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_8879968821926c75 ul li,
    .page-links_698f5d53b6b790f1 ul li,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c ul li {
      padding-top: 0; }
    .te-basic-pagination_8879968821926c75 ul .prev span,
    .te-basic-pagination_8879968821926c75 ul .next span,
    .page-links_698f5d53b6b790f1 ul .prev span,
    .page-links_698f5d53b6b790f1 ul .next span,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c ul .prev span,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c ul .next span {
      display: none; }
  .te-basic-pagination_8879968821926c75 .post-page-numbers_56fdb244fa6a3dde,
  .page-links_698f5d53b6b790f1 .post-page-numbers_56fdb244fa6a3dde,
  .wp-block-query-pagination-numbers_346a7e37f9ebf14c .post-page-numbers_56fdb244fa6a3dde {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination_8879968821926c75 .page-numbers_6c0e9c8abc140de0,
  .te-basic-pagination_8879968821926c75 .post-page-numbers_56fdb244fa6a3dde,
  .page-links_698f5d53b6b790f1 .page-numbers_6c0e9c8abc140de0,
  .page-links_698f5d53b6b790f1 .post-page-numbers_56fdb244fa6a3dde,
  .wp-block-query-pagination-numbers_346a7e37f9ebf14c .page-numbers_6c0e9c8abc140de0,
  .wp-block-query-pagination-numbers_346a7e37f9ebf14c .post-page-numbers_56fdb244fa6a3dde {
    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_8879968821926c75 .page-numbers_6c0e9c8abc140de0,
      .te-basic-pagination_8879968821926c75 .post-page-numbers_56fdb244fa6a3dde,
      .page-links_698f5d53b6b790f1 .page-numbers_6c0e9c8abc140de0,
      .page-links_698f5d53b6b790f1 .post-page-numbers_56fdb244fa6a3dde,
      .wp-block-query-pagination-numbers_346a7e37f9ebf14c .page-numbers_6c0e9c8abc140de0,
      .wp-block-query-pagination-numbers_346a7e37f9ebf14c .post-page-numbers_56fdb244fa6a3dde {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination_8879968821926c75 .page-numbers_6c0e9c8abc140de0:hover,
    .te-basic-pagination_8879968821926c75 .post-page-numbers_56fdb244fa6a3dde:hover,
    .page-links_698f5d53b6b790f1 .page-numbers_6c0e9c8abc140de0:hover,
    .page-links_698f5d53b6b790f1 .post-page-numbers_56fdb244fa6a3dde:hover,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c .page-numbers_6c0e9c8abc140de0:hover,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c .post-page-numbers_56fdb244fa6a3dde: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_8879968821926c75 .page-numbers_6c0e9c8abc140de0.current,
    .te-basic-pagination_8879968821926c75 .post-page-numbers_56fdb244fa6a3dde.current,
    .page-links_698f5d53b6b790f1 .page-numbers_6c0e9c8abc140de0.current,
    .page-links_698f5d53b6b790f1 .post-page-numbers_56fdb244fa6a3dde.current,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c .page-numbers_6c0e9c8abc140de0.current,
    .wp-block-query-pagination-numbers_346a7e37f9ebf14c .post-page-numbers_56fdb244fa6a3dde.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_2a53da7a31120e4e {
  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_2a53da7a31120e4e {
      -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_2a53da7a31120e4e {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 {
    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_2a53da7a31120e4e .te-post-navigation_12103043740ef480 {
        -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_2a53da7a31120e4e .te-post-navigation_12103043740ef480 {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 {
        width: 100%; } }
    .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480::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_2a53da7a31120e4e .te-post-navigation_12103043740ef480::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480::after {
          display: none; } }
    .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480:last-child .text {
            text-align: left; } }
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480:last-child::after {
        display: none; }
    .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .te-post-img_35b0e94273c841da {
      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_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .te-post-img_35b0e94273c841da {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .te-post-img_35b0e94273c841da img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .text {
      width: 100%; }
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0px; }
    .te-blog-post-nav_2a53da7a31120e4e .te-post-navigation_12103043740ef480 .theme-navigation_3dfd50e130a99e11 {
      width: 100%; }

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

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

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

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

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

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

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

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

/* Widget */
.widget_a6628b2251c35996,
.sidebar__widget_6a97e2a87287e417 {
  /* 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_a6628b2251c35996 ol,
  .widget_a6628b2251c35996 ul,
  .sidebar__widget_6a97e2a87287e417 ol,
  .sidebar__widget_6a97e2a87287e417 ul {
    margin-bottom: 0; }
  .widget_a6628b2251c35996 .widget-instagram-feed_dbfa7f59a451bede,
  .sidebar__widget_6a97e2a87287e417 .widget-instagram-feed_dbfa7f59a451bede {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget_a6628b2251c35996 .widget-instagram-feed_dbfa7f59a451bede,
      .sidebar__widget_6a97e2a87287e417 .widget-instagram-feed_dbfa7f59a451bede {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget_a6628b2251c35996 .widget-instagram-feed_dbfa7f59a451bede,
      .sidebar__widget_6a97e2a87287e417 .widget-instagram-feed_dbfa7f59a451bede {
        width: 200px; } }
    .widget_a6628b2251c35996 .widget-instagram-feed_dbfa7f59a451bede .single-instagram-feed_5d6f09d3c0e924f5,
    .sidebar__widget_6a97e2a87287e417 .widget-instagram-feed_dbfa7f59a451bede .single-instagram-feed_5d6f09d3c0e924f5 {
      width: 96px;
      height: 96px; }
  .widget_a6628b2251c35996 .wp-block-heading_52fc47529d94fd5c,
  .widget_a6628b2251c35996 .widget-title_e5696e736f913efd,
  .widget_a6628b2251c35996 .wp-block-search__label_86947f36c1ca7819,
  .sidebar__widget_6a97e2a87287e417 .wp-block-heading_52fc47529d94fd5c,
  .sidebar__widget_6a97e2a87287e417 .widget-title_e5696e736f913efd,
  .sidebar__widget_6a97e2a87287e417 .wp-block-search__label_86947f36c1ca7819 {
    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_a6628b2251c35996 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c,
  .sidebar__widget_6a97e2a87287e417 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget_a6628b2251c35996 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c a,
    .sidebar__widget_6a97e2a87287e417 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c 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_a6628b2251c35996 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c a:before,
      .sidebar__widget_6a97e2a87287e417 .wp-block-social-links_d24ea281420c7ec1 .wp-social-link_ebd4064dcc297a2c a:before {
        display: none; }
  .widget_a6628b2251c35996 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .widget_a6628b2251c35996 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .sidebar__widget_6a97e2a87287e417 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .sidebar__widget_6a97e2a87287e417 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef {
    font-weight: 500; }
    .widget_a6628b2251c35996 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .widget_a6628b2251c35996 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .widget_a6628b2251c35996 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .widget_a6628b2251c35996 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .sidebar__widget_6a97e2a87287e417 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .sidebar__widget_6a97e2a87287e417 .has-avatars_1743825865e9a731.has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .sidebar__widget_6a97e2a87287e417 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .sidebar__widget_6a97e2a87287e417 .has-dates_06c93fb8ca6fe16f.has-excerpts_0c91d506d661a0de.wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-link_5251fb79db7be0bf {
      font-weight: 500; }
  .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4,
  .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li.wp-block-te-latest-comments__comment_e184cf31fc7247e4,
  .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li.wp-block-te-latest-comments__comment_e184cf31fc7247e4,
  .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li.wp-block-te-latest-comments__comment_e184cf31fc7247e4 {
    margin-bottom: 0; }
  .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4,
  .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4,
  .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4,
  .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef,
  .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 {
    line-height: 28px;
    font-weight: 400; }
    .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02,
    .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02 {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-meta_b3dced09c96285ef .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before,
      .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 .wp-block-te-latest-comments__comment-date_7f354a447dcb7a02:before {
        content: "\f274";
        font-family: "Font Awesome 6 Free";
        padding-right: 8px; }
  .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a,
  .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li a,
  .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a,
  .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li a {
    color: #335371; }
    .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a.wp-block-te-latest-comments__comment-author_83e57b5daff44396, .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a.wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li a.wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li a.wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a.wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a.wp-block-te-latest-comments__comment-link_5251fb79db7be0bf,
    .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li a.wp-block-te-latest-comments__comment-author_83e57b5daff44396,
    .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li a.wp-block-te-latest-comments__comment-link_5251fb79db7be0bf {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a:hover,
    .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li a:hover,
    .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li a:hover,
    .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li a:hover {
      color: #317EFE; }
  .widget_a6628b2251c35996 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-excerpt_85f5b379d05b8fac p,
  .widget_a6628b2251c35996 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-excerpt_85f5b379d05b8fac p,
  .sidebar__widget_6a97e2a87287e417 .wp-block-te-latest-comments_f2e9fb0e8c20b916 li .wp-block-te-latest-comments__comment-excerpt_85f5b379d05b8fac p,
  .sidebar__widget_6a97e2a87287e417 .wp-block-latest-posts_79e2c4350597e66d li .wp-block-te-latest-comments__comment-excerpt_85f5b379d05b8fac p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff,
  .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a,
    .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff 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_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a,
        .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a {
          width: 40px;
          height: 40px; } }
      .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a.facebook_491a8a6e7f33037c,
      .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a.facebook_491a8a6e7f33037c {
        background-color: #1877f2; }
      .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a.twitter_e075c6fc34067b17,
      .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a.twitter_e075c6fc34067b17 {
        background-color: #1da1f2; }
      .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a.linkedin_c7c98d9613c29048,
      .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a.linkedin_c7c98d9613c29048 {
        background-color: #0a66c2; }
      .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a.instagram_a7e0c76b2a75ca03,
      .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a.instagram_a7e0c76b2a75ca03 {
        background-color: #405de6; }
      .widget_a6628b2251c35996 .te-social-profile_119ed1eca43dd7ff a:hover,
      .sidebar__widget_6a97e2a87287e417 .te-social-profile_119ed1eca43dd7ff a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget_a6628b2251c35996 select,
  .sidebar__widget_6a97e2a87287e417 select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-username_ca58528ffa9d95e5 label,
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-password_f23cb410585e7fb4 label,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-username_ca58528ffa9d95e5 label,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-password_f23cb410585e7fb4 label {
    margin-bottom: 10px; }
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-username_ca58528ffa9d95e5 input,
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-password_f23cb410585e7fb4 input,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-username_ca58528ffa9d95e5 input,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-password_f23cb410585e7fb4 input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-remember_e36700c213af51b3 label,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-remember_e36700c213af51b3 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-submit_dc33e5925be6ca02,
  .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-submit_dc33e5925be6ca02 {
    margin-bottom: 0; }
    .widget_a6628b2251c35996 .has-login-form_fabeca618d567990 .login-submit_dc33e5925be6ca02 input.button-primary_63dee4dc46af0d6d,
    .sidebar__widget_6a97e2a87287e417 .has-login-form_fabeca618d567990 .login-submit_dc33e5925be6ca02 input.button-primary_63dee4dc46af0d6d {
      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_a6628b2251c35996 .search-form_136a8162bca50fb3,
  .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 button,
    .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_a6628b2251c35996.widget_search_327474a75f04ae71 .sidebar__search_2de703a3cf32596a,
  .sidebar__widget_6a97e2a87287e417.widget_search_327474a75f04ae71 .sidebar__search_2de703a3cf32596a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget_a6628b2251c35996.widget_search_327474a75f04ae71 .sidebar__search_2de703a3cf32596a button,
    .sidebar__widget_6a97e2a87287e417.widget_search_327474a75f04ae71 .sidebar__search_2de703a3cf32596a button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget_a6628b2251c35996 .wp-block-search__no-button_cae53273457f26d9.wp-block-search_309b2d3f31fa5fdb input,
  .sidebar__widget_6a97e2a87287e417 .wp-block-search__no-button_cae53273457f26d9.wp-block-search_309b2d3f31fa5fdb input {
    border-radius: 10px; }
  .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb,
  .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb {
    margin-bottom: -2px; }
  .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb,
  .widget_a6628b2251c35996 .search-form_136a8162bca50fb3,
  .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a,
  .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb,
  .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3,
  .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 .wp-block-search__inside-wrapper_e4e0d5f16994efdd,
    .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a .wp-block-search__inside-wrapper_e4e0d5f16994efdd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb label,
    .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 label,
    .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a label,
    .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb label,
    .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 label,
    .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb input,
    .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 input,
    .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a input,
    .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb input,
    .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 input,
    .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a 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_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb button,
    .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 button,
    .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a button,
    .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb button,
    .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 button,
    .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a 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_a6628b2251c35996 .tagcloud_b49b7b4e60702d1e,
  .widget_a6628b2251c35996 .wp-block-tag-cloud_0d58d16ed900d4aa,
  .sidebar__widget_6a97e2a87287e417 .tagcloud_b49b7b4e60702d1e,
  .sidebar__widget_6a97e2a87287e417 .wp-block-tag-cloud_0d58d16ed900d4aa {
    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_a6628b2251c35996 .tagcloud_b49b7b4e60702d1e a,
    .widget_a6628b2251c35996 .wp-block-tag-cloud_0d58d16ed900d4aa a,
    .sidebar__widget_6a97e2a87287e417 .tagcloud_b49b7b4e60702d1e a,
    .sidebar__widget_6a97e2a87287e417 .wp-block-tag-cloud_0d58d16ed900d4aa 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_a6628b2251c35996 .tagcloud_b49b7b4e60702d1e a:hover,
      .widget_a6628b2251c35996 .wp-block-tag-cloud_0d58d16ed900d4aa a:hover,
      .sidebar__widget_6a97e2a87287e417 .tagcloud_b49b7b4e60702d1e a:hover,
      .sidebar__widget_6a97e2a87287e417 .wp-block-tag-cloud_0d58d16ed900d4aa a:hover {
        color: #ffffff;
        background: #317EFE;
        border-color: #317EFE;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget_a6628b2251c35996 ul,
  .widget_a6628b2251c35996 ol,
  .sidebar__widget_6a97e2a87287e417 ul,
  .sidebar__widget_6a97e2a87287e417 ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget_a6628b2251c35996 ul li,
    .widget_a6628b2251c35996 ol li,
    .sidebar__widget_6a97e2a87287e417 ul li,
    .sidebar__widget_6a97e2a87287e417 ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget_a6628b2251c35996 ul li:first-child,
      .widget_a6628b2251c35996 ol li:first-child,
      .sidebar__widget_6a97e2a87287e417 ul li:first-child,
      .sidebar__widget_6a97e2a87287e417 ol li:first-child {
        border-top: 0; }
      .widget_a6628b2251c35996 ul li:last-child,
      .widget_a6628b2251c35996 ol li:last-child,
      .sidebar__widget_6a97e2a87287e417 ul li:last-child,
      .sidebar__widget_6a97e2a87287e417 ol li:last-child {
        margin-bottom: 0; }
      .widget_a6628b2251c35996 ul li.recentcomments_78a189bdc913eeea .comment-author-link_a40d0edc3e891e40 a:before, .widget_a6628b2251c35996 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 .comment-author-link_a40d0edc3e891e40 a:before,
      .widget_a6628b2251c35996 ol li.recentcomments_78a189bdc913eeea .comment-author-link_a40d0edc3e891e40 a:before,
      .widget_a6628b2251c35996 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 .comment-author-link_a40d0edc3e891e40 a:before,
      .sidebar__widget_6a97e2a87287e417 ul li.recentcomments_78a189bdc913eeea .comment-author-link_a40d0edc3e891e40 a:before,
      .sidebar__widget_6a97e2a87287e417 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 .comment-author-link_a40d0edc3e891e40 a:before,
      .sidebar__widget_6a97e2a87287e417 ol li.recentcomments_78a189bdc913eeea .comment-author-link_a40d0edc3e891e40 a:before,
      .sidebar__widget_6a97e2a87287e417 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 .comment-author-link_a40d0edc3e891e40 a:before {
        display: none; }
      .widget_a6628b2251c35996 ul li.recentcomments_78a189bdc913eeea a, .widget_a6628b2251c35996 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a,
      .widget_a6628b2251c35996 ol li.recentcomments_78a189bdc913eeea a,
      .widget_a6628b2251c35996 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a,
      .sidebar__widget_6a97e2a87287e417 ul li.recentcomments_78a189bdc913eeea a,
      .sidebar__widget_6a97e2a87287e417 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a,
      .sidebar__widget_6a97e2a87287e417 ol li.recentcomments_78a189bdc913eeea a,
      .sidebar__widget_6a97e2a87287e417 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a {
        padding-left: 0;
        display: inline; }
        .widget_a6628b2251c35996 ul li.recentcomments_78a189bdc913eeea a:before, .widget_a6628b2251c35996 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a:before,
        .widget_a6628b2251c35996 ol li.recentcomments_78a189bdc913eeea a:before,
        .widget_a6628b2251c35996 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a:before,
        .sidebar__widget_6a97e2a87287e417 ul li.recentcomments_78a189bdc913eeea a:before,
        .sidebar__widget_6a97e2a87287e417 ul li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a:before,
        .sidebar__widget_6a97e2a87287e417 ol li.recentcomments_78a189bdc913eeea a:before,
        .sidebar__widget_6a97e2a87287e417 ol li.wp-block-latest-comments__comment_0ee853a77bc6e2c5 a:before {
          display: none; }
      .widget_a6628b2251c35996 ul li a,
      .widget_a6628b2251c35996 ol li a,
      .sidebar__widget_6a97e2a87287e417 ul li a,
      .sidebar__widget_6a97e2a87287e417 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_a6628b2251c35996 ul li a::before,
        .widget_a6628b2251c35996 ol li a::before,
        .sidebar__widget_6a97e2a87287e417 ul li a::before,
        .sidebar__widget_6a97e2a87287e417 ol li a::before {
          content: "\f105";
          font-family: "Font Awesome 6 Free";
          margin-right: 10px; }
        .widget_a6628b2251c35996 ul li a:hover,
        .widget_a6628b2251c35996 ol li a:hover,
        .sidebar__widget_6a97e2a87287e417 ul li a:hover,
        .sidebar__widget_6a97e2a87287e417 ol li a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget_a6628b2251c35996 ul li a.rsswidget_8acba2915c2e0971, .widget_a6628b2251c35996 ul li a.wp-block-latest-posts__post-title_0484ffc2553e5ade,
        .widget_a6628b2251c35996 ol li a.rsswidget_8acba2915c2e0971,
        .widget_a6628b2251c35996 ol li a.wp-block-latest-posts__post-title_0484ffc2553e5ade,
        .sidebar__widget_6a97e2a87287e417 ul li a.rsswidget_8acba2915c2e0971,
        .sidebar__widget_6a97e2a87287e417 ul li a.wp-block-latest-posts__post-title_0484ffc2553e5ade,
        .sidebar__widget_6a97e2a87287e417 ol li a.rsswidget_8acba2915c2e0971,
        .sidebar__widget_6a97e2a87287e417 ol li a.wp-block-latest-posts__post-title_0484ffc2553e5ade {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget_a6628b2251c35996 ul li a.rsswidget_8acba2915c2e0971:before, .widget_a6628b2251c35996 ul li a.wp-block-latest-posts__post-title_0484ffc2553e5ade:before,
          .widget_a6628b2251c35996 ol li a.rsswidget_8acba2915c2e0971:before,
          .widget_a6628b2251c35996 ol li a.wp-block-latest-posts__post-title_0484ffc2553e5ade:before,
          .sidebar__widget_6a97e2a87287e417 ul li a.rsswidget_8acba2915c2e0971:before,
          .sidebar__widget_6a97e2a87287e417 ul li a.wp-block-latest-posts__post-title_0484ffc2553e5ade:before,
          .sidebar__widget_6a97e2a87287e417 ol li a.rsswidget_8acba2915c2e0971:before,
          .sidebar__widget_6a97e2a87287e417 ol li a.wp-block-latest-posts__post-title_0484ffc2553e5ade:before {
            display: none; }
      .widget_a6628b2251c35996 ul li ul,
      .widget_a6628b2251c35996 ol li ul,
      .sidebar__widget_6a97e2a87287e417 ul li ul,
      .sidebar__widget_6a97e2a87287e417 ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget_a6628b2251c35996 ul.wp-tag-cloud_494118f7c7b57821 li,
    .widget_a6628b2251c35996 ol.wp-tag-cloud_494118f7c7b57821 li,
    .sidebar__widget_6a97e2a87287e417 ul.wp-tag-cloud_494118f7c7b57821 li,
    .sidebar__widget_6a97e2a87287e417 ol.wp-tag-cloud_494118f7c7b57821 li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget_a6628b2251c35996 ul.wp-tag-cloud_494118f7c7b57821 li a:before,
      .widget_a6628b2251c35996 ol.wp-tag-cloud_494118f7c7b57821 li a:before,
      .sidebar__widget_6a97e2a87287e417 ul.wp-tag-cloud_494118f7c7b57821 li a:before,
      .sidebar__widget_6a97e2a87287e417 ol.wp-tag-cloud_494118f7c7b57821 li a:before {
        display: none; }
  .widget_a6628b2251c35996.te_widget_categories_1dcf06e9cd47e88c li, .widget_a6628b2251c35996.widget_archive_76b9ac3ebbf2042c li,
  .widget_a6628b2251c35996 .wp-block-categories-list_40f54bc2978e2112 li,
  .widget_a6628b2251c35996 .wp-block-archives-list_ea561b435d1fd430 li,
  .sidebar__widget_6a97e2a87287e417.te_widget_categories_1dcf06e9cd47e88c li,
  .sidebar__widget_6a97e2a87287e417.widget_archive_76b9ac3ebbf2042c li,
  .sidebar__widget_6a97e2a87287e417 .wp-block-categories-list_40f54bc2978e2112 li,
  .sidebar__widget_6a97e2a87287e417 .wp-block-archives-list_ea561b435d1fd430 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_a6628b2251c35996.te_widget_categories_1dcf06e9cd47e88c li.cat-item_215b9fef0f076c0b, .widget_a6628b2251c35996.widget_archive_76b9ac3ebbf2042c li.cat-item_215b9fef0f076c0b,
    .widget_a6628b2251c35996 .wp-block-categories-list_40f54bc2978e2112 li.cat-item_215b9fef0f076c0b,
    .widget_a6628b2251c35996 .wp-block-archives-list_ea561b435d1fd430 li.cat-item_215b9fef0f076c0b,
    .sidebar__widget_6a97e2a87287e417.te_widget_categories_1dcf06e9cd47e88c li.cat-item_215b9fef0f076c0b,
    .sidebar__widget_6a97e2a87287e417.widget_archive_76b9ac3ebbf2042c li.cat-item_215b9fef0f076c0b,
    .sidebar__widget_6a97e2a87287e417 .wp-block-categories-list_40f54bc2978e2112 li.cat-item_215b9fef0f076c0b,
    .sidebar__widget_6a97e2a87287e417 .wp-block-archives-list_ea561b435d1fd430 li.cat-item_215b9fef0f076c0b {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget_a6628b2251c35996.te_widget_categories_1dcf06e9cd47e88c li a, .widget_a6628b2251c35996.widget_archive_76b9ac3ebbf2042c li a,
    .widget_a6628b2251c35996 .wp-block-categories-list_40f54bc2978e2112 li a,
    .widget_a6628b2251c35996 .wp-block-archives-list_ea561b435d1fd430 li a,
    .sidebar__widget_6a97e2a87287e417.te_widget_categories_1dcf06e9cd47e88c li a,
    .sidebar__widget_6a97e2a87287e417.widget_archive_76b9ac3ebbf2042c li a,
    .sidebar__widget_6a97e2a87287e417 .wp-block-categories-list_40f54bc2978e2112 li a,
    .sidebar__widget_6a97e2a87287e417 .wp-block-archives-list_ea561b435d1fd430 li a {
      float: left; }

/* About Info Widget*/
.widget-about-info_a28c11f9a4f981b2 {
  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_a28c11f9a4f981b2 .about-desc_fc7adb9850700603 {
    text-align: left; }
    .widget-about-info_a28c11f9a4f981b2 .about-desc_fc7adb9850700603 .about-title_bc25514b0bf27783 {
      font-size: 20px; }
  .widget-about-info_a28c11f9a4f981b2 .about-image_cb61c494a3e528bc {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info_a28c11f9a4f981b2 .te-social-profile_119ed1eca43dd7ff {
    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_a28c11f9a4f981b2 .te-social-profile_119ed1eca43dd7ff 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_a28c11f9a4f981b2 .te-social-profile_119ed1eca43dd7ff 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_06c93fb8ca6fe16f.has-author_d0317adb5e3fde1e.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__te-post-title_76b225dd25d3bab4 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }

.widget_rss_62ac1a6a1712ad51 .wp-block-heading_52fc47529d94fd5c:before,
.widget_rss_62ac1a6a1712ad51 .widget-title_e5696e736f913efd:before {
  display: none; }
.widget_rss_62ac1a6a1712ad51 .rss-widget-icon_bde4d9a939d0f702 {
  margin-right: 6px; }
.widget_rss_62ac1a6a1712ad51 ul li a.rsswidget_8acba2915c2e0971 {
  color: #14203A; }
  .widget_rss_62ac1a6a1712ad51 ul li a.rsswidget_8acba2915c2e0971:hover {
    color: #317EFE; }

.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-title_91f09bdf125806b0,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-title_91f09bdf125806b0,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-title_91f09bdf125806b0 {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-title_91f09bdf125806b0 a:before,
  .wp-block-rss_08020533e10d5595 .wp-block-rss__item-title_91f09bdf125806b0 a:before,
  .widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-title_91f09bdf125806b0 a:before {
    display: none; }
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__post-author_8fad1ee9208205de,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-publish-date_6778eec2eef6b5de,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__post-author_8fad1ee9208205de,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-publish-date_6778eec2eef6b5de,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__post-author_8fad1ee9208205de,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-publish-date_6778eec2eef6b5de {
  margin-right: 10px; }
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__post-author_8fad1ee9208205de,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-publish-date_6778eec2eef6b5de,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-author_c73eecc6dd4e5c08,
.wp-block-latest-posts_79e2c4350597e66d .rss-date_c8e982c50a1e7ffa,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__post-author_8fad1ee9208205de,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-publish-date_6778eec2eef6b5de,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-author_c73eecc6dd4e5c08,
.wp-block-rss_08020533e10d5595 .rss-date_c8e982c50a1e7ffa,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__post-author_8fad1ee9208205de,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-publish-date_6778eec2eef6b5de,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-author_c73eecc6dd4e5c08,
.widget_rss_62ac1a6a1712ad51 .rss-date_c8e982c50a1e7ffa {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34:before,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-publish-date_6778eec2eef6b5de:before,
.wp-block-latest-posts_79e2c4350597e66d .rss-date_c8e982c50a1e7ffa:before,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34:before,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-publish-date_6778eec2eef6b5de:before,
.wp-block-rss_08020533e10d5595 .rss-date_c8e982c50a1e7ffa:before,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__te-post-date_b5a4aa9223ceba34:before,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-publish-date_6778eec2eef6b5de:before,
.widget_rss_62ac1a6a1712ad51 .rss-date_c8e982c50a1e7ffa:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__post-author_8fad1ee9208205de:before,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-author_c73eecc6dd4e5c08:before,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__post-author_8fad1ee9208205de:before,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-author_c73eecc6dd4e5c08:before,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__post-author_8fad1ee9208205de:before,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-author_c73eecc6dd4e5c08:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px; }
.wp-block-latest-posts_79e2c4350597e66d .wp-block-latest-posts__post-excerpt_e5939d92e3f0ffbc,
.wp-block-latest-posts_79e2c4350597e66d .wp-block-rss__item-excerpt_940d1627f5b4ab8c,
.wp-block-latest-posts_79e2c4350597e66d .rssSummary_eee8dbde70ee9cfc,
.wp-block-rss_08020533e10d5595 .wp-block-latest-posts__post-excerpt_e5939d92e3f0ffbc,
.wp-block-rss_08020533e10d5595 .wp-block-rss__item-excerpt_940d1627f5b4ab8c,
.wp-block-rss_08020533e10d5595 .rssSummary_eee8dbde70ee9cfc,
.widget_rss_62ac1a6a1712ad51 .wp-block-latest-posts__post-excerpt_e5939d92e3f0ffbc,
.widget_rss_62ac1a6a1712ad51 .wp-block-rss__item-excerpt_940d1627f5b4ab8c,
.widget_rss_62ac1a6a1712ad51 .rssSummary_eee8dbde70ee9cfc {
  margin-top: 10px;
  margin-bottom: 0; }

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

.te-post-item_681f61e562bc795c .te-single-post-meta_2efff6843fd81b9f {
  gap: 32px; }

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

.te-comment-title_3876ff64900217a3 h2,
.te-comment-title_3876ff64900217a3 .wp-block-comments-title_bd31bed7846e238b,
.wp-block-comments_a87ea52e19e635dd h2,
.wp-block-comments_a87ea52e19e635dd .wp-block-comments-title_bd31bed7846e238b {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

/* Block Comment Start */
.wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e {
  padding-left: 0; }
  .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e .wp-block-te-comment-reply_798b3f2a8dfc95a4 {
    margin-top: 15px; }
  .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-column_2ff01b9cdd9bd9f9:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-avatar_9f2f3da51e522fc6 {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-avatar_9f2f3da51e522fc6 img {
        width: 100%; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-comment-author-name_1eb00960dddbcc58 a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-comment-edit-link_fc3c3ace22e5a258 a {
      color: #317EFE; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-comment-date_c5fd114d930f5c5f a,
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-comment-edit-link_fc3c3ace22e5a258 a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-te-comment-reply_798b3f2a8dfc95a4 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_a87ea52e19e635dd .wp-block-comment-template_966f2bb1790d730e li .wp-block-columns_799fa0dc6e797f62 .wp-block-te-comment-reply_798b3f2a8dfc95a4 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_95ea6c1f43bd6c70 .te-comment-respond_258b08b510b2a793,
.te-latest-comments_95ea6c1f43bd6c70 .comment-respond_57a7157b1032c60f {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments_95ea6c1f43bd6c70 li .children .te-comments-item_de420ace1db24528 {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments_95ea6c1f43bd6c70 li .children .te-comments-item_de420ace1db24528 {
      margin-left: 0; } }
.te-latest-comments_95ea6c1f43bd6c70 li .children .children .te-comments-item_de420ace1db24528 {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 {
      padding: 30px; } }
  .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-avatar_94060ec1c93588a6 {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-avatar_94060ec1c93588a6 {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-avatar_94060ec1c93588a6 img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 {
    overflow: hidden; }
    .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-avatar-name_83374a0aa6e7db76 {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-avatar-name_83374a0aa6e7db76 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_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-avatar-name_83374a0aa6e7db76 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_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-avatar-name_83374a0aa6e7db76 span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-comment-reply_7f8958e63f19ec99 {
      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_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-comment-reply_7f8958e63f19ec99 {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments_95ea6c1f43bd6c70 li .te-comments-item_de420ace1db24528 .te-comments-text_085571cb74637705 .te-comment-reply_7f8958e63f19ec99:hover {
        background-color: #317EFE;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

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

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

ul.children {
  list-style: none; }

.te-post-comments-form_e0afa71365cd4d6c .te-contacts-message_e98db809adb27b5d {
  margin-top: 10px; }

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

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

.te-comment-respond_258b08b510b2a793,
.comment-respond_57a7157b1032c60f {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond_258b08b510b2a793 .comment-form-cookies-consent_ba87dd425d2da028,
  .comment-respond_57a7157b1032c60f .comment-form-cookies-consent_ba87dd425d2da028 {
    display: none; }
  .te-comment-respond_258b08b510b2a793 .comment-notes_20af8b63a9af37b0,
  .comment-respond_57a7157b1032c60f .comment-notes_20af8b63a9af37b0 {
    margin-bottom: 30px; }
  .te-comment-respond_258b08b510b2a793 p,
  .comment-respond_57a7157b1032c60f p {
    margin: 0; }
  .te-comment-respond_258b08b510b2a793 .te-contacts-email_ed51f927f32fa21c,
  .te-comment-respond_258b08b510b2a793 .te-contacts-name_704ba39ff27d8231,
  .te-comment-respond_258b08b510b2a793 .single-input-field_80a737f2425b61fc,
  .comment-respond_57a7157b1032c60f .te-contacts-email_ed51f927f32fa21c,
  .comment-respond_57a7157b1032c60f .te-contacts-name_704ba39ff27d8231,
  .comment-respond_57a7157b1032c60f .single-input-field_80a737f2425b61fc {
    margin-bottom: 20px; }
  .te-comment-respond_258b08b510b2a793 label,
  .comment-respond_57a7157b1032c60f label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond_258b08b510b2a793 .checkbox-field-wrapper_c678b95026ae47a1,
  .comment-respond_57a7157b1032c60f .checkbox-field-wrapper_c678b95026ae47a1 {
    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_258b08b510b2a793 .checkbox-field-wrapper_c678b95026ae47a1 p,
    .comment-respond_57a7157b1032c60f .checkbox-field-wrapper_c678b95026ae47a1 p {
      margin: 0; }
    .te-comment-respond_258b08b510b2a793 .checkbox-field-wrapper_c678b95026ae47a1 .single-checkbox-field_4862cf660e06abce,
    .comment-respond_57a7157b1032c60f .checkbox-field-wrapper_c678b95026ae47a1 .single-checkbox-field_4862cf660e06abce {
      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_258b08b510b2a793 .te-comment-form-cookies-consent_1638d78df8c758cb,
  .comment-respond_57a7157b1032c60f .te-comment-form-cookies-consent_1638d78df8c758cb {
    display: none; }
  .te-comment-respond_258b08b510b2a793 input[type="number"],
  .comment-respond_57a7157b1032c60f input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond_258b08b510b2a793 input,
  .te-comment-respond_258b08b510b2a793 select,
  .comment-respond_57a7157b1032c60f input,
  .comment-respond_57a7157b1032c60f 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_258b08b510b2a793 *::-webkit-input-placeholder,
  .comment-respond_57a7157b1032c60f *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond_258b08b510b2a793 *:-ms-input-placeholder,
  .comment-respond_57a7157b1032c60f *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_258b08b510b2a793 *::-ms-input-placeholder,
  .comment-respond_57a7157b1032c60f *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond_258b08b510b2a793 *::placeholder,
  .comment-respond_57a7157b1032c60f *::placeholder {
    color: #778196; }
  .te-comment-respond_258b08b510b2a793 textarea,
  .comment-respond_57a7157b1032c60f 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_258b08b510b2a793 input:focus,
  .te-comment-respond_258b08b510b2a793 textarea:focus,
  .te-comment-respond_258b08b510b2a793 .form-select_36ee280da6c23139:focus,
  .comment-respond_57a7157b1032c60f input:focus,
  .comment-respond_57a7157b1032c60f textarea:focus,
  .comment-respond_57a7157b1032c60f .form-select_36ee280da6c23139: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_1eb261f4a3a04b6d {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card_1eb261f4a3a04b6d:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card_1eb261f4a3a04b6d: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_1eb261f4a3a04b6d:hover .te-content-wrapper_d9ae9efd004278fb {
    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_1eb261f4a3a04b6d .image {
    overflow: hidden;
    position: relative; }
    .te-team-card_1eb261f4a3a04b6d .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_1eb261f4a3a04b6d .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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb {
    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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .content .desc_1082c2aa1130ea14 {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 {
      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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 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_1eb261f4a3a04b6d .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff:hover {
    background-color: #317EFE;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff:hover .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff:hover .te-content-wrapper_d9ae9efd004278fb .content .title,
    .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff:hover .te-content-wrapper_d9ae9efd004278fb .content .desc_1082c2aa1130ea14 {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .image {
    border-radius: 20px; }
  .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .content .desc_1082c2aa1130ea14 {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card_1eb261f4a3a04b6d.style-2_e9298bf5eb3a3eff .te-content-wrapper_d9ae9efd004278fb .social_dacc35668ea878f6 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_11891347f14a8247 {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper_11891347f14a8247 {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper_11891347f14a8247 .slick-list_d0b3774f42d470c6 {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper_11891347f14a8247 .slick-list_d0b3774f42d470c6 {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper_11891347f14a8247 .slick-list_d0b3774f42d470c6 .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper_11891347f14a8247 .slick-dots_36fe40f33e37a897 {
    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_11891347f14a8247 .slick-dots_36fe40f33e37a897 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_11891347f14a8247 .slick-dots_36fe40f33e37a897 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_11891347f14a8247 .slick-dots_36fe40f33e37a897 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_11891347f14a8247 .slick-dots_36fe40f33e37a897 li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper_11891347f14a8247 .slick-arrow_169029c2b6b72be5 {
    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_bf53c7ed8644f85c {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px; }
  .te-portfolio-card_bf53c7ed8644f85c:hover .image .te-content-wrapper_d9ae9efd004278fb {
    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_bf53c7ed8644f85c:hover .image .te-content-wrapper_d9ae9efd004278fb .content .content-inner_645a086579a12a70 {
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_bf53c7ed8644f85c:hover .image .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-portfolio-card_bf53c7ed8644f85c:hover .image .te-content-wrapper_d9ae9efd004278fb .content .content-inner_645a086579a12a70 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .te-portfolio-card_bf53c7ed8644f85c: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_bf53c7ed8644f85c .image {
    overflow: hidden;
    position: relative; }
    .te-portfolio-card_bf53c7ed8644f85c .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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb {
    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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .content-inner_645a086579a12a70 {
        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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .sub-title_18387e8e8f1356c3 {
        color: #131A2A;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400; }
      .te-portfolio-card_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .title {
        margin-bottom: 0;
        color: #131A2A;
        font-size: 24px;
        line-height: 39px;
        font-weight: 500; }
      .te-portfolio-card_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e {
        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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e 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_bf53c7ed8644f85c .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #317EFE;
            color: #ffffff; }

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

.te-portfolio-card_bf53c7ed8644f85c.style-3_5a55f23a4202efb9:hover .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e {
  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_bf53c7ed8644f85c.style-3_5a55f23a4202efb9 .te-content-wrapper_d9ae9efd004278fb {
  padding: 0; }
  .te-portfolio-card_bf53c7ed8644f85c.style-3_5a55f23a4202efb9 .te-content-wrapper_d9ae9efd004278fb .content .content-inner_645a086579a12a70 {
    border-radius: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px; }
  .te-portfolio-card_bf53c7ed8644f85c.style-3_5a55f23a4202efb9 .te-content-wrapper_d9ae9efd004278fb .content .btn-wrapper_2d07317ec84f6e0e {
    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_eabc30cba7399f5a.style-1_6b5634cc33bb457c {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area_eabc30cba7399f5a.style-1_6b5634cc33bb457c {
      margin-top: 0;
      padding-top: 100px; } }

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

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

.testimonial-slider-area_cc67babd820d363b.style-1_6b5634cc33bb457c {
  padding-bottom: 5px; }

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

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

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

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

.team-slider-area_6a44c70abe0692ba.style-1_6b5634cc33bb457c {
  overflow: hidden; }

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

.about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff {
  padding-top: 120px;
  padding-bottom: 330px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-image-card_853faf5a4e60a847 {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-image-card_853faf5a4e60a847 .te-main-img-wrapper_4f77777e7b72f3be .te-main-img-inner_d1eac90e9b5a80ed {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-image-card_853faf5a4e60a847 .te-company-foundation_55bb81146a77be72 {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-info-card_32fd9c4c9fc4070b {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-info-card_32fd9c4c9fc4070b {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area_b710e40e799aa8ae.style-2_e9298bf5eb3a3eff .te-about-info-card_32fd9c4c9fc4070b {
      padding-left: 80px; } }

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

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

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

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

.faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .accordion-wrapper_34f572e11a20121b {
      padding-right: 60px; } }
  .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 {
        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_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 {
        right: 0; } }
    .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 {
      position: relative; }
      .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .te-main-img-inner_d1eac90e9b5a80ed {
        -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_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .te-image-shape_a2cb38738a6166e5 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .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_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .content .number_38fe2d04fcd24091 {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .top-content_1f1eb85a9d4559f9 {
        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_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .top-content_1f1eb85a9d4559f9 {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .bottom-content_feb7aea167e2adae {
        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_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .bottom-content_feb7aea167e2adae {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .bottom-content_feb7aea167e2adae .bottom-content-inner_f288f19bd663e4c2 {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .bottom-content_feb7aea167e2adae .bottom-content-inner_f288f19bd663e4c2 .title,
          .faq-area_96bb51c4d86e6cf8.style-1_6b5634cc33bb457c .te-faq-image_27aec26fdc93f085 .te-image-wrapper_43f7756f3a7d4e05 .bottom-content_feb7aea167e2adae .bottom-content-inner_f288f19bd663e4c2 .number_38fe2d04fcd24091 {
            color: #14203A; }

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

.testimonial-slider-area_cc67babd820d363b {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area_cc67babd820d363b.style-2_e9298bf5eb3a3eff .slick-list_d0b3774f42d470c6 {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area_cc67babd820d363b.style-2_e9298bf5eb3a3eff .slick-list_d0b3774f42d470c6 .te-slick-item_db724b19f501c7ea {
      width: 520px;
      margin: 0 15px; }

.counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .icon_7c25857e763915d2 {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .te-counter-title_6cfdbc2466a1b99b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .te-counter-title_6cfdbc2466a1b99b .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .title {
    color: #ffffff; }
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .number_38fe2d04fcd24091 {
    color: #E7F914; }
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .number_38fe2d04fcd24091,
  .counter-up-area_c604d345cfe869e0.style-2_e9298bf5eb3a3eff .te-counter-card_a96ef1afbc3a7648 .te-counter-item_968a1164a04b3d64 .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

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

.subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 {
    background-color: #317EFE;
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-image-bg-collumn_152d09f105aa5e0c {
      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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-subscribe-form-wrapper_20458d919c527507 {
      padding: 0; }
    .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
      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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
          -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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
          -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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
          gap: 60px; } }
      .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb .te-subscribe-title_342ed6f3947d6c86 {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb .te-content-inner_6b845ae552a648d7 {
        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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb .te-content-inner_6b845ae552a648d7 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb .te-content-inner_6b845ae552a648d7 .icon_7c25857e763915d2 {
          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_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .te-subscribe-form-widget_dd06a56c158450f9 {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .mc4wp-form-fields_f628b5d691b04ef3 {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area_0d503cf8367b0646.style-2_e9298bf5eb3a3eff .te-subscribe-inner-area_87c3830d54cb64e2 .mc4wp-form-fields_f628b5d691b04ef3 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.testimonial-slider-area_cc67babd820d363b.style-3_5a55f23a4202efb9 {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area_cc67babd820d363b.style-3_5a55f23a4202efb9 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area_cc67babd820d363b.style-3_5a55f23a4202efb9 {
      padding: 100px 0; } }
  .testimonial-slider-area_cc67babd820d363b.style-3_5a55f23a4202efb9 .slick-list_d0b3774f42d470c6 .slick-slide.slick-current_b2dbeb08575d2292 .te-testimonial-card_6964e34e31876644.style-3_5a55f23a4202efb9 .te-content-wrapper_d9ae9efd004278fb .te-user-meta_bcaa10e8676e0a12 .icon_7c25857e763915d2 {
    color: #317EFE; }

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

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

.te-contact-info_7497bc3e52297058 {
  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_7497bc3e52297058 .te-icon-card_864090f294a851ed {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }

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

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

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

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

.service-details_47fb84554c0b9adb {
  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_47fb84554c0b9adb .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details_47fb84554c0b9adb .content .te-title-wrapper_10c521229bc1d348 {
    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_47fb84554c0b9adb .content .te-title-wrapper_10c521229bc1d348 .title-inner_bc9dc076093504aa {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details_47fb84554c0b9adb .content .te-title-wrapper_10c521229bc1d348 .title-inner_bc9dc076093504aa .icon_7c25857e763915d2 {
        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_47fb84554c0b9adb .content .te-title-wrapper_10c521229bc1d348 .title-inner_bc9dc076093504aa .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_95707e0e075a93c4 {
  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_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 .icon_7c25857e763915d2 {
      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_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 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_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 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_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 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_95707e0e075a93c4 .list-wrapper_69b2481aa36c2794 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_9beb74b598343350 {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page_9beb74b598343350 .te-team-card_1eb261f4a3a04b6d {
    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_79eaf15a3ecfaa73 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page_79eaf15a3ecfaa73 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page_79eaf15a3ecfaa73 {
      padding-top: 100px;
      padding-bottom: 76px; } }

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

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

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

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

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

.footer_e2970c6bd03a0bfa {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer_e2970c6bd03a0bfa .te-subscribe-form-widget_dd06a56c158450f9 .submit-btn_c68bde632988f033 span {
    display: none; }
  .footer_e2970c6bd03a0bfa.style-1_6b5634cc33bb457c {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer_e2970c6bd03a0bfa.style-1_6b5634cc33bb457c .te-footer-sec_18cc08e88e2cf6aa {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer_e2970c6bd03a0bfa.style-1_6b5634cc33bb457c .te-footer-sec_18cc08e88e2cf6aa .te-footer-widget_3eb081f93ac71d2d .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-form-fields_f628b5d691b04ef3 {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer_e2970c6bd03a0bfa.style-1_6b5634cc33bb457c .te-footer-widget_3eb081f93ac71d2d .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 input {
      color: #131A2A; }
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .wp-block-heading_52fc47529d94fd5c,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .widget-title_e5696e736f913efd,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .wp-block-search__label_86947f36c1ca7819,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .wp-block-heading_52fc47529d94fd5c,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .widget-title_e5696e736f913efd,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .wp-block-search__label_86947f36c1ca7819,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 ul li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 ol li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 ul li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 ol li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 ul li,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-calendar-table_52bc4487aa8aa7e8,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-calendar_abcdc201acd32d3d caption,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff nav.wp-calendar-nav_3be54a3172d4c3d8 a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-latest-comments__comment-excerpt_c8e09fe54ef6aa42,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-calendar-table_52bc4487aa8aa7e8 caption,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_text_41855c3b61db4ad0,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .tagcloud_b49b7b4e60702d1e a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .wp-block-tag-cloud_0d58d16ed900d4aa a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .tagcloud_b49b7b4e60702d1e a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .wp-block-tag-cloud_0d58d16ed900d4aa a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-latest-comments__comment-date_bc50b93b097d813f,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-latest-comments__comment_0ee853a77bc6e2c5,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-archives-dropdown_34714dba23aa621e label,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_categories_8055f470943bf651 li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_archive_76b9ac3ebbf2042c li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_nav_menu_13ae872143d22bb9 li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_tag_cloud_b4201df17dd0c790 a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_rss_62ac1a6a1712ad51 li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_rss_62ac1a6a1712ad51 li,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .footer__widget_bb477ad7abe83f2c a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .footer__widget_bb477ad7abe83f2c li,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff li.recentcomments_78a189bdc913eeea {
    color: #ffffff; }
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-theme-btn_0e48c352d11c88e5,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-loginout_f28c012a4eee437d a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff input.te-theme-btn_0e48c352d11c88e5,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .wp-block-search_309b2d3f31fa5fdb button,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .search-form_136a8162bca50fb3 button,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .widget_a6628b2251c35996 .sidebar__search_2de703a3cf32596a button,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .wp-block-search_309b2d3f31fa5fdb button,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .search-form_136a8162bca50fb3 button,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .sidebar__widget_6a97e2a87287e417 .sidebar__search_2de703a3cf32596a button {
    background-color: #E7F914;
    color: #14203A; }
  .footer_e2970c6bd03a0bfa .footer__widget_bb477ad7abe83f2c li {
    list-style: none; }
  .footer_e2970c6bd03a0bfa .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li.wp-block-social-link_c30e216b2c20a4bc {
    display: inline-block;
    width: unset !important; }
  .footer_e2970c6bd03a0bfa .te_widget_nav_menu_9f339cbd3f62b377 li.cat-item_215b9fef0f076c0b {
    text-align: right; }
    .footer_e2970c6bd03a0bfa .te_widget_nav_menu_9f339cbd3f62b377 li.cat-item_215b9fef0f076c0b a {
      float: left; }
  .footer_e2970c6bd03a0bfa .te-footer-bg_ec91406639df1ed2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer_e2970c6bd03a0bfa .footer-nav-widget_133e145927b0a583 {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer_e2970c6bd03a0bfa .footer-nav-widget_133e145927b0a583 {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer_e2970c6bd03a0bfa .footer-nav-widget_133e145927b0a583 {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer_e2970c6bd03a0bfa .footer-nav-widget_133e145927b0a583 {
        padding: 0 30px; } }

.te-footer-widget_3eb081f93ac71d2d {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget_3eb081f93ac71d2d {
      margin-bottom: 40px; } }
  .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-title_49fb8574cc0d0619,
  .te-footer-widget_3eb081f93ac71d2d .wp-block-heading_52fc47529d94fd5c {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget_3eb081f93ac71d2d ul {
    padding-left: 0; }
  .te-footer-widget_3eb081f93ac71d2d .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-form-fields_f628b5d691b04ef3 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget_3eb081f93ac71d2d .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget_3eb081f93ac71d2d.widget-latest-posts-footer_d9008e4683f2e7bb {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget_3eb081f93ac71d2d.zoom-instagram-widget_d929b148e9bd72c9 {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget_3eb081f93ac71d2d.widget_contact_info_widget_73e337513b017a49 {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget_3eb081f93ac71d2d .widget-instagram-feed_dbfa7f59a451bede {
      width: 170px; } }
  .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 {
        padding-right: 0; } }
    .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 .te-footer-logo_e8889771fbdd83f1 {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 .info-form-and-social-icon_3ae9c55b129d0d67 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 .info-form-and-social-icon_3ae9c55b129d0d67 .te-social-profile_119ed1eca43dd7ff {
        margin-top: 0; }
    .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 .te-social-profile_119ed1eca43dd7ff {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-info_f1fa2ddf65e75f98 .info-form-and-social-icon_3ae9c55b129d0d67 {
        -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_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 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_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-size: 14px; }
      .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #317EFE; }
  .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 p {
    color: #335371; }
  .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul {
    list-style: none; }
    .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f 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_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li:first-child .contact-icon_0a3833bcbc6528bd {
          margin-top: 5px; }
      .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-icon_0a3833bcbc6528bd {
        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_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-text_133ab35d18ac7360 {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-text_133ab35d18ac7360 a:hover span {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-text_133ab35d18ac7360 span,
        .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-text_133ab35d18ac7360 p,
        .te-footer-widget_3eb081f93ac71d2d .te-footer-widget-contact_fd9580d4951a3064 .footer-contact_34454463b6ed2d7f ul li .contact-text_133ab35d18ac7360 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_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li {
    margin-bottom: 10px; }
    .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-thumb_cee9ddd623b9b93d {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-title_e905a24ae9083c2a {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-title_e905a24ae9083c2a 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_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-title_e905a24ae9083c2a a:hover {
          color: #317EFE;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-meta_ddfd61903a8a04cb {
      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_fed0efe947ccefff 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_fed0efe947ccefff ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu_fed0efe947ccefff 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_fed0efe947ccefff ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #317EFE; }

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

.subscribe-area_0d503cf8367b0646 {
  overflow: hidden; }
  .subscribe-area_0d503cf8367b0646.style-1_6b5634cc33bb457c .te-subscribe-inner-area_87c3830d54cb64e2 .te-content-wrapper_d9ae9efd004278fb {
    background-color: #317EFE;
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area_0d503cf8367b0646.style-1_6b5634cc33bb457c .te-image-bg-collumn_152d09f105aa5e0c {
    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_0d503cf8367b0646.style-1_6b5634cc33bb457c .te-image-bg-collumn_152d09f105aa5e0c {
        display: none; } }
  .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb {
    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_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .short-title_a7c46415496e91f1 {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .te-subscribe-title_342ed6f3947d6c86 {
      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_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .te-subscribe-title_342ed6f3947d6c86 {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .te-subscribe-title_342ed6f3947d6c86 {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .te-subscribe-title_342ed6f3947d6c86 {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area_0d503cf8367b0646 .te-content-wrapper_d9ae9efd004278fb .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 .te-subscribe-collumn_8e402b9b94425f48 {
      -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_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 .te-subscribe-collumn_8e402b9b94425f48.te-image-bg-collumn_152d09f105aa5e0c {
          display: none; } }
    .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 .mc4wp-form-fields_f628b5d691b04ef3 {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 .mc4wp-form-fields_f628b5d691b04ef3 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area_0d503cf8367b0646 .te-subscribe-inner-area_87c3830d54cb64e2 .mc4wp-form-fields_f628b5d691b04ef3 .submit-btn_c68bde632988f033 {
        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_3eb081f93ac71d2d .te-subscribe-form-wrapper_20458d919c527507 {
  color: #335371; }

.te-subscribe-form-widget_dd06a56c158450f9 {
  position: relative; }
  .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-form-fields_f628b5d691b04ef3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget_dd06a56c158450f9 .single-field_0cfa3a50844abbf8 *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget_dd06a56c158450f9 .submit-btn_c68bde632988f033 {
    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_dd06a56c158450f9 .submit-btn_c68bde632988f033:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-response_1e2b7b6edf56d492 {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-response_1e2b7b6edf56d492 .mc4wp-alert_a6cafa52b739f5de.mc4wp-error_200c18844a032c40 p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-response_1e2b7b6edf56d492 .mc4wp-alert_a6cafa52b739f5de.mc4wp-error_200c18844a032c40 a {
      color: #ff0000; }
    .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-response_1e2b7b6edf56d492 .mc4wp-alert_a6cafa52b739f5de.mc4wp-success_bf4c907c89387195 p, .te-subscribe-form-widget_dd06a56c158450f9 .mc4wp-response_1e2b7b6edf56d492 .mc4wp-alert_a6cafa52b739f5de.mc4wp-notice_8c98aae119a5b6fd p {
      color: #ffffff;
      position: relative; }

.te-footer-social-wrapper_aa15f34665858705 {
  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_aa15f34665858705 .te-footer-logo_e8889771fbdd83f1 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper_aa15f34665858705 .te-social-widget_3669d48a0ba28726 {
    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_aa15f34665858705 .te-social-widget_3669d48a0ba28726 span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }

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

.footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff {
  background-color: #131A2A; }
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-sec_18cc08e88e2cf6aa {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: calc(3rem +15px);
    padding-bottom: 70px; }
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget-title_49fb8574cc0d0619,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .wp-block-heading_52fc47529d94fd5c {
    color: #ffffff;
    font-size: 24px; }
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .footer-bottom-area_fe1ab509ee9083ac .te-copyright-text_57c9acad009abc34 p,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget_3eb081f93ac71d2d.te_widget_nav_menu_9f339cbd3f62b377 li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-title_e905a24ae9083c2a a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-title_e905a24ae9083c2a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget_3eb081f93ac71d2d .te_widget_latest_post_22ce16cac80199c4 ul li .te-latest-post-desc_40622cb9cbeed9cd .te-latest-post-meta_ddfd61903a8a04cb,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-widget_3eb081f93ac71d2d .te-subscribe-form-wrapper_20458d919c527507,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .te-footer-bottom-menu_fed0efe947ccefff ul li a,
  .footer_e2970c6bd03a0bfa.style-2_e9298bf5eb3a3eff .footer-bottom-area_fe1ab509ee9083ac .te-copyright-text_57c9acad009abc34 p a {
    color: #ffffff; }

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