@import url("../alifonts/iconfont.css");
@import url("./outstyle.css");
@import url("../kefu/css/kefu.css");
* {
  margin: 0;
  border: 0;
  outline: none; }
html,
body {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #335371;
  vertical-align: baseline;
  line-height: 36px;
  font-smoothing: antialiased; }
  .container{
    width:93%;
    max-width: 93%;
  }
  .pc{
    display: block;
  }
  .mobile{
    display: none;
  }
  .tl{ text-align: left;}
  .tr{ text-align: right;}
  .tc{ text-align: center;}
  :root {
    --colorPrimary: #ff6600;
    --paraColor: #5a5b6b;
    --colorBlack: #090919;
    --colorWhite: #ffffff;
    --headingFont: "Montserrat", sans-serif;
    --paraFont: "Nunito Sans", sans-serif;
  }
  .colorWhite{
    color: #ffffff;
  }
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: 57px;
  line-height: 77px;
  font-weight: 500; }
h2 {
  font-size: 42px;
  line-height: 62px;
  font-weight: 500; }
h3 {
  font-size: 38px;
  line-height: 52px;
  font-weight: 500; }
h4 {
  font-size: 24px;
  line-height: 39px;
  font-weight: 500; }
h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500; }
h6 {
  font-size: 18px;
  line-height: 28px;
  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: var(--colorPrimary);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
a,
button {
  color: var(--paraColor);
  outline: medium none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  a:hover,
  button:hover {
    color: var(--colorPrimary);
    -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: var(--colorPrimary);
  text-shadow: none;
  color: #fff; }
::selection {
  background: var(--colorPrimary);
  text-shadow: none;
  color: #fff; }
li{
  list-style: none;
}
textarea:focus,
input:focus {
  outline: none; }
.red-100 {
  background-color: #FFF3F3; }
.skye-100 {
  background-color: #E8FBFF; }
.orange-100 {
  background-color: #F9F8DA; }
.background-black {
  background-color: #393d48; }
.bg-light-black {
  background-color: #31373f; }
.background-blue {
  background-color: var(--colorPrimary); }
.bg-dark-blue {
  background-color: #0e3151; }
.background-light-blue {
  background-color: var(--colorPrimary); }
.background-skye {
  background-color: var(--colorPrimary); }
.background-gray {
  background-color: #eef5f8; }
.background-light-gray {
  background-color: #f3f7fc; }
.background-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
  background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
.page-bg {
  background-color: #14203A; }
.page-area {
  padding-top: 136px;
  padding-bottom: 124px; }
.blog-area {
  padding-top: 144px;
  padding-bottom: 104px; }
@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px; } }
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding-top: 70px;
    padding-bottom: 22px; } }
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px; }
.border-radius-12 {
  border-radius: 12px; }
.text-white-100 {
  color: #c7cdda; }
code {
  color: #E7F914; }
.te-theme-btn,
.wp-block-loginout a,
input.te-theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--colorPrimary);
  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:hover,
  .wp-block-loginout a:hover,
  input.te-theme-btn:hover {
    color: #131A2A;
    background-color: #E7F914; }
  .te-theme-btn:focus,
  .wp-block-loginout a:focus,
  input.te-theme-btn:focus {
    color: #ffffff; }
  .te-theme-btn.yellow-btn,
  .wp-block-loginout a.yellow-btn,
  input.te-theme-btn.yellow-btn {
    background-color: #E7F914;
    color: #14203A; }
  .te-theme-btn.simple-btn,
  .wp-block-loginout a.simple-btn,
  input.te-theme-btn.simple-btn {
    padding-left: 36px;
    padding-right: 36px; }
.wp-block-loginout a {
  position: relative; }
.contact-form-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px; }
  .contact-form-btn .icon {
    float: right; }
input.te-theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important; }
.te-slider-btn-wrapper {
  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 {
      top: unset; } }
  .te-slider-btn-wrapper .te-slider-nav {
    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: var(--colorPrimary);
    font-size: 17px;
    background-color: #0e2bc51a;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-slider-btn-wrapper .te-slider-nav:hover {
      background-color: var(--colorPrimary);
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
.circle-rotate-wrapper {
  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 .circle-rotate-inner {
    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: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #131A2A; }
/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }
.mt-10 {
  margin-top: 10px; }
.mt-15 {
  margin-top: 15px; }
.mt-20 {
  margin-top: 20px; }
.mt-25 {
  margin-top: 25px; }
.mt-30 {
  margin-top: 30px; }
.mt-35 {
  margin-top: 35px; }
.mt-40 {
  margin-top: 40px; }
.mt-45 {
  margin-top: 45px; }
.mt-50 {
  margin-top: 50px; }
.mt-55 {
  margin-top: 55px; }
.mt-60 {
  margin-top: 60px; }
.mt-65 {
  margin-top: 65px; }
.mt-70 {
  margin-top: 70px; }
.mt-75 {
  margin-top: 75px; }
.mt-80 {
  margin-top: 80px; }
.mt-85 {
  margin-top: 85px; }
.mt-90 {
  margin-top: 90px; }
.mt-95 {
  margin-top: 95px; }
.mt-100 {
  margin-top: 100px; }
.mt-105 {
  margin-top: 105px; }
.mt-110 {
  margin-top: 110px; }
.mt-115 {
  margin-top: 115px; }
.mt-120 {
  margin-top: 120px; }
.mt-125 {
  margin-top: 125px; }
.mt-130 {
  margin-top: 130px; }
.mt-135 {
  margin-top: 135px; }
.mt-140 {
  margin-top: 140px; }
.mt-145 {
  margin-top: 145px; }
.mt-150 {
  margin-top: 150px; }
.mt-155 {
  margin-top: 155px; }
.mt-160 {
  margin-top: 160px; }
.mt-165 {
  margin-top: 165px; }
.mt-170 {
  margin-top: 170px; }
.mt-175 {
  margin-top: 175px; }
.mt-180 {
  margin-top: 180px; }
.mt-185 {
  margin-top: 185px; }
.mt-190 {
  margin-top: 190px; }
.mt-195 {
  margin-top: 195px; }
.mt-200 {
  margin-top: 200px; }
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }
.mb-10 {
  margin-bottom: 10px; }
.mb-15 {
  margin-bottom: 15px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-25 {
  margin-bottom: 25px; }
.mb-30 {
  margin-bottom: 30px; }
.mb-35 {
  margin-bottom: 35px; }
.mb-40 {
  margin-bottom: 40px; }
.mb-45 {
  margin-bottom: 45px; }
.mb-50 {
  margin-bottom: 50px; }
.mb-55 {
  margin-bottom: 55px; }
.mb-60 {
  margin-bottom: 60px; }
.mb-65 {
  margin-bottom: 65px; }
.mb-70 {
  margin-bottom: 70px; }
.mb-75 {
  margin-bottom: 75px; }
.mb-80 {
  margin-bottom: 80px; }
.mb-85 {
  margin-bottom: 85px; }
.mb-90 {
  margin-bottom: 90px; }
.mb-95 {
  margin-bottom: 95px; }
.mb-100 {
  margin-bottom: 100px; }
.mb-105 {
  margin-bottom: 105px; }
.mb-110 {
  margin-bottom: 110px; }
.mb-115 {
  margin-bottom: 115px; }
.mb-120 {
  margin-bottom: 120px; }
.mb-125 {
  margin-bottom: 125px; }
.mb-130 {
  margin-bottom: 130px; }
.mb-135 {
  margin-bottom: 135px; }
.mb-140 {
  margin-bottom: 140px; }
.mb-145 {
  margin-bottom: 145px; }
.mb-150 {
  margin-bottom: 150px; }
.mb-155 {
  margin-bottom: 155px; }
.mb-160 {
  margin-bottom: 160px; }
.mb-165 {
  margin-bottom: 165px; }
.mb-170 {
  margin-bottom: 170px; }
.mb-175 {
  margin-bottom: 175px; }
.mb-180 {
  margin-bottom: 180px; }
.mb-185 {
  margin-bottom: 185px; }
.mb-190 {
  margin-bottom: 190px; }
.mb-195 {
  margin-bottom: 195px; }
.mb-200 {
  margin-bottom: 200px; }
.mb-205 {
  margin-bottom: 205px; }
.mb-210 {
  margin-bottom: 210px; }
.mb-215 {
  margin-bottom: 215px; }
.mb-220 {
  margin-bottom: 220px; }
.mb-245 {
  margin-bottom: 245px; }
.mb-250 {
  margin-bottom: 250px; }
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }
.pt-10 {
  padding-top: 10px; }
.pt-15 {
  padding-top: 15px; }
.pt-20 {
  padding-top: 20px; }
.pt-21 {
  padding-top: 21px; }
.pt-22 {
  padding-top: 22px; }
.pt-23 {
  padding-top: 23px; }
.pt-24 {
  padding-top: 24px; }
.pt-25 {
  padding-top: 25px; }
.pt-30 {
  padding-top: 30px; }
.pt-35 {
  padding-top: 35px; }
.pt-40 {
  padding-top: 40px; }
.pt-45 {
  padding-top: 45px; }
.pt-50 {
  padding-top: 50px; }
.pt-55 {
  padding-top: 55px; }
.pt-60 {
  padding-top: 60px; }
.pt-65 {
  padding-top: 65px; }
.pt-70 {
  padding-top: 70px; }
.pt-75 {
  padding-top: 75px; }
.pt-80 {
  padding-top: 80px; }
.pt-85 {
  padding-top: 85px; }
.pt-86 {
  padding-top: 85px; }
.pt-87 {
  padding-top: 85px; }
.pt-88 {
  padding-top: 85px; }
.pt-89 {
  padding-top: 85px; }
.pt-90 {
  padding-top: 90px; }
.pt-95 {
  padding-top: 95px; }
.pt-100 {
  padding-top: 100px; }
.pt-105 {
  padding-top: 105px; }
.pt-110 {
  padding-top: 110px; }
.pt-115 {
  padding-top: 115px; }
.pt-120 {
  padding-top: 120px; }
.pt-125 {
  padding-top: 125px; }
.pt-130 {
  padding-top: 130px; }
.pt-135 {
  padding-top: 135px; }
.pt-140 {
  padding-top: 140px; }
.pt-145 {
  padding-top: 145px; }
.pt-150 {
  padding-top: 150px; }
.pt-155 {
  padding-top: 155px; }
.pt-160 {
  padding-top: 160px; }
.pt-165 {
  padding-top: 165px; }
.pt-170 {
  padding-top: 170px; }
.pt-175 {
  padding-top: 175px; }
.pt-180 {
  padding-top: 180px; }
.pt-185 {
  padding-top: 185px; }
.pt-190 {
  padding-top: 190px; }
.pt-195 {
  padding-top: 195px; }
.pt-200 {
  padding-top: 200px; }
.pt-250 {
  padding-top: 250px; }
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }
.pb-10 {
  padding-bottom: 10px; }
.pb-15 {
  padding-bottom: 15px; }
.pb-20 {
  padding-bottom: 20px; }
.pb-21 {
  padding-bottom: 21px; }
.pb-22 {
  padding-bottom: 22px; }
.pb-23 {
  padding-bottom: 23px; }
.pb-24 {
  padding-bottom: 24px; }
.pb-25 {
  padding-bottom: 25px; }
.pb-30 {
  padding-bottom: 30px; }
.pb-35 {
  padding-bottom: 35px; }
.pb-40 {
  padding-bottom: 40px; }
.pb-45 {
  padding-bottom: 45px; }
.pb-50 {
  padding-bottom: 50px; }
.pb-55 {
  padding-bottom: 55px; }
.pb-60 {
  padding-bottom: 60px; }
.pb-65 {
  padding-bottom: 65px; }
.pb-70 {
  padding-bottom: 70px; }
.pb-75 {
  padding-bottom: 75px; }
.pb-80 {
  padding-bottom: 80px; }
.pb-85 {
  padding-bottom: 85px; }
.pb-90 {
  padding-bottom: 90px; }
.pb-95 {
  padding-bottom: 95px; }
.pb-100 {
  padding-bottom: 100px; }
.pb-105 {
  padding-bottom: 105px; }
.pb-110 {
  padding-bottom: 110px; }
.pb-115 {
  padding-bottom: 115px; }
.pb-120 {
  padding-bottom: 120px; }
.pb-125 {
  padding-bottom: 125px; }
.pb-130 {
  padding-bottom: 130px; }
.pb-135 {
  padding-bottom: 135px; }
.pb-140 {
  padding-bottom: 140px; }
.pb-145 {
  padding-bottom: 145px; }
.pb-150 {
  padding-bottom: 150px; }
.pb-155 {
  padding-bottom: 155px; }
.pb-160 {
  padding-bottom: 160px; }
.pb-165 {
  padding-bottom: 165px; }
.pb-170 {
  padding-bottom: 170px; }
.pb-175 {
  padding-bottom: 175px; }
.pb-180 {
  padding-bottom: 180px; }
.pb-185 {
  padding-bottom: 185px; }
.pb-190 {
  padding-bottom: 190px; }
.pb-195 {
  padding-bottom: 195px; }
.pb-200 {
  padding-bottom: 200px; }
/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px; }
.pl-5 {
  padding-left: 5px; }
.pl-10 {
  padding-left: 10px; }
.pl-15 {
  padding-left: 15px; }
.pl-20 {
  padding-left: 20px; }
.pl-25 {
  padding-left: 35px; }
.pl-30 {
  padding-left: 30px; }
.pl-35 {
  padding-left: 35px; }
.pl-35 {
  padding-left: 35px; }
.pl-40 {
  padding-left: 40px; }
.pl-45 {
  padding-left: 45px; }
.pl-50 {
  padding-left: 50px; }
.pl-55 {
  padding-left: 55px; }
.pl-60 {
  padding-left: 60px; }
.pl-65 {
  padding-left: 65px; }
.pl-70 {
  padding-left: 70px; }
.pl-75 {
  padding-left: 75px; }
.pl-80 {
  padding-left: 80px; }
.pl-85 {
  padding-left: 80px; }
.pl-90 {
  padding-left: 90px; }
.pl-95 {
  padding-left: 95px; }
.pl-100 {
  padding-left: 100px; }
.pl-105 {
  padding-left: 105px; }
.pl-110 {
  padding-left: 110px; }
.pl-115 {
  padding-left: 115px; }
.pl-120 {
  padding-left: 120px; }
.pl-125 {
  padding-left: 125px; }
.pl-130 {
  padding-left: 130px; }
.pl-135 {
  padding-left: 135px; }
.pl-140 {
  padding-left: 140px; }
.pl-145 {
  padding-left: 145px; }
.pl-150 {
  padding-left: 150px; }
.pl-155 {
  padding-left: 155px; }
.pl-160 {
  padding-left: 160px; }
.pl-165 {
  padding-left: 165px; }
.pl-170 {
  padding-left: 170px; }
.pl-180 {
  padding-left: 180px; }
.pl-185 {
  padding-left: 185px; }
.pl-190 {
  padding-left: 190px; }
.pl-195 {
  padding-left: 195px; }
.pl-100 {
  padding-left: 100px; }
.pl-200 {
  padding-left: 200px; }
/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px; }
.pr-5 {
  padding-right: 5px; }
.pr-10 {
  padding-right: 10px; }
.pr-15 {
  padding-right: 15px; }
.pr-20 {
  padding-right: 20px; }
.pr-25 {
  padding-right: 35px; }
.pr-30 {
  padding-right: 30px; }
.pr-35 {
  padding-right: 35px; }
.pr-35 {
  padding-right: 35px; }
.pr-40 {
  padding-right: 40px; }
.pr-45 {
  padding-right: 45px; }
.pr-50 {
  padding-right: 50px; }
.pr-55 {
  padding-right: 55px; }
.pr-60 {
  padding-right: 60px; }
.pr-65 {
  padding-right: 65px; }
.pr-70 {
  padding-right: 70px; }
.pr-75 {
  padding-right: 75px; }
.pr-80 {
  padding-right: 80px; }
.pr-85 {
  padding-right: 80px; }
.pr-90 {
  padding-right: 90px; }
.pr-95 {
  padding-right: 95px; }
.pr-100 {
  padding-right: 100px; }
.pr-105 {
  padding-right: 105px; }
.pr-110 {
  padding-right: 110px; }
.pr-115 {
  padding-right: 115px; }
.pr-120 {
  padding-right: 120px; }
.pr-125 {
  padding-right: 125px; }
.pr-130 {
  padding-right: 130px; }
.pr-135 {
  padding-right: 135px; }
.pr-140 {
  padding-right: 140px; }
.pr-145 {
  padding-right: 145px; }
.pr-150 {
  padding-right: 150px; }
.pr-155 {
  padding-right: 155px; }
.pr-165 {
  padding-right: 165px; }
.pr-170 {
  padding-right: 170px; }
.pr-175 {
  padding-right: 175px; }
.pr-180 {
  padding-right: 180px; }
.pr-185 {
  padding-right: 185px; }
.pr-190 {
  padding-right: 190px; }
.pr-195 {
  padding-right: 195px; }
.pr-200 {
  padding-right: 200px; }
/** padding top & bottom **/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
.py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
.py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }
.py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
.py-105 {
  padding-top: 105px;
  padding-bottom: 105px; }
.py-110 {
  padding-top: 110px;
  padding-bottom: 110px; }
.py-115 {
  padding-top: 115px;
  padding-bottom: 115px; }
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }
.py-125 {
  padding-top: 125px;
  padding-bottom: 125px; }
.py-130 {
  padding-top: 130px;
  padding-bottom: 130px; }
.py-135 {
  padding-top: 135px;
  padding-bottom: 135px; }
.py-140 {
  padding-top: 140px;
  padding-bottom: 140px; }
.py-145 {
  padding-top: 145px;
  padding-bottom: 145px; }
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px; }
.py-155 {
  padding-top: 155px;
  padding-bottom: 155px; }
.py-160 {
  padding-top: 160px;
  padding-bottom: 160px; }
.py-165 {
  padding-top: 165px;
  padding-bottom: 165px; }
.py-170 {
  padding-top: 170px;
  padding-bottom: 170px; }
.py-175 {
  padding-top: 175px;
  padding-bottom: 175px; }
.py-180 {
  padding-top: 180px;
  padding-bottom: 180px; }
.py-185 {
  padding-top: 185px;
  padding-bottom: 185px; }
.py-190 {
  padding-top: 190px;
  padding-bottom: 190px; }
.py-195 {
  padding-top: 195px;
  padding-bottom: 195px; }
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px; }
.py-205 {
  padding-top: 205px;
  padding-bottom: 205px; }
.py-210 {
  padding-top: 210px;
  padding-bottom: 210px; }
.py-215 {
  padding-top: 215px;
  padding-bottom: 215px; }
.py-220 {
  padding-top: 220px;
  padding-bottom: 220px; }
.py-225 {
  padding-top: 225px;
  padding-bottom: 225px; }
.py-230 {
  padding-top: 230px;
  padding-bottom: 230px; }
.py-235 {
  padding-top: 235px;
  padding-bottom: 235px; }
.py-240 {
  padding-top: 240px;
  padding-bottom: 240px; }
.py-250 {
  padding-top: 250px;
  padding-bottom: 250px; }
.py-260 {
  padding-top: 260px;
  padding-bottom: 260px; }
.py-270 {
  padding-top: 270px;
  padding-bottom: 270px; }
.py-280 {
  padding-top: 280px;
  padding-bottom: 280px; }
.py-290 {
  padding-top: 290px;
  padding-bottom: 290px; }
.py-300 {
  padding-top: 300px;
  padding-bottom: 300px; }
.py-310 {
  padding-top: 310px;
  padding-bottom: 310px; }
.py-320 {
  padding-top: 320px;
  padding-bottom: 320px; }
.py-330 {
  padding-top: 330px;
  padding-bottom: 330px; }
.py-340 {
  padding-top: 340px;
  padding-bottom: 340px; }
.py-350 {
  padding-top: 350px;
  padding-bottom: 350px; }
/** padding left & right **/
.px-10 {
  padding-left: 10px;
  padding-right: 10px; }
.px-15 {
  padding-left: 15px;
  padding-right: 15px; }
.px-20 {
  padding-left: 20px;
  padding-right: 20px; }
.px-25 {
  padding-left: 25px;
  padding-right: 25px; }
.px-30 {
  padding-left: 30px;
  padding-right: 30px; }
.px-35 {
  padding-left: 35px;
  padding-right: 35px; }
.px-40 {
  padding-left: 40px;
  padding-right: 40px; }
.px-45 {
  padding-left: 45px;
  padding-right: 45px; }
.px-50 {
  padding-left: 50px;
  padding-right: 50px; }
.px-55 {
  padding-left: 55px;
  padding-right: 55px; }
.px-60 {
  padding-left: 60px;
  padding-right: 60px; }
.px-65 {
  padding-left: 65px;
  padding-right: 65px; }
.px-70 {
  padding-left: 70px;
  padding-right: 70px; }
.px-75 {
  padding-left: 75px;
  padding-right: 75px; }
.px-80 {
  padding-left: 80px;
  padding-right: 80px; }
.px-85 {
  padding-left: 85px;
  padding-right: 85px; }
.px-90 {
  padding-left: 90px;
  padding-right: 90px; }
.px-95 {
  padding-left: 95px;
  padding-right: 95px; }
.px-100 {
  padding-left: 100px;
  padding-right: 100px; }
.px-105 {
  padding-left: 105px;
  padding-right: 105px; }
.px-110 {
  padding-left: 110px;
  padding-right: 110px; }
.px-115 {
  padding-left: 115px;
  padding-right: 115px; }
.px-120 {
  padding-left: 120px;
  padding-right: 120px; }
.px-125 {
  padding-left: 125px;
  padding-right: 125px; }
.px-130 {
  padding-left: 130px;
  padding-right: 130px; }
.px-135 {
  padding-left: 135px;
  padding-right: 135px; }
.px-140 {
  padding-left: 140px;
  padding-right: 140px; }
.px-145 {
  padding-left: 145px;
  padding-right: 145px; }
.px-150 {
  padding-left: 150px;
  padding-right: 150px; }
.px-155 {
  padding-left: 155px;
  padding-right: 155px; }
.px-160 {
  padding-left: 160px;
  padding-right: 160px; }
.px-165 {
  padding-left: 165px;
  padding-right: 165px; }
.px-170 {
  padding-left: 170px;
  padding-right: 170px; }
.px-175 {
  padding-left: 175px;
  padding-right: 175px; }
.px-180 {
  padding-left: 180px;
  padding-right: 180px; }
.px-185 {
  padding-left: 185px;
  padding-right: 185px; }
.px-190 {
  padding-left: 190px;
  padding-right: 190px; }
.px-195 {
  padding-left: 195px;
  padding-right: 195px; }
.px-200 {
  padding-left: 200px;
  padding-right: 200px; }
.px-205 {
  padding-left: 205px;
  padding-right: 205px; }
.px-210 {
  padding-left: 210px;
  padding-right: 210px; }
.px-215 {
  padding-left: 215px;
  padding-right: 215px; }
.px-220 {
  padding-left: 220px;
  padding-right: 220px; }
.px-225 {
  padding-left: 225px;
  padding-right: 225px; }
.px-230 {
  padding-left: 230px;
  padding-right: 230px; }
.px-235 {
  padding-left: 235px;
  padding-right: 235px; }
.px-240 {
  padding-left: 240px;
  padding-right: 240px; }
.px-250 {
  padding-left: 250px;
  padding-right: 250px; }
.px-260 {
  padding-left: 260px;
  padding-right: 260px; }
.px-270 {
  padding-left: 270px;
  padding-right: 270px; }
.px-280 {
  padding-left: 280px;
  padding-right: 280px; }
.px-290 {
  padding-left: 290px;
  padding-right: 290px; }
.px-300 {
  padding-left: 300px;
  padding-right: 300px; }
.px-310 {
  padding-left: 310px;
  padding-right: 310px; }
.px-320 {
  padding-left: 320px;
  padding-right: 320px; }
.px-330 {
  padding-left: 330px;
  padding-right: 330px; }
.px-340 {
  padding-left: 340px;
  padding-right: 340px; }
.px-350 {
  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: 0px;
 }
/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }
.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%; }
.post-password-form input[type="submit"] {
  background-color: var(--colorPrimary);
  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 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: var(--colorPrimary);
      color: #ffffff; }
      table th#today a,
      table td#today a {
        color: #ffffff; }
.tp-page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px; }
.tp-page-content figure.wp-caption.aligncenter {
  margin-top: 40px; }
.tp-page-content dl, .tp-page-content ol, .tp-page-content ul {
  margin-bottom: 11px; }
.tp-page-content .te-comment-respond {
  margin-top: 78px;
  margin-bottom: 20px; }
.tp-page-content .te-latest-comments .te-comment-respond {
  margin-bottom: 40px; }
.tp-page-content .te-post-comments {
  margin-top: 80px; }
/* Text meant only for screen readers. */
.screen-reader-text {
  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: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 {
  margin-bottom: 1.5em;
  max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic; }
.wp-caption-text {
  text-align: center; }
/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px; }
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important; }
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%; }
.gallery-columns-2 .gallery-item {
  max-width: 50%; }
.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
  max-width: 25%; }
.gallery-columns-5 .gallery-item {
  max-width: 20%; }
.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }
.gallery-caption {
  display: block; }
.size-thumbnail {
  margin-bottom: 20px; }
img.emoji {
  width: 15px;
  height: 15px; }
/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important; }
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important; }
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center; }
/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #dfe2e9 !important; }
.wp-block-search__button {
  margin-left: 0 !important; }
.wp-block-social-links {
  padding-left: 0 !important; }
  .wp-block-social-links li {
    padding-top: 0 !important; }
.te-post-item.format-quote blockquote {
  padding: 45px; }
  @media (max-width: 767px) {
    .te-post-item.format-quote 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: 0.5px;
    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: var(--colorPrimary);
      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, blockquote {
  border-left: solid 5px var(--colorPrimary); }
.wp-block-pullquote {
  border-top: 5px solid var(--colorPrimary) !important;
  border-bottom: 5px solid var(--colorPrimary) !important;
  background-color: #eef5f8; }
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block; }
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px; }
.wp-block-column:not(:last-child) {
  margin-right: 10px; }
.wp-block-column:nth-child(2n+1) {
  margin-right: 10px; }
.te-post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px); }
.te-post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2; }
.te-post-content .wp-block-search {
  margin-bottom: 15px; }
.te-post-content .wp-block-file {
  margin-top: 20px; }
.te-post-content .wp-block-group__inner-container p {
  margin-top: 0 !important; }
.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: var(--colorPrimary) !important; }
.wp-block-button {
  margin-bottom: 10px; }
.wp-block-archives select,
.wp-block-categories select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 10px; }
.wp-block-te-latest-comments {
  padding-left: 0 !important; }
.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important; }
.wp-block-cover-text a {
  color: #fff; }
.wp-block-rss {
  padding-left: 0 !important; }
.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.te_widget_categories select,
.widget.widget_text select,
.widget.te_widget_search .search-form,
.widget.te_widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px; }
.wp-block-latest-posts .wp-block-latest-posts__te-post-title {
  display: inline-block;
  width: 100%; }
nav.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  nav.wp-calendar-nav a {
    color: #335371; }
    nav.wp-calendar-nav a:hover {
      color: var(--colorPrimary); }
.blog-search-content {
  margin: 0; }
  .blog-search-content .wp-block-search,
  .blog-search-content .search-form,
  .blog-search-content .sidebar__search {
    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 .wp-block-search,
      .blog-search-content .search-form,
      .blog-search-content .sidebar__search {
        width: 100%; } }
    .blog-search-content .wp-block-search .wp-block-search__inside-wrapper,
    .blog-search-content .search-form .wp-block-search__inside-wrapper,
    .blog-search-content .sidebar__search .wp-block-search__inside-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .blog-search-content .wp-block-search label,
    .blog-search-content .search-form label,
    .blog-search-content .sidebar__search 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 .wp-block-search input,
    .blog-search-content .search-form input,
    .blog-search-content .sidebar__search 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 .wp-block-search button,
    .blog-search-content .search-form button,
    .blog-search-content .sidebar__search button {
      color: #ffffff;
      padding: 0 20px;
      position: relative;
      right: 0;
      background-color: var(--colorPrimary);
      top: 0;
      height: auto;
      border-radius: 0 6px 6px 0;
      line-height: 0;
      border: 0;
      margin-left: 0 !important; }
/*
 Media
============================*/
.tp-page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }
embed,
iframe,
object {
  max-width: 100%; }
.te-comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #d9c0b8 !important; }
.te-comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important; }
.te-comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px; }
.te-comment-respond .wpcf7-form.sent .wpcf7-response-output {
  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 .wpcf7-form.invalid .wpcf7-response-output {
  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: var(--colorPrimary);
  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: var(--colorPrimary);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100% !important;
  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: var(--colorPrimary) !important; }
.wpcf7-form-control {
  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 .wpcf7-te-list-item {
    margin: 0; }
    .wpcf7-form-control .wpcf7-te-list-item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0;
      gap: 10px; }
      .wpcf7-form-control .wpcf7-te-list-item label .wpcf7-te-list-item-label {
        font-size: 16px;
        font-weight: 400; }
.logged-in .te-comment-respond textarea {
  margin-bottom: 12px; }
.zoom-instagram-widget p {
  color: #ffffff; }
  .zoom-instagram-widget p a {
    color: #E7F914; }
.zoom-instagram-widget ul {
  list-style: none; }
  .zoom-instagram-widget ul li {
    color: #ffffff; }
body.admin-bar .header-menu-area.sticky_menu {
  top: 30px; }
  @media (max-width: 600px) {
    body.admin-bar .header-menu-area.sticky_menu {
      top: 0; } }
.page-template-default.page-id-146 .tp-page-content p:last-child {
  margin-bottom: 10px; }
.page-template-default.page-id-1133 .tp-page-content .te-comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%; }
.page-template-default.page-id-3 .page-area {
  padding-top: 128px; }
.single-post-item.post-24 .wp-block-button a {
  color: #ffffff; }
.post-template-default.postid-163 .te-blog-details-wrapper .te-post-item .te-post-content {
  margin-bottom: 34px; }
.post-template-default.postid-150 .te-blog-details-wrapper .te-post-item .te-post-content {
  margin-bottom: 34px; }
  .post-template-default.postid-150 .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group.is-layout-constrained:last-child {
    border: 1px solid #000; }
.post-template-default.postid-51 .te-blog-details-wrapper .te-post-item .te-post-content {
  margin-bottom: 25px; }
  .post-template-default.postid-51 .te-blog-details-wrapper .te-post-item .te-post-content p:last-child {
    margin-bottom: 0; }
.post-template-default.postid-1163 .te-blog-details-wrapper .te-post-item .te-post-content .wp-caption, .post-template-default.postid-568 .te-blog-details-wrapper .te-post-item .te-post-content .wp-caption {
  margin-top: 20px; }
.post-template-default.postid-1785 .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-button__link {
  color: #ffffff !important; }
.post-template-default.postid-1149 .te-blog-details-wrapper .te-latest-comments li .te-comments-item .te-comments-text p {
  margin-bottom: 0; }
.post-template-default.postid-555 .te-blog-details-wrapper .te-post-item .te-post-content .gallery {
  margin-top: 20px; }
.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px; }
  .error-404.not-found .error-content .error-btn-bh {
    margin-top: 20px; }
.te-blog-details-wrapper .te-post-item .te-post-content img {
  margin: 20px 0; }
.sidebar .widget_media_gallery .gallery-item {
  margin-bottom: 0; }
  .sidebar .widget_media_gallery .gallery-item 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 {
  -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 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--colorPrimary);
  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 path {
  stroke: var(--colorPrimary);
  stroke-width: 4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
body.admin-bar .header-area.style-2.login .te-header-menu-area {
  top: auto !important; }
.header-area .container-fluid {
  padding: 0 70px; }
  @media (max-width: 1550px) {
    .header-area .container-fluid {
      padding: 0 24px; } }
.header-area.style-2 .header-top {
  padding: 9px 0;
  background-color: #F9F4F1; }
  .header-area.style-2 .header-top .te-header-contact-info span {
    color: #677471; }
    .header-area.style-2 .header-top .te-header-contact-info span i {
      color: var(--colorPrimary); }
    .header-area.style-2 .header-top .te-header-contact-info span a {
      color: #677471; }
  .header-area.style-2 .header-top .te-social-profile a {
    color: var(--colorPrimary);
    background-color: #E0E6F8;
    width: 42px;
    height: 42px; }
    .header-area.style-2 .header-top .te-social-profile a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff;
      background-color: var(--colorPrimary); }
.header-area.style-2 .te-header-menu-area {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%; }
  .header-area.style-2 .te-header-menu-area .menu-wrapper {
    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.style-2 .te-header-menu-area .menu-wrapper {
        padding-left: 10px;
        padding-right: 6px; } }
  .header-area.style-2 .te-header-menu-area .te-header-btn .te-quote-btn {
    background-color: #E7F914;
    border-color: #E7F914; }
.header-area.style-2 .te-sticky_menu {
  top: 0; }
  .header-area.style-2 .te-sticky_menu .menu-wrapper {
    background-color: transparent; }
.header-top {
  padding: 6px 0;
  background-color: var(--colorPrimary);
  -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 {
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .header-top .te-header-contact-info {
    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 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 span.te-contact-info-item {
        gap: 0 10px !important; }
      .header-top .te-header-contact-info 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 {
      display: none; } }
  .header-top .header-top-btn 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 a:hover:after {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: var(--colorPrimary); }
    .header-top .header-top-btn a:after {
      position: absolute;
      content: "";
      border-radius: 0 0 10px 10px;
      background-color: var(--colorPrimary);
      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 {
    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 .te-social-profile-label {
      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 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 a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #14203A;
        background-color: #E7F914; }
.te-header-menu-area {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-header-menu-area.te-te-sticky-header {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-header-menu-area.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.te-sticky_menu .te-logo {
      height: 84px; }
      .te-header-menu-area.te-sticky_menu .te-logo:after {
        display: none; }
      .te-header-menu-area.te-sticky_menu .te-logo .te-standard-logo {
        display: none; }
      .te-header-menu-area.te-sticky_menu .te-logo .te-sticky-logo {
        display: block; }
        .te-header-menu-area.te-sticky_menu .te-logo .te-sticky-logo img {
          height: 57px;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-header-menu-area.te-sticky_menu .te-main-menu ul li.te-active > a:after {
      bottom: 20px; }
    .te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
      color: var(--colorBlack);
      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.te-sticky_menu .te-main-menu ul li a {
          padding: 33px 14px; } }
    .te-header-menu-area.te-sticky_menu .te-main-menu ul li ul li a {
      padding: 10px 20px; }
  .te-header-menu-area .te-header-menu-wrapper {
    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 .te-header-menu-wrapper {
        gap: 20px; } }
  .te-header-menu-area .te-logo {
    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 .te-logo {
        height: 100px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-header-menu-area .te-logo {
        height: 80px; } }
    @media only screen and (max-width: 1199px) {
      .te-header-menu-area .te-logo .te-standard-logo {
        display: none; } }
    .te-header-menu-area .te-logo .te-standard-logo img {
      height: 57px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-header-menu-area .te-logo .te-sticky-logo {
      display: none; }
      @media only screen and (max-width: 767px) {
        .te-header-menu-area .te-logo .te-sticky-logo {
          width: 170px; } }
      @media only screen and (max-width: 1199px) {
        .te-header-menu-area .te-logo .te-sticky-logo {
          display: block; } }
      .te-header-menu-area .te-logo .te-sticky-logo img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-header-menu-area .te-logo .te-retina-logo {
      display: none; }
.te-menu-wrapper {
  -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 ul {
  margin: 0;
  padding: 0;
  position: relative; }
  .te-main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative; }
    .te-main-menu ul li.te-active {
      position: relative; }
      .te-main-menu ul li.te-active > a {
        color: var(--colorPrimary); }
        .te-main-menu ul li.te-active > a:after {
          color: var(--colorPrimary);
          font-size: 13px;
          margin-left: 5px; }
    .te-main-menu ul li.dropdown > a:after {
      visibility: visible;
      font-size: 13px;
      margin-left: 5px; }
    .te-main-menu ul li.dropdown .dropdown > a:after {
      visibility: visible;
      font-size: 13px; }
    .te-main-menu ul li ul.te-submenu li.te-active > a {
      position: relative;
      z-index: 2;
      color: #ffffff; }
      .te-main-menu ul li ul.te-submenu li.te-active > a:after {
        color: #ffffff;
        font-size: 13px; }
    .te-main-menu 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: var(--colorWhite);
      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 ul li a {
          padding: 32px 14px; } }
      .te-main-menu ul li a:after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        margin-top: -5px;
        visibility: hidden;
        font-size: 0; }
      .te-main-menu ul li a:hover {
        color: var(--colorPrimary); }
        .te-main-menu ul li a:hover:after {
          color: var(--colorPrimary); }
    .te-main-menu 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 ul li ul li:hover ul {
      visibility: visible;
      top: -2px; }
  .te-main-menu 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 var(--colorPrimary);
    -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 ul ul li {
      float: none;
      width: 210px; }
      .te-main-menu ul ul li ul {
        visibility: hidden; }
      .te-main-menu ul ul li i {
        float: right; }
      .te-main-menu 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 ul ul li a:hover {
          background-color: var(--colorPrimary);
          color: #ffffff; }
          .te-main-menu ul ul li a:hover:after {
            color: #ffffff; }
      .te-main-menu ul ul li:last-child a {
        border-bottom: 0px; }
    .te-main-menu 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 var(--colorPrimary); }
.te-animation {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.te-slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn; }
.te-header-btn {
  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 .te-icon {
    width: 72px;
    background-color: var(--colorPrimary);
    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 .te-icon: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 {
      display: none; } }
  .te-header-btn .te-cta-btn {
    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 .te-cta-btn:hover {
      background-color: var(--colorPrimary);
      color: #ffffff; }
  .te-header-btn .te-quote-btn {
    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: 0.6px;
    text-transform: capitalize;
    color: #14203A;
    border: 2px solid var(--colorPrimary);
    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 .te-quote-btn:hover {
      background-color: var(--colorPrimary);
      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 {
    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 .te-search-content-filed {
      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 .te-search-content-filed .te-search-close {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff; }
    .te-search-form-wrapper .te-search-form-inner .te-search-form {
      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 .te-search-form .te-search-form-input {
        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 .te-search-form .te-search-form-input .te-search-icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .te-search-form-wrapper .te-search-form-inner .te-search-form .te-search-form-input button.te-submit-search-btn {
          padding: 15px 24px !important; }
      .te-search-form-wrapper .te-search-form-inner .te-search-form 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 a.mean-expand.mean-clicked {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary) !important; }
.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: #ffffff; }
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff; }
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #ffffff; }
.te-mobile-menu-bar 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 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 {
    display: inline-block;
    width: 180px; }
  .te-menu-sidebar-area .te-menu-sidebar-wrapper {
    position: relative;
    padding: 40px; }
  .te-menu-sidebar-area.active {
    right: 0; }
  .te-menu-sidebar-area .te-menu-sidebar-close {
    position: absolute;
    top: 0;
    right: 0; }
    .te-menu-sidebar-area .te-menu-sidebar-close .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: var(--colorPrimary);
      color: #ffffff; }
      .te-menu-sidebar-area .te-menu-sidebar-close .te-menu-sidebar-close-btn:hover {
        background-color: var(--colorPrimary); }
  .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-menu-sidebar-title {
      margin-bottom: 5px; }
    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info {
      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 .te-menu-sidebar-single-widget .te-header-contact-info 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 .te-menu-sidebar-single-widget .te-header-contact-info span.te-contact-info-item {
          gap: 0 10px !important; }
        .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info 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 .te-menu-sidebar-single-widget .te-header-contact-info span a:hover {
            color: var(--colorPrimary); }
    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px; }
      .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile a {
        color: #14203A;
        font-size: 22px; }
        .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile a:hover {
          color: var(--colorPrimary); }
.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 {
  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.style-2 .te-single-slider {
    height: 950px;
    padding-top: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-2 .te-single-slider {
        height: unset;
        padding: 80px 0; } }
    .slider-area.style-2 .te-single-slider .slider-feature-img {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area.style-2 .te-single-slider .slider-feature-img {
          right: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area.style-2 .te-single-slider .slider-feature-img {
          right: -280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area.style-2 .te-single-slider .slider-feature-img {
          right: -380px; } }
      .slider-area.style-2 .te-single-slider .slider-feature-img .company-award {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        left: 135px; }
        .slider-area.style-2 .te-single-slider .slider-feature-img .company-award .icon {
          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.style-2 .te-single-slider .slider-feature-img .slider-feature-img-overlay {
          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.style-2 .te-single-slider .slider-left-shape {
      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.style-2 .te-single-slider .slider-left-shape {
          display: none; } }
    .slider-area.style-2 .te-single-slider .slider-right-shape {
      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.style-2 .te-single-slider .slider-right-shape {
          display: none; } }
    .slider-area.style-2 .te-single-slider .slider-circle-shape {
      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 .te-slider-wrapper .slick-active .te-slider-short-title,
  .slider-area .te-slider-wrapper .slick-active .te-slider-title,
  .slider-area .te-slider-wrapper .slick-active .te-slider-short-desc,
  .slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both; }
  .slider-area .te-slider-wrapper .slick-active .te-slider-short-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  .slider-area .te-slider-wrapper .slick-active .te-slider-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .slider-area .te-slider-wrapper .slick-active .te-slider-short-desc {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  .slider-area .te-slider-wrapper .slick-dots {
    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 .te-slider-wrapper .slick-dots {
        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 .te-slider-wrapper .slick-dots 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 .te-slider-wrapper .slick-dots li button {
        font-size: 2px;
        text-indent: -9999px;
        padding: 0;
        width: 10px;
        height: 10px;
        background-color: var(--colorPrimary);
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .slider-area .te-slider-wrapper .slick-dots li button:hover {
          background-color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
      .slider-area .te-slider-wrapper .slick-dots li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 1px solid var(--colorPrimary); }
        .slider-area .te-slider-wrapper .slick-dots li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .slider-area .te-single-slider {
    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 .te-single-slider {
        background-image: none !important; } }
    .slider-area .te-single-slider .te-slider-overlay {
      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 .te-single-slider .te-slider-overlay {
          left: 0; } }
      .slider-area .te-single-slider .te-slider-overlay .te-slider-overlay-shape {
        position: absolute;
        top: 0;
        height: 100%;
        left: -340px;
        width: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area .te-single-slider .te-slider-overlay .te-slider-overlay-shape {
            display: none; } }
    .slider-area .te-single-slider .te-slider-content-wrapper {
      position: relative;
      z-index: 99; }
      .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-family: "Inter", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--colorPrimary);
        display: inline-block;
        width: 100%;
        margin-bottom: 15px; }
      .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        color: #14203A;
        font-family: "Inter", sans-serif;
        font-size: 69px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1px;
        margin-bottom: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1400px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
            font-size: 48px;
            line-height: 56px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
            font-size: 42px;
            line-height: 52px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 20px; } }
      .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        color: #131A2A; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
            font-size: 18px;
            line-height: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
            font-size: 18px;
            line-height: 32px; } }
      .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        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 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
            padding-top: 30px; } }
        .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
          padding: 11px 30px;
          color: #ffffff;
          border-radius: 50px;
          background-color: var(--colorPrimary);
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px; }
          .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
            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: var(--colorPrimary);
            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 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content {
            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 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-title {
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;
              color: #335371; }
            .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-text {
              font-size: 20px;
              font-weight: 500;
              line-height: 24px;
              letter-spacing: 0.5px;
              color: #14203A; }
.slider-area.style-1 {
  position: relative;
  overflow: visible;
  background: transparent; }
  .slider-area.style-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    opacity: 0.3;
    background: var(--colorPrimary);
    -webkit-filter: blur(681.9541625977px);
            filter: blur(681.9541625977px); }
  .slider-area.style-1 .te-single-slider {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .slider-area.style-1 .te-single-slider .te-slider-overlay {
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
      background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
      .slider-area.style-1 .te-single-slider .te-slider-overlay::before {
        display: none; }
    .slider-area.style-1 .te-single-slider .slider-shape {
      position: absolute;
      border-radius: 20px;
      overflow: hidden; }
      .slider-area.style-1 .te-single-slider .slider-shape img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .slider-area.style-1 .te-single-slider .shape-one {
      top: 50px;
      left: 0;
      width: 300px;
      height: 290px; }
      @media (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .shape-one {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .shape-one {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area.style-1 .te-single-slider .shape-one {
          width: 200px;
          height: 150px;
          top: 100px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area.style-1 .te-single-slider .shape-one {
          top: 160px;
          width: 250px;
          height: 200px; } }
    .slider-area.style-1 .te-single-slider .shape-two {
      top: 0;
      right: 0;
      width: 300px;
      height: 310px; }
      @media (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .shape-two {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .shape-two {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area.style-1 .te-single-slider .shape-two {
          top: 130px;
          right: -30px;
          width: 250px;
          height: 180px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .slider-area.style-1 .te-single-slider .shape-two {
          width: 300px;
          height: 250px;
          top: 70px;
          right: -40px; } }
    .slider-area.style-1 .te-single-slider .shape-three {
      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.style-1 .te-single-slider .shape-three {
          display: none !important; } }
      @media (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .shape-three {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .slider-area.style-1 .te-single-slider .te-slider-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 120px 0;
      gap: 30px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-area.style-1 .te-single-slider .te-slider-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          padding: 80px 0;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .te-slider-container {
          padding: 100px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .slider-area.style-1 .te-single-slider .te-slider-container .te-slider-column {
        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.style-1 .te-single-slider .te-slider-container .te-slider-column {
            width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
      background-color: var(--colorPrimary);
      color: #ffffff; }
      .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-theme-btn:hover {
        background-color: #E7F914;
        color: #14203A; }
    .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
      color: var(--colorPrimary); }
    .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
      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.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
          font-size: 28px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
          font-size: 32px;
          line-height: 52px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area.style-1 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
          font-size: 62px;
          line-height: 80px; } }
  .slider-area.style-1 .te-slider-wrapper .container {
    position: relative; }
  .slider-area.style-1 .te-slider-wrapper .slider-shape-bg {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-1 .te-slider-wrapper .slider-shape-bg {
        display: none; } }
    @media (max-width: 1399px) {
      .slider-area.style-1 .te-slider-wrapper .slider-shape-bg {
        margin-left: 0; } }
    .slider-area.style-1 .te-slider-wrapper .slider-shape-bg: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 {
  position: relative; }
.te-info-card {
  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 {
      padding: 40px 25px; } }
  .te-info-card: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:hover .te-image-wrapper .overlay {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0.72; }
    .te-info-card:hover .te-image-wrapper 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:hover .icon img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-info-card:hover .content .te-read-more .te-theme-btn {
      background-color: var(--colorPrimary);
      border-color: var(--colorPrimary);
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card .te-info-card-inner {
    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 .te-image-wrapper {
    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 .te-image-wrapper 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 .te-image-wrapper .overlay {
      width: 100%;
      height: 100%;
      background: var(--colorPrimary);
      -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 .icon {
    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 .icon img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-info-card .te-content-wrapper {
    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 .te-title-wrapper {
    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 .te-title-wrapper .icon {
      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 .te-title-wrapper .icon::before, .te-info-card .te-title-wrapper .icon::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: var(--colorPrimary);
        border: 1px solid #E1E1E1; }
      .te-info-card .te-title-wrapper .icon::before {
        top: 15px;
        left: 5px; }
      .te-info-card .te-title-wrapper .icon::after {
        bottom: 15px;
        right: 5px; }
    .te-info-card .te-title-wrapper .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 .te-title-wrapper .divider {
      width: 55px;
      height: 2px;
      background-color: var(--colorPrimary); }
  .te-info-card .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 .content .desc {
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      font-size: 14px;
      line-height: 36px;
      font-weight: 400;
      margin: 0;
      color: #335371; }
    .te-info-card .content .te-read-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .te-info-card .content .te-read-more .te-theme-btn {
        background-color: transparent;
        color: var(--colorPrimary);
        border: 1px solid #131A2A;
        padding: 9px 28px; }
        .te-info-card .content .te-read-more .te-theme-btn:hover {
          background-color: var(--colorPrimary);
          color: #ffffff;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
.te-info-card.style-2 {
  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.style-2 {
      padding: 35px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-info-card.style-2 {
      padding: 35px; } }
  .te-info-card.style-2: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.style-2:hover .content .te-read-more .te-theme-btn {
    background-color: inherit;
    color: var(--colorPrimary); }
  .te-info-card.style-2 .image {
    border-radius: 20px;
    overflow: hidden; }
    .te-info-card.style-2 .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.style-2 .te-title-wrapper {
    padding-bottom: 15px; }
  .te-info-card.style-2 .te-content-wrapper {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .te-info-card.style-2 .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px; }
    .te-info-card.style-2 .content .te-read-more .te-theme-btn {
      padding: 0;
      border: 0; }
.te-icon-card {
  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 {
      -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:hover .icon img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-icon-card .icon {
    width: 78px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card .icon img {
      width: 100%;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-icon-card .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 .content {
        gap: 15px; } }
    .te-icon-card .content .title {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      color: #14203A;
      margin-bottom: 0; }
    .te-icon-card .content .desc {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      color: #335371;
      margin-bottom: 0; }
      .te-icon-card .content .desc a {
        color: #335371; }
.te-icon-card.style-two {
  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.style-two .divider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #464b4e;
    border-bottom: 1px solid #464b4e; }
  .te-icon-card.style-two .icon {
    width: 62px;
    height: 62px; }
    .te-icon-card.style-two .icon img {
      width: 100%; }
  .te-icon-card.style-two .content {
    gap: 26px; }
    .te-icon-card.style-two .content .title {
      color: #ffffff; }
      @media (min-width: 1280px) {
        .te-icon-card.style-two .content .title {
          font-size: 22px; } }
    .te-icon-card.style-two .content .desc {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card.style-two {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 36px;
      gap: 34px; }
      .te-icon-card.style-two .content {
        gap: 24px; } }
.te-icon-card.style-three {
  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.style-three .icon {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .te-icon-card.style-three .icon img {
      width: 100%; }
  .te-icon-card.style-three .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.style-three .content .title {
      color: #ffffff; }
    .te-icon-card.style-three .content .desc {
      color: #c7cdda; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card.style-three {
      gap: 25px; }
      .te-icon-card.style-three .content {
        gap: 18px; } }
.te-icon-card.style-2 {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .te-icon-card.style-2 .icon {
    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: var(--colorPrimary); }
  .te-icon-card.style-2 .content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px; }
    .te-icon-card.style-2 .content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.5px; }
    .te-icon-card.style-2 .content .desc {
      line-height: 22px; }
.te-about-image-card .te-main-img-wrapper {
  text-align: right; }
  @media (max-width: 991px) {
    .te-about-image-card .te-main-img-wrapper {
      text-align: left; } }
  .te-about-image-card .te-main-img-wrapper .te-main-img-inner {
    position: relative;
    display: inline-block;
    z-index: 2; }
    .te-about-image-card .te-main-img-wrapper .te-main-img-inner > img {
      border-radius: 30px;
      margin-left: 7px;
      margin-top: 4px; }
      @media (max-width: 650px) {
        .te-about-image-card .te-main-img-wrapper .te-main-img-inner > img {
          width: 100%; } }
      @media (max-width: 575px) {
         }
.te-about-image-card .te-company-foundation {
  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 .te-company-foundation .te-counter-wrapper {
    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 .te-company-foundation .counter-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.9px;
    letter-spacing: -0.8px;
    color: #14203A;
    margin-bottom: 0; }
  .te-about-image-card .te-company-foundation .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.style-2 .te-main-img-wrapper .te-main-img-inner {
  border-radius: 20px;
  padding-right: 80px;
  margin-top: 23px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner {
      padding-right: 0;
      margin-top: 0; } }
  .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner > img {
    margin: 0;
    border-radius: 20px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
     }
  .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image {
    position: absolute;
    top: 55%;
    right: -45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image {
        position: relative;
        right: unset;
        top: unset; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image {
        position: relative; } }
    .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-another-image-inner {
      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.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-another-image-inner {
          width: 100%; }
          .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-another-image-inner img {
            width: 100%; } }
    .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .video-btn {
      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.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .video-btn {
          left: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); } }
      .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .video-btn 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: var(--colorPrimary);
        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.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text {
      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.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text {
          left: unset;
          top: 0;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          right: 0; } }
      .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text .icon {
        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: var(--colorPrimary); }
      .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text .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.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text .text .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0.5px;
          color: #14203A; }
        .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image .te-badge-text .text span {
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: #335371; }
.te-about-info-card .te-about-info-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: 40px; }
  .te-about-info-card .te-about-info-content .te-list-item-wrapper {
    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 .te-about-info-content .te-list-item-wrapper {
        grid-template-columns: repeat(1, 1fr); } }
    .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .icon {
      font-size: 24px;
      color: var(--colorPrimary);
      background-color: transparent;
      width: unset;
      height: unset; }
    .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .text {
      color: #14203A; }
  .te-about-info-card .te-about-info-content .te-info-list {
    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 .te-about-info-content .te-info-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px; } }
    .te-about-info-card .te-about-info-content .te-info-list .te-single-info-list {
      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 .te-about-info-content .te-info-list .te-single-info-list:hover .icon 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 .te-about-info-content .te-info-list .te-single-info-list .icon {
        margin-bottom: 10px;
        position: relative;
        margin-left: 20px; }
        .te-about-info-card .te-about-info-content .te-info-list .te-single-info-list .icon::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 .te-about-info-content .te-info-list .te-single-info-list .icon 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 .te-about-info-content .te-info-list .te-single-info-list .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.5px;
        margin-bottom: 0; }
      .te-about-info-card .te-about-info-content .te-info-list .te-single-info-list .short-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px; }
.te-about-info-card.style-2 .te-about-info-content {
  gap: 10px; }
  .te-about-info-card.style-2 .te-about-info-content .te-list-item-wrapper {
    padding-top: 6px;
    gap: 0; }
    .te-about-info-card.style-2 .te-about-info-content .te-list-item-wrapper .te-list-item .icon {
      width: 16px;
      height: 16px;
      background-color: var(--colorPrimary);
      border-radius: 50%;
      color: white;
      font-size: 10px; }
    .te-about-info-card.style-2 .te-about-info-content .te-list-item-wrapper .te-list-item .text {
      color: #335371; }
  .te-about-info-card.style-2 .te-about-info-content .te-info-list {
    border-top: 1px solid #E1E1E1;
    padding-top: 40px; }
    .te-about-info-card.style-2 .te-about-info-content .te-info-list .divider {
      width: 1px;
      background-color: #E1E1E1;
      height: 127px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-about-info-card.style-2 .te-about-info-content .te-info-list .divider {
          height: 1px;
          width: 100%; } }
.te-about-info-card.style-three .about-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card.style-three .about-info-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .te-about-info-card.style-three .about-info-wrapper .about-info-img {
    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.style-three .about-info-wrapper .about-info-img {
        height: 350px; } }
    .te-about-info-card.style-three .about-info-wrapper .about-info-img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
.te-about-info-card.style-three .te-about-info-content {
  padding-left: 50px;
  gap: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card.style-three .te-about-info-content {
      padding-left: 0;
      padding-top: 50px; } }
  .te-about-info-card.style-three .te-about-info-content .skill-progressbar-wrapper {
    width: 100%; }
  .te-about-info-card.style-three .te-about-info-content .te-icon-card-wrapper {
    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.style-three .te-about-info-content .te-icon-card-wrapper .te-icon-card {
      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.style-three .te-about-info-content .te-icon-card-wrapper .te-icon-card .icon {
        width: 40px;
        height: 40px; }
      .te-about-info-card.style-three .te-about-info-content .te-icon-card-wrapper .te-icon-card .content {
        gap: 4px; }
        .te-about-info-card.style-three .te-about-info-content .te-icon-card-wrapper .te-icon-card .content .title {
          font-size: 18px;
          line-height: 24px; }
  .te-about-info-card.style-three .te-about-info-content .te-btn-wrapper {
    margin-top: 7px; }
.te-counter-card {
  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 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .te-counter-card {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 50px; } }
  .te-counter-card .te-counter-item {
    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 .te-counter-item:hover .icon img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-counter-card .te-counter-item .icon {
      width: 100px;
      height: 100px;
      background-color: var(--colorPrimary);
      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 .te-counter-item .icon img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-counter-card .te-counter-item .te-counter-title {
      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 .te-counter-item .te-counter-title .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 .te-counter-item .number {
      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 .te-counter-item .number {
          font-size: 36px;
          line-height: 40px; } }
    .te-counter-card .te-counter-item .title {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      color: #335371; }
    .te-counter-card .te-counter-item .text {
      margin: 0;
      color: #c7cdda; }
.te-counter-card.style-two {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-counter-card.style-two {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-counter-card.style-two {
      grid-template-columns: repeat(1, 1fr); } }
  .te-counter-card.style-two .te-counter-item {
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .te-counter-card.style-two .te-counter-item {
        text-align: center; } }
    .te-counter-card.style-two .te-counter-item .te-counter-title {
      -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.style-two .te-counter-item .te-counter-title {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 20px; } }
    .te-counter-card.style-two .te-counter-item .counter-content {
      width: 100%; }
      @media (max-width: 280px) {
        .te-counter-card.style-two .te-counter-item .counter-content .text br {
          display: none; } }
    .te-counter-card.style-two .te-counter-item .number {
      font-size: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .te-counter-card.style-two .te-counter-item .number {
          font-size: 48px;
          line-height: 50px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-counter-card.style-two .te-counter-item .number {
          font-size: 48px;
          line-height: 50px; } }
.te-counter-card.style-three {
  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.style-three .te-counter-item {
    text-align: left;
    padding: 60px 40px;
    background: var(--colorPrimary);
    border-radius: 8px; }
    .te-counter-card.style-three .te-counter-item .te-counter-title {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 30px; }
      .te-counter-card.style-three .te-counter-item .te-counter-title .title {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
    .te-counter-card.style-three .te-counter-item .number {
      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.style-three .te-counter-item .number {
          font-size: 48px;
          line-height: 52px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-counter-card.style-three .te-counter-item {
        padding: 40px 30px; } }
.te-process-step {
  background-color: #131A2A;
  padding: 50px 40px 65px 40px;
  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::before {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    height: 0%;
    background-color: var(--colorPrimary);
    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 {
      padding: 45px 35px 60px 35px; } }
  .te-process-step:hover {
    top: -5px; }
    .te-process-step:hover::before {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .te-process-step:hover .icon img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step:hover .counter-number {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-process-step:hover .content .te-read-more .te-theme-btn {
      background-color: var(--colorPrimary);
      border-color: var(--colorPrimary);
      color: #ffffff; }
  .te-process-step .icon {
    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 .icon img {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-process-step .te-content-wrapper {
    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 .te-counter-wrapper {
    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 .te-counter-wrapper .shape {
      position: relative; }
  .te-process-step .counter-number {
    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 .te-title-wrapper {
    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 .te-title-wrapper .icon {
      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 .te-title-wrapper .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 .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 .content .desc {
      -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 .content .te-read-more {
      margin-top: -10px; }
      .te-process-step .content .te-read-more .te-theme-btn {
        border: 1px solid #E1E1E1;
        color: var(--colorPrimary);
        background-color: transparent; }
.te-testimonial-card {
  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 {
      padding: 30px; } }
  .te-testimonial-card .te-content-wrapper {
    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 .te-content-wrapper .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
    .te-testimonial-card .te-content-wrapper .te-user-meta {
      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 .te-content-wrapper .te-user-meta {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .image {
          width: 74px;
          height: 84px;
          border-radius: 20px;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .rating {
          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 .te-content-wrapper .te-user-meta .te-user-info .name {
          font-size: 24px;
          font-weight: 500;
          line-height: 34px;
          letter-spacing: 0.5px;
          color: #14203A;
          margin-bottom: 0; }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .name {
              font-size: 18px;
              line-height: 28px; } }
        .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .designation {
          font-size: 18px;
          font-weight: 400;
          line-height: 36px;
          color: #14203A; }
      .te-testimonial-card .te-content-wrapper .te-user-meta .icon {
        color: #E1E1E1;
        font-size: 55px;
        margin-top: 20px; }
        @media (max-width: 570px) {
          .te-testimonial-card .te-content-wrapper .te-user-meta .icon {
            position: absolute;
            right: 30px;
            top: 0;
            z-index: -1;
            font-size: 35px; } }
.te-testimonial-card-two {
  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 .te-content-wrapper {
    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 .te-content-wrapper .content {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #335371;
      margin-bottom: 0; }
      .te-testimonial-card-two .te-content-wrapper .content p {
        margin-bottom: 0; }
    .te-testimonial-card-two .te-content-wrapper .te-user-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .te-testimonial-card-two .te-content-wrapper .te-user-meta .te-user-info {
        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 .te-content-wrapper .te-user-meta .te-user-info .icon {
          color: var(--colorPrimary);
          font-size: 40px; }
        .te-testimonial-card-two .te-content-wrapper .te-user-meta .te-user-info .name {
          font-size: 24px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0.5px;
          color: #14203A;
          margin-bottom: 0; }
        .te-testimonial-card-two .te-content-wrapper .te-user-meta .te-user-info .designation {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0.5px;
          color: var(--colorPrimary); }
      .te-testimonial-card-two .te-content-wrapper .te-user-meta .image {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
.te-testimonial-card.style-3 {
  padding: 30px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .te-testimonial-card.style-3::before {
    display: none; }
  .te-testimonial-card.style-3 .te-content-wrapper {
    gap: 15px; }
    .te-testimonial-card.style-3 .te-content-wrapper .content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.5px;
      color: #335371;
      margin-bottom: 20px; }
    .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid var(--colorPrimary);
      border-radius: 20px;
      padding: 25px 40px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info {
          padding: 15px 30px; } }
      .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info .image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 0;
        position: relative; }
        .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          left: 0;
          top: 0; }
      .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info .rating {
        gap: 5px;
        color: #E7F914;
        font-size: 14px;
        margin-bottom: 10px; }
      .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .te-user-info .name span {
        color: var(--colorPrimary); }
    .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .icon {
      font-size: 64px;
      color: #E7F914;
      position: absolute;
      top: -5px;
      margin-top: 0;
      right: 0; }
      @media (max-width: 575px) {
        .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .icon {
          font-size: 34px; } }
.te-testimonial-slider-wrapper {
  position: relative; }
  .te-testimonial-slider-wrapper .slick-list {
    margin: 0 -15px; }
    .te-testimonial-slider-wrapper .slick-list .slick-slide {
      margin: 0 15px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper .slick-dots {
    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 .slick-dots 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 .slick-dots li button {
        font-size: 2px;
        text-indent: -9999px;
        padding: 0;
        width: 10px;
        height: 10px;
        background-color: var(--colorPrimary);
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .te-testimonial-slider-wrapper .slick-dots li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 2px solid var(--colorPrimary); }
        .te-testimonial-slider-wrapper .slick-dots li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-testimonial-slider-wrapper .slick-arrow {
    display: none !important; }
.te-accordion-box-wrapper {
  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 .te-accordion-list-item {
  border: 1px solid #E1E1E1;
  border-radius: 20px; }
  .accordion-wrapper .te-accordion-list-item .te-accordion-head {
    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 .te-accordion-list-item .te-accordion-head:before {
      content: "\f068";
      font-family: "Font Awesome 6 Pro";
      color: #ffffff;
      font-weight: 500;
      background-color: var(--colorPrimary);
      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 .te-accordion-list-item .te-accordion-head.collapsed:before {
      position: relative;
      content: "\2b";
      font-family: "Font Awesome 6 Pro";
      font-weight: 500;
      background-color: transparent;
      border-radius: 20px;
      color: var(--colorPrimary);
      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 .te-accordion-list-item .te-accordion-head .te-accordion-title {
      font-size: 20px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0.5px; }
  .accordion-wrapper .te-accordion-list-item .te-accordion-body {
    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 {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-header {
      padding-left: 30px; } }
  .page-header .te-page-title,
  .page-header .page-title {
    font-size: 42px;
    line-height: 48px; }
    @media (max-width: 991px) {
      .page-header .te-page-title,
      .page-header .page-title {
        font-size: 38px;
        line-height: 48px; } }
.blog-area ol,
.blog-area ul {
  padding-left: 0px; }
  .blog-area ol li,
  .blog-area ul li {
    padding-top: 7px; }
.te-post-item {
  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:hover .te-post-thumbnail img,
  .te-post-item:hover .post-video 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 iframe {
    width: 100%;
    height: 522px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item iframe {
        height: 350px; } }
  .te-post-item .post-gallery .slick-list .slick-track {
    height: 392px;
    overflow: hidden; }
  .te-post-item .te-post-content-wrapper {
    padding: 45px 40px 54px 40px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-post-item .te-post-content-wrapper {
        padding: 35px;
        padding-top: 30px; } }
    .te-post-item .te-post-content-wrapper .te-read-more {
      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.format-quote .te-post-content {
    margin: 0; }
  .te-post-item.format-quote blockquote {
    margin: 0; }
    .te-post-item.format-quote blockquote p {
      margin-top: 0; }
    .te-post-item.format-quote 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.format-quote blockquote cite a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--colorPrimary); }
  .te-post-item.sticky {
    border: 2px solid var(--colorPrimary); }
    .te-post-item.sticky .te-post-content {
      margin-bottom: 0; }
      .te-post-item.sticky .te-post-content p {
        margin-bottom: 0; }
  .te-post-item .te-post-title {
    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 .te-post-title {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px; } }
    .te-post-item .te-post-title:hover a {
      color: var(--colorPrimary);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-post-item .te-post-content p {
    margin-top: 17px; }
  .te-post-item .te-post-content h2,
  .te-post-item .te-post-content h3,
  .te-post-item .te-post-content h4,
  .te-post-item .te-post-content h5,
  .te-post-item .te-post-content h6 {
    margin-bottom: 10px; }
  .te-post-item .te-post-content p {
    margin-bottom: unset; }
  .te-post-item .te-single-post-meta {
    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 .te-social-share {
    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 .te-social-share a.facebook {
      color: #1877f2; }
    .te-post-item .te-social-share a.twitter {
      color: #1da1f2; }
    .te-post-item .te-social-share a.linkedin {
      color: #1a70c6; }
    .te-post-item .te-social-share .te-social-share-title {
      font-size: 16px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A;
      margin-right: 5px;
      text-transform: uppercase; }
  .te-post-item .te-blog-post-tag {
    width: 100%;
    display: inline-block; }
    .te-post-item .te-blog-post-tag 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 .te-blog-post-tag .te-post-tag-list {
      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 .te-blog-post-tag .te-post-tag-list 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 .te-blog-post-tag .te-post-tag-list a:hover {
          color: #ffffff;
          background: var(--colorPrimary);
          border-color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-post-item .te-post-thumbnail,
  .te-post-item .post-video {
    position: relative;
    overflow: hidden; }
    .te-post-item .te-post-thumbnail img,
    .te-post-item .post-video 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 .te-post-thumbnail .popup-video-wrapper,
    .te-post-item .post-video .popup-video-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .te-post-item .te-post-thumbnail .video-btn a,
    .te-post-item .post-video .video-btn 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 .te-post-thumbnail .video-btn a i,
      .te-post-item .post-video .video-btn a i {
        color: var(--colorPrimary);
        font-size: 18px; }
      .te-post-item .te-post-thumbnail .video-btn a:hover,
      .te-post-item .post-video .video-btn a:hover {
        -webkit-animation: none;
                animation: none; }
  .te-post-item button.post-gallery-btn {
    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 button.post-gallery-btn.prev-btn {
      left: 30px; }
    .te-post-item button.post-gallery-btn.next-btn {
      right: 30px; }
    .te-post-item button.post-gallery-btn 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 button.post-gallery-btn:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: var(--colorPrimary); }
      .te-post-item button.post-gallery-btn:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te-post-item .post-audio iframe {
    width: 100%; }
  .te-post-item .te-post-meta {
    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 .te-post-meta {
        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 .te-post-meta 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 .te-post-meta span i {
        color: var(--colorPrimary);
        font-size: 18px; }
      .te-post-item .te-post-meta 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 .te-post-meta span a:hover {
          color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .te-post-item .te-post-meta span a:hover i {
            color: var(--colorPrimary);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
.te-post-card {
  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.style-1 {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px; }
    .te-post-card.style-1 .image {
      height: 290px; }
    .te-post-card.style-1 .content {
      padding: 0 20px 20px 20px; }
  .te-post-card: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 .image {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 323px;
    position: relative; }
    .te-post-card .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 .image .te-post-date {
      position: absolute;
      right: 25px;
      top: 23px;
      background-color: var(--colorPrimary);
      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 .image .te-post-date span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.5px; }
  .te-post-card .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 .content .te-post-meta-info {
      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 .content .te-post-meta-info .te-single-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        .te-post-card .content .te-post-meta-info .te-single-meta span,
        .te-post-card .content .te-post-meta-info .te-single-meta a {
          color: #335371;
          font-size: 14px;
          line-height: 28px;
          font-weight: 400;
          margin: 0;
          text-transform: capitalize; }
        .te-post-card .content .te-post-meta-info .te-single-meta i {
          color: var(--colorPrimary); }
    .te-post-card .content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 39.84px;
      letter-spacing: 0.5px;
      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 .content a.read-btn {
      font-size: 17px;
      font-weight: 600;
      line-height: 42px;
      letter-spacing: 0.6px;
      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 .content a.read-btn:hover {
        color: var(--colorPrimary); }
.te-post-card.style-2 {
  gap: 20px; }
  .te-post-card.style-2 .image {
    border-radius: 20px 20px 20px 0; }
    .te-post-card.style-2 .image .te-post-date {
      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.style-2 .content .title {
    font-size: 20px; }
  .te-post-card.style-2 .content .te-post-meta-info {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px; }
.te-blog-details-wrapper .te-comment-respond {
  margin-top: 78px;
  margin-bottom: 40px; }
.te-blog-details-wrapper .te-post-comments {
  margin-top: 70px; }
.te-blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
  color: #ffffff !important; }
.te-blog-details-wrapper .te-post-item {
  border: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .te-blog-details-wrapper .te-post-item iframe {
    width: 100%;
    height: 522px; }
  .te-blog-details-wrapper .te-post-item .te-post-meta {
    margin-top: 0;
    margin-bottom: 20px; }
  .te-blog-details-wrapper .te-post-item .post-gallery:hover img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
  .te-blog-details-wrapper .te-post-item .te-post-thumbnail,
  .te-blog-details-wrapper .te-post-item .post-video,
  .te-blog-details-wrapper .te-post-item .post-gallery,
  .te-blog-details-wrapper .te-post-item .postbox-audio,
  .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .te-blog-details-wrapper .te-post-item .te-post-thumbnail,
      .te-blog-details-wrapper .te-post-item .post-video,
      .te-blog-details-wrapper .te-post-item .post-gallery,
      .te-blog-details-wrapper .te-post-item .postbox-audio,
      .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image {
        margin-bottom: 30px; } }
    .te-blog-details-wrapper .te-post-item .te-post-thumbnail:hover img,
    .te-blog-details-wrapper .te-post-item .post-video:hover img,
    .te-blog-details-wrapper .te-post-item .post-gallery:hover img,
    .te-blog-details-wrapper .te-post-item .postbox-audio:hover img,
    .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image: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 .te-post-item .te-post-thumbnail img,
    .te-blog-details-wrapper .te-post-item .post-video img,
    .te-blog-details-wrapper .te-post-item .post-gallery img,
    .te-blog-details-wrapper .te-post-item .postbox-audio img,
    .te-blog-details-wrapper .te-post-item .wp-block-post-featured-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-blog-details-wrapper .te-post-item .te-post-content-wrapper {
    padding: 0 0 10px 0; }
  .te-blog-details-wrapper .te-post-item .te-post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */ }
    .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-query .wp-block-post-template {
      padding-left: 0; }
      .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-query .wp-block-post-template .wp-block-post {
        margin-bottom: 30px; }
    .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
      padding-left: 0; }
    .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group {
      margin: 15px 0; }
      .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group p {
        margin-bottom: 0; }
    .te-blog-details-wrapper .te-post-item .te-post-content p {
      margin-bottom: 20px; }
      .te-blog-details-wrapper .te-post-item .te-post-content p img {
        margin: 20px 0;
        border-radius: 8px; }
  .te-blog-details-wrapper .te-post-item .te-blog-post-tag .te-social-share {
    padding-bottom: 20px; }
.te-blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px; }
.te-author-info {
  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 .te-author-thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden; }
    .te-author-info .te-author-thumb img {
      border-radius: 20px; }
  .te-author-info .te-author-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px; }
  .te-author-info .te-author-text .designation {
    font-size: 16px;
    font-style: italic;
    color: #9ba8c3;
    text-transform: capitalize; }
  .te-author-info .te-author-text p {
    margin-top: 30px;
    margin-bottom: 0; }
  .te-author-info .te-author-social-profiles {
    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 .te-author-social-profiles 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: var(--colorPrimary);
      border-radius: 50px; }
      .te-author-info .te-author-social-profiles a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #ffffff;
        color: var(--colorPrimary); }
  .te-author-info .te-author-post 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 .te-author-post a:hover {
      color: var(--colorPrimary);
      border-color: var(--colorPrimary); }
.skill-progressbar-wrapper {
  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 {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }
.skill-progressbar .progress-inner-item {
  position: relative;
  margin: 0;
  line-height: inherit; }
.skill-progressbar .skill-title {
  z-index: 100;
  color: #335371;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif; }
.skill-progressbar .progressbar-number {
  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,
.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,
    .skill-progressbar .progress-number-count {
      left: 90% !important; } }
.skill-progressbar .progress-content-outter {
  height: 8px;
  background-color: #E1E1E1;
  border-radius: 50px; }
.skill-progressbar .progress-content {
  height: 8px;
  background-color: var(--colorPrimary);
  width: 0%;
  border-radius: 50px; }
.cta-area {
  background-color: var(--colorPrimary);
  padding: 20px 70px;
  border-radius: 0 0 20px 20px; }
  .cta-area .te-content-wrapper {
    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 .te-content-wrapper .short-title {
      font-size: 21px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0; }
    .cta-area .te-content-wrapper .te-cta-title {
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 57px;
      line-height: 77px;
      letter-spacing: -1px; }
      @media (max-width: 375px) {
        .cta-area .te-content-wrapper .te-cta-title {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-area .te-content-wrapper .te-cta-title {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .cta-area .te-content-wrapper .te-cta-title {
          font-size: 36px;
          line-height: 42px; } }
    .cta-area .te-content-wrapper .text {
      font-size: 18px;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 0; }
  .cta-area .te-btn-wrapper {
    margin-top: 30px; }
  .cta-area .te-cta-inner-area {
    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 .te-cta-inner-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .cta-area .te-cta-inner-area .te-cta-collumn {
      -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; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
       }
    @media only screen and (min-width: 0px) and (max-width: 439px) {
     }
.page-breadcrumb-area {
  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: 100% auto; 
}
  @media (max-width: 991px) {
    .page-breadcrumb-area {
      padding-top: 180px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .page-breadcrumb-area {
      padding-top: 150px;
      padding-bottom: 80px; } }
.page-overlay {
  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 h3,
.te-page-heading .te-page-title {
  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 h3,
    .te-page-heading .te-page-title {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-page-heading h3,
    .te-page-heading .te-page-title {
      font-size: 42px;
      line-height: 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-page-heading h3,
    .te-page-heading .te-page-title {
      font-size: 60px;
      line-height: 72px; } }
.te-breadcrumb-wrapper {
  padding: 0 100px; }
  @media (max-width: 1199px) {
    .te-breadcrumb-wrapper {
      padding: 0; } }
.te-breadcrumb-list {
  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 span.current-item {
    color: var(--colorPrimary); }
  .te-breadcrumb-list a {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: center;
    color: var(--colorWhite);
    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 a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: var(--colorPrimary); }
  .te-breadcrumb-list ul {
    color: var(--colorWhite);
    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 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .te-breadcrumb-list 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 ul li.active {
        color: var(--colorPrimary); }
        .te-breadcrumb-list ul li.active a {
          color: var(--colorPrimary); }
      .te-breadcrumb-list 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 ul li a:hover {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          color: var(--colorPrimary); }
      .te-breadcrumb-list ul li:before {
        content: "\f054";
        font-size: 12px;
        color: #14203A;
        font-family: "Font Awesome 6 Pro";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .te-breadcrumb-list ul li:first-child:before {
        display: none; }
        @media (max-width: 375px) {
          .te-breadcrumb-list ul li:first-child:before {
            display: block !important; } }
.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers,
  .navigation.posts-navigation .wp-block-query-pagination-numbers,
  .comment-navigation .wp-block-query-pagination-numbers {
    width: inherit; }
  .wp-block-query-pagination .nav-links,
  .navigation.posts-navigation .nav-links,
  .comment-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .nav-next a,
  .wp-block-query-pagination .nav-previous a,
  .navigation.posts-navigation .wp-block-query-pagination-previous,
  .navigation.posts-navigation .wp-block-query-pagination-next,
  .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-previous a,
  .comment-navigation .wp-block-query-pagination-previous,
  .comment-navigation .wp-block-query-pagination-next,
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous 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 .wp-block-query-pagination-previous,
      .wp-block-query-pagination .wp-block-query-pagination-next,
      .wp-block-query-pagination .nav-next a,
      .wp-block-query-pagination .nav-previous a,
      .navigation.posts-navigation .wp-block-query-pagination-previous,
      .navigation.posts-navigation .wp-block-query-pagination-next,
      .navigation.posts-navigation .nav-next a,
      .navigation.posts-navigation .nav-previous a,
      .comment-navigation .wp-block-query-pagination-previous,
      .comment-navigation .wp-block-query-pagination-next,
      .comment-navigation .nav-next a,
      .comment-navigation .nav-previous a {
        height: 40px; } }
    .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
    .wp-block-query-pagination .wp-block-query-pagination-next:hover,
    .wp-block-query-pagination .nav-next a:hover,
    .wp-block-query-pagination .nav-previous a:hover,
    .navigation.posts-navigation .wp-block-query-pagination-previous:hover,
    .navigation.posts-navigation .wp-block-query-pagination-next:hover,
    .navigation.posts-navigation .nav-next a:hover,
    .navigation.posts-navigation .nav-previous a:hover,
    .comment-navigation .wp-block-query-pagination-previous:hover,
    .comment-navigation .wp-block-query-pagination-next:hover,
    .comment-navigation .nav-next a:hover,
    .comment-navigation .nav-previous a:hover {
      background: var(--colorPrimary) !important;
      color: #ffffff;
      border-color: var(--colorPrimary);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
.te-basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  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 ul,
  .page-links ul,
  .wp-block-query-pagination-numbers 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 ul li,
    .page-links ul li,
    .wp-block-query-pagination-numbers ul li {
      padding-top: 0; }
    .te-basic-pagination ul .prev span,
    .te-basic-pagination ul .next span,
    .page-links ul .prev span,
    .page-links ul .next span,
    .wp-block-query-pagination-numbers ul .prev span,
    .wp-block-query-pagination-numbers ul .next span {
      display: none; }
  .te-basic-pagination .post-page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    background-color: rgba(71, 112, 247, 0.1) !important; }
  .te-basic-pagination .page-numbers,
  .te-basic-pagination .post-page-numbers,
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    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 .page-numbers,
      .te-basic-pagination .post-page-numbers,
      .page-links .page-numbers,
      .page-links .post-page-numbers,
      .wp-block-query-pagination-numbers .page-numbers,
      .wp-block-query-pagination-numbers .post-page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
    .te-basic-pagination .page-numbers:hover,
    .te-basic-pagination .post-page-numbers:hover,
    .page-links .page-numbers:hover,
    .page-links .post-page-numbers:hover,
    .wp-block-query-pagination-numbers .page-numbers:hover,
    .wp-block-query-pagination-numbers .post-page-numbers:hover {
      background: var(--colorPrimary) !important;
      color: #ffffff;
      border-color: var(--colorPrimary);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-basic-pagination .page-numbers.current,
    .te-basic-pagination .post-page-numbers.current,
    .page-links .page-numbers.current,
    .page-links .post-page-numbers.current,
    .wp-block-query-pagination-numbers .page-numbers.current,
    .wp-block-query-pagination-numbers .post-page-numbers.current {
      background: var(--colorPrimary) !important;
      color: #ffffff;
      border-color: var(--colorPrimary);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
.te-blog-post-nav {
  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 {
      -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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin: 30px 0; } }
  .te-blog-post-nav .te-post-navigation {
    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 .te-post-navigation {
        -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 .te-post-navigation {
        width: 100%; } }
    @media (max-width: 767px) {
      .te-blog-post-nav .te-post-navigation {
        width: 100%; } }
    .te-blog-post-nav .te-post-navigation::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 .te-post-navigation::after {
          display: none; } }
      @media (max-width: 767px) {
        .te-blog-post-nav .te-post-navigation::after {
          display: none; } }
    .te-blog-post-nav .te-post-navigation:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .te-blog-post-nav .te-post-navigation:last-child .text {
        text-align: right; }
        @media (max-width: 374px) {
          .te-blog-post-nav .te-post-navigation:last-child .text {
            text-align: left; } }
      .te-blog-post-nav .te-post-navigation:last-child::after {
        display: none; }
    .te-blog-post-nav .te-post-navigation .te-post-img {
      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: var(--colorPrimary);
      font-size: 28px;
      color: #ffffff; }
      @media (max-width: 374px) {
        .te-blog-post-nav .te-post-navigation .te-post-img {
          width: 100% !important;
          height: 150px !important; } }
      .te-blog-post-nav .te-post-navigation .te-post-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        left: 0;
        top: 0; }
    .te-blog-post-nav .te-post-navigation .text {
      width: 100%; }
      .te-blog-post-nav .te-post-navigation .text span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        color: #335371; }
      .te-blog-post-nav .te-post-navigation .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        letter-spacing: 0.5px; }
    .te-blog-post-nav .te-post-navigation .theme-navigation {
      width: 100%; }
.project-page-wrapper {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-page-wrapper {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-page-wrapper {
      padding-top: 100px;
      padding-bottom: 60px; } }
.project-details-page {
  padding: 120px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-details-page {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-page {
      padding: 100px 0; } }
.project-details {
  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 .image {
    border-radius: 20px;
    overflow: hidden; }
  .project-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding-right: 73px; }
    @media (max-width: 1199px) {
      .project-details .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-right: 0; } }
    .project-details .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 .content .text .title {
          font-size: 32px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .project-details .content .text .title {
          font-size: 34px;
          line-height: 48px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-details .content .text .title {
          font-size: 42px;
          line-height: 52px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .project-details .content .text .title {
          font-size: 44px;
          line-height: 58px; } }
    .project-details .content .project-info-wrapper {
      width: 431px;
      background-color: var(--colorPrimary);
      border-radius: 20px;
      padding: 50px 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -120px; }
      @media (max-width: 1199px) {
        .project-details .content .project-info-wrapper {
          width: 100%;
          margin-top: 40px; } }
      .project-details .content .project-info-wrapper .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.5px;
        color: #ffffff;
        margin-bottom: 30px; }
      .project-details .content .project-info-wrapper .project-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 0; }
        @media (max-width: 575px) {
          .project-details .content .project-info-wrapper .project-info {
            grid-template-columns: repeat(1, 1fr); } }
        .project-details .content .project-info-wrapper .project-info .te-single-meta {
          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 .content .project-info-wrapper .project-info .meta-title {
          font-size: 20px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0.5px;
          color: #ffffff; }
        .project-details .content .project-info-wrapper .project-info .meta-text {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          color: #ffffff; }
.project-details-overview {
  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 .list-wrapper {
    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 .list-wrapper {
        -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 .list-wrapper .image {
      width: 410px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 20px;
      overflow: hidden; }
      .project-details-overview .list-wrapper .image img {
        border-radius: 20px; }
    .project-details-overview .list-wrapper 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 .list-wrapper 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 .list-wrapper 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 .list-wrapper ul li::before {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: var(--colorPrimary);
          content: "";
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          z-index: 2; }
    .project-details-overview .list-wrapper .user-card {
      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 .list-wrapper .user-card {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .project-details-overview .list-wrapper .user-card .image {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .project-details-overview .list-wrapper .user-card .content .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.5px; }
      .project-details-overview .list-wrapper .user-card .content .text {
        margin-bottom: 0; }
.te-list-item {
  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 .icon {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: var(--colorPrimary);
    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 .text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #335371;
    margin: 0; }
.sidebar {
  padding-left: 13px; }
  @media (max-width: 991px) {
    .sidebar {
      padding-left: 0;
      padding-top: 40px; } }
.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px; }
.sidebar__widget {
  margin-bottom: 40px;
  background-color: #F9F4F1;
  padding: 40px 30px;
  border-radius: 20px; }
/* Widget */
.widget,
.sidebar__widget {
  /* 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 ol,
  .widget ul,
  .sidebar__widget ol,
  .sidebar__widget ul {
    margin-bottom: 0; }
  .widget .widget-instagram-feed,
  .sidebar__widget .widget-instagram-feed {
    width: 315px; }
    @media only screen and (min-width: 992px) and (max-width: 1280px) {
      .widget .widget-instagram-feed,
      .sidebar__widget .widget-instagram-feed {
        width: 220px; } }
    @media (max-width: 374px) {
      .widget .widget-instagram-feed,
      .sidebar__widget .widget-instagram-feed {
        width: 200px; } }
    .widget .widget-instagram-feed .single-instagram-feed,
    .sidebar__widget .widget-instagram-feed .single-instagram-feed {
      width: 96px;
      height: 96px; }
  .widget .wp-block-heading,
  .widget .widget-title,
  .widget .wp-block-search__label,
  .sidebar__widget .wp-block-heading,
  .sidebar__widget .widget-title,
  .sidebar__widget .wp-block-search__label {
    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 .wp-block-social-links .wp-social-link,
  .sidebar__widget .wp-block-social-links .wp-social-link {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .widget .wp-block-social-links .wp-social-link a,
    .sidebar__widget .wp-block-social-links .wp-social-link 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 .wp-block-social-links .wp-social-link a:before,
      .sidebar__widget .wp-block-social-links .wp-social-link a:before {
        display: none; }
  .widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta,
  .widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta,
  .sidebar__widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta,
  .sidebar__widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta {
    font-weight: 500; }
    .widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link,
    .widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link,
    .sidebar__widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .sidebar__widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link,
    .sidebar__widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .sidebar__widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link {
      font-weight: 500; }
  .widget .wp-block-te-latest-comments li.wp-block-te-latest-comments__comment,
  .widget .wp-block-latest-posts li.wp-block-te-latest-comments__comment,
  .sidebar__widget .wp-block-te-latest-comments li.wp-block-te-latest-comments__comment,
  .sidebar__widget .wp-block-latest-posts li.wp-block-te-latest-comments__comment {
    margin-bottom: 0; }
  .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta,
  .widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title,
  .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta,
  .widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title,
  .sidebar__widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta,
  .sidebar__widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title,
  .sidebar__widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta,
  .sidebar__widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title {
    line-height: 28px;
    font-weight: 400; }
    .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date,
    .sidebar__widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .sidebar__widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date,
    .sidebar__widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .sidebar__widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative; }
      .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
      .widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before,
      .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
      .widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before,
      .sidebar__widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
      .sidebar__widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before,
      .sidebar__widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
      .sidebar__widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before {
        content: "\f274";
        font-family: "Font Awesome 6 Pro";
        padding-right: 8px; }
  .widget .wp-block-te-latest-comments li a,
  .widget .wp-block-latest-posts li a,
  .sidebar__widget .wp-block-te-latest-comments li a,
  .sidebar__widget .wp-block-latest-posts li a {
    color: #335371; }
    .widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-author, .widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-link,
    .widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-author,
    .widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-link,
    .sidebar__widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-author,
    .sidebar__widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-link,
    .sidebar__widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-author,
    .sidebar__widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-link {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400; }
    .widget .wp-block-te-latest-comments li a:hover,
    .widget .wp-block-latest-posts li a:hover,
    .sidebar__widget .wp-block-te-latest-comments li a:hover,
    .sidebar__widget .wp-block-latest-posts li a:hover {
      color: var(--colorPrimary); }
  .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-excerpt p,
  .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-excerpt p,
  .sidebar__widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-excerpt p,
  .sidebar__widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-excerpt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .widget .te-social-profile,
  .sidebar__widget .te-social-profile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget .te-social-profile a,
    .sidebar__widget .te-social-profile a {
      width: 40px;
      height: 40px;
      background-color: var(--colorPrimary);
      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 .te-social-profile a,
        .sidebar__widget .te-social-profile a {
          width: 40px;
          height: 40px; } }
      .widget .te-social-profile a.facebook,
      .sidebar__widget .te-social-profile a.facebook {
        background-color: #1877f2; }
      .widget .te-social-profile a.twitter,
      .sidebar__widget .te-social-profile a.twitter {
        background-color: #1da1f2; }
      .widget .te-social-profile a.linkedin,
      .sidebar__widget .te-social-profile a.linkedin {
        background-color: #0a66c2; }
      .widget .te-social-profile a.instagram,
      .sidebar__widget .te-social-profile a.instagram {
        background-color: #405de6; }
      .widget .te-social-profile a:hover,
      .sidebar__widget .te-social-profile a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #E7F914; }
  .widget select,
  .sidebar__widget select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371;
    margin-bottom: 0; }
  .widget .has-login-form .login-username label,
  .widget .has-login-form .login-password label,
  .sidebar__widget .has-login-form .login-username label,
  .sidebar__widget .has-login-form .login-password label {
    margin-bottom: 10px; }
  .widget .has-login-form .login-username input,
  .widget .has-login-form .login-password input,
  .sidebar__widget .has-login-form .login-username input,
  .sidebar__widget .has-login-form .login-password input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 50px;
    color: #335371; }
  .widget .has-login-form .login-remember label,
  .sidebar__widget .has-login-form .login-remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .widget .has-login-form .login-submit,
  .sidebar__widget .has-login-form .login-submit {
    margin-bottom: 0; }
    .widget .has-login-form .login-submit input.button-primary,
    .sidebar__widget .has-login-form .login-submit input.button-primary {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: var(--colorPrimary);
      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 .search-form,
  .sidebar__widget .search-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget .search-form button,
    .sidebar__widget .search-form button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget.widget_search .sidebar__search,
  .sidebar__widget.widget_search .sidebar__search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .widget.widget_search .sidebar__search button,
    .sidebar__widget.widget_search .sidebar__search button {
      width: 62px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .widget .wp-block-search__no-button.wp-block-search input,
  .sidebar__widget .wp-block-search__no-button.wp-block-search input {
    border-radius: 10px; }
  .widget .wp-block-search,
  .sidebar__widget .wp-block-search {
    margin-bottom: -2px; }
  .widget .wp-block-search,
  .widget .search-form,
  .widget .sidebar__search,
  .sidebar__widget .wp-block-search,
  .sidebar__widget .search-form,
  .sidebar__widget .sidebar__search {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .widget .wp-block-search .wp-block-search__inside-wrapper,
    .widget .search-form .wp-block-search__inside-wrapper,
    .widget .sidebar__search .wp-block-search__inside-wrapper,
    .sidebar__widget .wp-block-search .wp-block-search__inside-wrapper,
    .sidebar__widget .search-form .wp-block-search__inside-wrapper,
    .sidebar__widget .sidebar__search .wp-block-search__inside-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
    .widget .wp-block-search label,
    .widget .search-form label,
    .widget .sidebar__search label,
    .sidebar__widget .wp-block-search label,
    .sidebar__widget .search-form label,
    .sidebar__widget .sidebar__search label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #14203A;
      font-family: "Inter", sans-serif; }
    .widget .wp-block-search input,
    .widget .search-form input,
    .widget .sidebar__search input,
    .sidebar__widget .wp-block-search input,
    .sidebar__widget .search-form input,
    .sidebar__widget .sidebar__search 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 .wp-block-search button,
    .widget .search-form button,
    .widget .sidebar__search button,
    .sidebar__widget .wp-block-search button,
    .sidebar__widget .search-form button,
    .sidebar__widget .sidebar__search button {
      color: #ffffff;
      padding: 0 20px;
      position: relative;
      right: 0;
      background-color: var(--colorPrimary);
      top: 0;
      height: auto;
      border-radius: 0 6px 6px 0;
      line-height: 0;
      border: 0;
      margin-left: 0 !important; }
  .widget .tagcloud,
  .widget .wp-block-tag-cloud,
  .sidebar__widget .tagcloud,
  .sidebar__widget .wp-block-tag-cloud {
    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 .tagcloud a,
    .widget .wp-block-tag-cloud a,
    .sidebar__widget .tagcloud a,
    .sidebar__widget .wp-block-tag-cloud 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 .tagcloud a:hover,
      .widget .wp-block-tag-cloud a:hover,
      .sidebar__widget .tagcloud a:hover,
      .sidebar__widget .wp-block-tag-cloud a:hover {
        color: #ffffff;
        background: var(--colorPrimary);
        border-color: var(--colorPrimary);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .widget ul,
  .widget ol,
  .sidebar__widget ul,
  .sidebar__widget ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */ }
    .widget ul li,
    .widget ol li,
    .sidebar__widget ul li,
    .sidebar__widget ol li {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #E1E1E1;
      margin-bottom: 0;
      /* Recent Comment Widget */ }
      .widget ul li:first-child,
      .widget ol li:first-child,
      .sidebar__widget ul li:first-child,
      .sidebar__widget ol li:first-child {
        border-top: 0; }
      .widget ul li:last-child,
      .widget ol li:last-child,
      .sidebar__widget ul li:last-child,
      .sidebar__widget ol li:last-child {
        margin-bottom: 0; }
      .widget ul li.recentcomments .comment-author-link a:before, .widget ul li.wp-block-latest-comments__comment .comment-author-link a:before,
      .widget ol li.recentcomments .comment-author-link a:before,
      .widget ol li.wp-block-latest-comments__comment .comment-author-link a:before,
      .sidebar__widget ul li.recentcomments .comment-author-link a:before,
      .sidebar__widget ul li.wp-block-latest-comments__comment .comment-author-link a:before,
      .sidebar__widget ol li.recentcomments .comment-author-link a:before,
      .sidebar__widget ol li.wp-block-latest-comments__comment .comment-author-link a:before {
        display: none; }
      .widget ul li.recentcomments a, .widget ul li.wp-block-latest-comments__comment a,
      .widget ol li.recentcomments a,
      .widget ol li.wp-block-latest-comments__comment a,
      .sidebar__widget ul li.recentcomments a,
      .sidebar__widget ul li.wp-block-latest-comments__comment a,
      .sidebar__widget ol li.recentcomments a,
      .sidebar__widget ol li.wp-block-latest-comments__comment a {
        padding-left: 0;
        display: inline; }
        .widget ul li.recentcomments a:before, .widget ul li.wp-block-latest-comments__comment a:before,
        .widget ol li.recentcomments a:before,
        .widget ol li.wp-block-latest-comments__comment a:before,
        .sidebar__widget ul li.recentcomments a:before,
        .sidebar__widget ul li.wp-block-latest-comments__comment a:before,
        .sidebar__widget ol li.recentcomments a:before,
        .sidebar__widget ol li.wp-block-latest-comments__comment a:before {
          display: none; }
      .widget ul li a,
      .widget ol li a,
      .sidebar__widget ul li a,
      .sidebar__widget 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 ul li a:hover,
        .widget ol li a:hover,
        .sidebar__widget ul li a:hover,
        .sidebar__widget ol li a:hover {
          color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .widget ul li a.rsswidget, .widget ul li a.wp-block-latest-posts__post-title,
        .widget ol li a.rsswidget,
        .widget ol li a.wp-block-latest-posts__post-title,
        .sidebar__widget ul li a.rsswidget,
        .sidebar__widget ul li a.wp-block-latest-posts__post-title,
        .sidebar__widget ol li a.rsswidget,
        .sidebar__widget ol li a.wp-block-latest-posts__post-title {
          padding-left: 0;
          font-weight: 500;
          display: block; }
          .widget ul li a.rsswidget:before, .widget ul li a.wp-block-latest-posts__post-title:before,
          .widget ol li a.rsswidget:before,
          .widget ol li a.wp-block-latest-posts__post-title:before,
          .sidebar__widget ul li a.rsswidget:before,
          .sidebar__widget ul li a.wp-block-latest-posts__post-title:before,
          .sidebar__widget ol li a.rsswidget:before,
          .sidebar__widget ol li a.wp-block-latest-posts__post-title:before {
            display: none; }
      .widget ul li ul,
      .widget ol li ul,
      .sidebar__widget ul li ul,
      .sidebar__widget ol li ul {
        padding-left: 25px;
        padding-top: 10px; }
    .widget ul.wp-tag-cloud li,
    .widget ol.wp-tag-cloud li,
    .sidebar__widget ul.wp-tag-cloud li,
    .sidebar__widget ol.wp-tag-cloud li {
      display: inline-block;
      padding: 0;
      border: 0; }
      .widget ul.wp-tag-cloud li a:before,
      .widget ol.wp-tag-cloud li a:before,
      .sidebar__widget ul.wp-tag-cloud li a:before,
      .sidebar__widget ol.wp-tag-cloud li a:before {
        display: none; }
  .widget.te_widget_categories li, .widget.widget_archive li,
  .widget .wp-block-categories-list li,
  .widget .wp-block-archives-list li,
  .sidebar__widget.te_widget_categories li,
  .sidebar__widget.widget_archive li,
  .sidebar__widget .wp-block-categories-list li,
  .sidebar__widget .wp-block-archives-list 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.te_widget_categories li.cat-item, .widget.widget_archive li.cat-item,
    .widget .wp-block-categories-list li.cat-item,
    .widget .wp-block-archives-list li.cat-item,
    .sidebar__widget.te_widget_categories li.cat-item,
    .sidebar__widget.widget_archive li.cat-item,
    .sidebar__widget .wp-block-categories-list li.cat-item,
    .sidebar__widget .wp-block-archives-list li.cat-item {
      text-align: right;
      display: inline-block;
      width: 100%; }
    .widget.te_widget_categories li a, .widget.widget_archive li a,
    .widget .wp-block-categories-list li a,
    .widget .wp-block-archives-list li a,
    .sidebar__widget.te_widget_categories li a,
    .sidebar__widget.widget_archive li a,
    .sidebar__widget .wp-block-categories-list li a,
    .sidebar__widget .wp-block-archives-list li a {
      float: left; }
/* About Info Widget*/
.widget-about-info {
  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 .about-desc {
    text-align: left; }
    .widget-about-info .about-desc .about-title {
      font-size: 20px; }
  .widget-about-info .about-image {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
  .widget-about-info .te-social-profile {
    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 .te-social-profile 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 .te-social-profile a:hover {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: var(--colorPrimary); }
/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__te-post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
  display: none; }
.widget_rss .rss-widget-icon {
  margin-right: 6px; }
.widget_rss ul li a.rsswidget {
  color: #14203A; }
  .widget_rss ul li a.rsswidget:hover {
    color: var(--colorPrimary); }
.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500; }
  .wp-block-latest-posts .wp-block-rss__item-title a:before,
  .wp-block-rss .wp-block-rss__item-title a:before,
  .widget_rss .wp-block-rss__item-title a:before {
    display: none; }
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px; }
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__te-post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__te-post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__te-post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative; }
.wp-block-latest-posts .wp-block-latest-posts__te-post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__te-post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__te-post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px; }
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px; }
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0; }
.te_widget_latest_post 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 ul li:hover .te-latest-post-thumb 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 ul li:last-child {
    margin-bottom: 0; }
  .te_widget_latest_post ul li a {
    padding-left: 0; }
    .te_widget_latest_post ul li a:before {
      display: none; }
  .te_widget_latest_post ul li .te-latest-post-thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 20px; }
    .te_widget_latest_post ul li .te-latest-post-thumb 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 ul li .te-latest-post-desc .te-latest-post-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 33px;
    color: #14203A;
    font-family: "Inter", sans-serif; }
    .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title 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 ul li .te-latest-post-desc .te-latest-post-title a:hover {
        color: var(--colorPrimary);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta {
    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 {
  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 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 374px) {
    .widget-instagram-feed {
      grid-template-columns: repeat(2, 1fr); } }
  .widget-instagram-feed .single-instagram-feed {
    border-radius: 20px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .widget-instagram-feed .single-instagram-feed: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 .single-instagram-feed 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 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #14203A; }
  .widget_promotion .wp-block-heading {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px; }
  .widget_promotion .secondary-btn {
    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 .secondary-btn i {
      color: #fff;
      font-size: 16px; }
    .widget_promotion .secondary-btn:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #ffffff;
      border-color: #ffffff; }
  .widget_promotion p {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 32px; }
.te-post-item .te-single-post-meta {
  gap: 32px; }
.te-comment-respond {
  margin-top: 70px; }
.te-comment-title h2,
.te-comment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }
/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
  padding-left: 0; }
  .wp-block-comments .wp-block-comment-template .wp-block-te-comment-reply {
    margin-top: 15px; }
  .wp-block-comments .wp-block-comment-template li .wp-block-columns {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px; }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
      -ms-flex-preferred-size: 80px !important;
          flex-basis: 80px !important; }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden; }
      .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
        width: 100%; }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      color: #14203A; }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
      color: var(--colorPrimary); }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif; }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-te-comment-reply a {
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      color: #14203A;
      border: 1px solid var(--colorPrimary);
      padding: 4px 26px;
      display: inline-block; }
      .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-te-comment-reply a:hover {
        background-color: var(--colorPrimary);
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
/* Block Comment End */
.te-latest-comments .te-comment-respond,
.te-latest-comments .comment-respond {
  margin-top: 60px;
  margin-bottom: 40px; }
.te-latest-comments li .children .te-comments-item {
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments li .children .te-comments-item {
      margin-left: 0; } }
.te-latest-comments li .children .children .te-comments-item {
  margin-left: 100px;
  border-top: 1px solid #F9F4F1; }
.te-latest-comments li .te-comments-item {
  padding: 50px;
  border: 1px solid #F9F4F1;
  background-color: #F9F4F1;
  border-radius: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .te-latest-comments li .te-comments-item {
      padding: 30px; } }
  .te-latest-comments li .te-comments-item .te-comments-avatar {
    float: left; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-latest-comments li .te-comments-item .te-comments-avatar {
        float: inherit;
        margin-bottom: 20px; } }
    .te-latest-comments li .te-comments-item .te-comments-avatar img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px; }
  .te-latest-comments li .te-comments-item .te-comments-text {
    overflow: hidden; }
    .te-latest-comments li .te-comments-item .te-comments-text p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #335371; }
    .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name {
      margin-bottom: 10px;
      position: relative; }
      .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name 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 li .te-comments-item .te-comments-text .te-avatar-name 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 li .te-comments-item .te-comments-text .te-avatar-name span {
            display: inline-block;
            width: 100%; } }
    .te-latest-comments li .te-comments-item .te-comments-text .te-comment-reply {
      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 var(--colorPrimary);
      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 li .te-comments-item .te-comments-text .te-comment-reply {
          position: unset;
          margin-top: 10px; } }
      .te-latest-comments li .te-comments-item .te-comments-text .te-comment-reply:hover {
        background-color: var(--colorPrimary);
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
.te-post-comments .te-latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
.te-comments-text > ul, .te-comments-text > ol {
  margin-bottom: 20px; }
ul.children {
  list-style: none; }
.te-post-comments-form .te-contacts-message {
  margin-top: 10px; }
/*Comment Input Filed*/
.te-post-comments-title .sub-title {
  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 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 h2 {
      font-size: 28px;
      margin-bottom: 20px; } }
  .te-post-comments-title h2 small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: var(--colorPrimary);
    text-transform: capitalize; }
.comment-reply-title {
  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 {
      font-size: 28px;
      margin-bottom: 20px; } }
  .comment-reply-title small {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: var(--colorPrimary);
    text-transform: capitalize; }
.te-comment-respond,
.comment-respond {
  position: relative;
  background-color: #F9F4F1;
  padding: 40px;
  border-radius: 20px; }
  .te-comment-respond .comment-form-cookies-consent,
  .comment-respond .comment-form-cookies-consent {
    display: none; }
  .te-comment-respond .comment-notes,
  .comment-respond .comment-notes {
    margin-bottom: 30px; }
  .te-comment-respond p,
  .comment-respond p {
    margin: 0; }
  .te-comment-respond .te-contacts-email,
  .te-comment-respond .te-contacts-name,
  .te-comment-respond .single-input-field,
  .comment-respond .te-contacts-email,
  .comment-respond .te-contacts-name,
  .comment-respond .single-input-field {
    margin-bottom: 20px; }
  .te-comment-respond label,
  .comment-respond label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 20px; }
  .te-comment-respond .checkbox-field-wrapper,
  .comment-respond .checkbox-field-wrapper {
    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 .checkbox-field-wrapper p,
    .comment-respond .checkbox-field-wrapper p {
      margin: 0; }
    .te-comment-respond .checkbox-field-wrapper .single-checkbox-field,
    .comment-respond .checkbox-field-wrapper .single-checkbox-field {
      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 .te-comment-form-cookies-consent,
  .comment-respond .te-comment-form-cookies-consent {
    display: none; }
  .te-comment-respond input[type="number"],
  .comment-respond input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .te-comment-respond input,
  .te-comment-respond select,
  .comment-respond input,
  .comment-respond 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 *::-webkit-input-placeholder,
  .comment-respond *::-webkit-input-placeholder {
    color: #778196; }
  .te-comment-respond *:-ms-input-placeholder,
  .comment-respond *:-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond *::-ms-input-placeholder,
  .comment-respond *::-ms-input-placeholder {
    color: #778196; }
  .te-comment-respond *::placeholder,
  .comment-respond *::placeholder {
    color: #778196; }
  .te-comment-respond textarea,
  .comment-respond 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 input:focus,
  .te-comment-respond textarea:focus,
  .te-comment-respond .form-select:focus,
  .comment-respond input:focus,
  .comment-respond textarea:focus,
  .comment-respond .form-select:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--colorPrimary) !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
.te-team-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .te-team-card:hover .image:before {
    height: 250%;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    background-color: transparent; }
  .te-team-card: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:hover .te-content-wrapper {
    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 .image {
    overflow: hidden;
    position: relative; }
    .te-team-card .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 .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 .te-content-wrapper {
    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 .te-content-wrapper .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 .te-content-wrapper .content .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
      .te-team-card .te-content-wrapper .content .desc {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        margin: 0; }
    .te-team-card .te-content-wrapper .social {
      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 .te-content-wrapper .social 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 .te-content-wrapper .social a:hover {
          background-color: #E7F914;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
.te-team-card.style-2 {
  padding: 20px;
  background-color: #F9F4F1;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .te-team-card.style-2:hover {
    background-color: var(--colorPrimary);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .te-team-card.style-2:hover .te-content-wrapper .social a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .te-team-card.style-2:hover .te-content-wrapper .content .title,
    .te-team-card.style-2:hover .te-content-wrapper .content .desc {
      color: #ffffff;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .te-team-card.style-2 .image {
    border-radius: 20px; }
  .te-team-card.style-2 .te-content-wrapper {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: transparent;
    -webkit-transform: unset;
            transform: unset; }
    .te-team-card.style-2 .te-content-wrapper .content {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 10px;
      position: unset; }
      .te-team-card.style-2 .te-content-wrapper .content .title {
        color: #131A2A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .te-team-card.style-2 .te-content-wrapper .content .title a:hover {
          color: #ffffff !important; }
      .te-team-card.style-2 .te-content-wrapper .content .desc {
        color: #335371;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .te-team-card.style-2 .te-content-wrapper .social a {
      border: 1px solid #E1E1E1;
      background-color: transparent; }
      .te-team-card.style-2 .te-content-wrapper .social a:hover {
        background-color: var(--colorPrimary);
        border-color: var(--colorPrimary);
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
.te-team-member-slider-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-team-member-slider-wrapper {
      padding: 0 12px; } }
  .te-team-member-slider-wrapper .slick-list {
    margin: 0 -15px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-team-member-slider-wrapper .slick-list {
        padding-bottom: 25px;
        margin: unset; } }
    .te-team-member-slider-wrapper .slick-list .slick-slide {
      margin: 0 15px; }
  .te-team-member-slider-wrapper .slick-dots {
    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 .slick-dots 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 .slick-dots li button {
        font-size: 0;
        padding: 0;
        width: 12px;
        height: 12px;
        background-color: var(--colorPrimary);
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .te-team-member-slider-wrapper .slick-dots li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        outline: 2px solid var(--colorPrimary); }
        .te-team-member-slider-wrapper .slick-dots li.slick-active button {
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  .te-team-member-slider-wrapper .slick-arrow {
    display: none !important; }
.newsletter-area.style-1 {
  margin-top: -210px; }
  @media (max-width: 991px) {
    .newsletter-area.style-1 {
      margin-top: 0;
      padding-top: 100px; } }
.about-us-area.style-1 {
  padding-top: 60px; padding-bottom: 60px;}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-1 {
      padding-top: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-1 {
      padding-top: 100px; } }
  .about-us-area.style-1 .te-about-info-card.style-2 {
    padding-left: 30px; }
  .about-us-area.style-1 .te-about-image-card.style-2 {
    padding-right: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-area.style-1 .te-about-image-card.style-2 {
        padding-right: 0;
        margin-bottom: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area.style-1 .te-about-image-card.style-2 {
        margin-bottom: 200px;
        padding-right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-area.style-1 .te-about-image-card.style-2 {
        margin-bottom: 200px;
        padding-right: 0; } }
.feature-area.style-1 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area.style-1 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area.style-1 {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .feature-area.style-1 .te-info-card:hover .te-theme-btn {
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
    color: #ffffff; }
.testimonial-slider-area.style-1 {
  padding-bottom: 5px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
     }
.counter-up-area.style-1 {
  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.style-1 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-up-area.style-1 {
      padding-bottom: 100px; } }
.te-process-step-area.style-1 {
  /* padding-top: 60px;
  padding-bottom: 96px;  */
}
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area.style-1 {
      padding-top: 30px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area.style-1 {
      padding-top: 100px;
      padding-bottom: 76px; } }
.latest-posts-area.style-1 {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-posts-area.style-1 {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area.style-1 {
      padding-top: 100px;
      padding-bottom: 60px; } 
    }
.brand-marquee-area {
  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: var(--colorPrimary); }
  @media (max-width: 767px) {
    .brand-marquee-area {
      gap: 20px; } }
  .brand-marquee-area .brand-marquee-wrapper {
    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 .brand-marquee-wrapper.first-brand-marquee {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite; }
    .brand-marquee-area .brand-marquee-wrapper.second-brand-marquee {
      -webkit-animation: Scroll 32s linear infinite;
              animation: Scroll 32s linear infinite;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
  .brand-marquee-area .single-brand-marquee {
    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 .single-brand-marquee:nth-child(even) .brand-marquee-title {
      color: #E7F914; }
    .brand-marquee-area .single-brand-marquee:last-child .brand-marquee-star {
      display: none; }
    .brand-marquee-area .single-brand-marquee .brand-marquee-title {
      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 .single-brand-marquee .brand-marquee-title {
          font-size: 62px;
          line-height: 62px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .brand-marquee-area .single-brand-marquee .brand-marquee-title {
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .brand-marquee-area .single-brand-marquee .brand-marquee-title {
          font-size: 95px;
          line-height: 75px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .brand-marquee-area .single-brand-marquee .brand-marquee-title {
          font-size: 100px;
          line-height: 80px; } }
    .brand-marquee-area .single-brand-marquee .brand-marquee-star {
      font-size: 90px;
      font-weight: 500;
      color: #E7F914;
      white-space: nowrap;
      margin-top: 20px;
      line-height: 0; }
.about-us-area.style-2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #F9F4F1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area.style-2 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-2 {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .about-us-area.style-2 .te-about-image-card {
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .about-us-area.style-2 .te-about-image-card .te-main-img-wrapper .te-main-img-inner {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-us-area.style-2 .te-about-image-card .te-company-foundation {
      left: 0; } }
  @media (max-width: 1199px) {
    .about-us-area.style-2 .te-about-info-card {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .te-about-info-card {
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-area.style-2 .te-about-info-card {
      padding-left: 80px; } }
.feature-area.style-2 {
  padding-top: 120px;
  padding-bottom: 96px; 
}
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area.style-2 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area.style-2 {
      padding-top: 100px;
      padding-bottom: 76px; } }
.cta-and-portfolio-area {
  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 {
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .cta-and-portfolio-area {
      padding-bottom: 80px; } }
.portfolio-area.style-2 {
  padding-top: 120px;
  margin-top: -600px; }
  @media (max-width: 991px) {
    .portfolio-area.style-2 {
      margin-top: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-area.style-2 {
      margin-top: 0;
      padding-top: 100px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-area.style-2 {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area.style-2 {
      padding-top: 100px; } }
.team-slider-area.style-2 {
  overflow: hidden;
  padding: 120px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-slider-area.style-2 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-slider-area.style-2 {
      padding: 100px 0; } }
  .team-slider-area.style-2 .slick-list {
    padding-bottom: 0; }
.faq-area.style-1 {
  padding-bottom: 180px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area.style-1 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area.style-1 {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-area.style-1 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area.style-1 {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .faq-area.style-1 .accordion-wrapper {
      padding-right: 60px; } }
  .faq-area.style-1 .te-faq-image {
    margin-top: 82px;
    position: relative;
    right: -83px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .faq-area.style-1 .te-faq-image {
        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.style-1 .te-faq-image {
        right: 0; } }
    .faq-area.style-1 .te-faq-image .te-image-wrapper {
      position: relative; }
      .faq-area.style-1 .te-faq-image .te-image-wrapper .te-main-img-inner {
        -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.style-1 .te-faq-image .te-image-wrapper .te-image-shape {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
      .faq-area.style-1 .te-faq-image .te-image-wrapper .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.style-1 .te-faq-image .te-image-wrapper .content .title {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          color: #ffffff;
          margin-bottom: 0; }
        .faq-area.style-1 .te-faq-image .te-image-wrapper .content .number {
          font-size: 32px;
          font-weight: 500;
          line-height: 32px;
          letter-spacing: 0.5px;
          color: #ffffff;
          margin-bottom: 0; }
      .faq-area.style-1 .te-faq-image .te-image-wrapper .top-content {
        width: 152px;
        height: 152px;
        background-color: var(--colorPrimary);
        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.style-1 .te-faq-image .te-image-wrapper .top-content {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .faq-area.style-1 .te-faq-image .te-image-wrapper .bottom-content {
        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.style-1 .te-faq-image .te-image-wrapper .bottom-content {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
        .faq-area.style-1 .te-faq-image .te-image-wrapper .bottom-content .bottom-content-inner {
          width: 100%;
          height: 100%;
          background-color: #E7F914;
          border-radius: 100%;
          border: 8px solid #ffffff;
          outline: 2px dashed #14203A; }
          .faq-area.style-1 .te-faq-image .te-image-wrapper .bottom-content .bottom-content-inner .title,
          .faq-area.style-1 .te-faq-image .te-image-wrapper .bottom-content .bottom-content-inner .number {
            color: #14203A; }
.testimonial-bg-area {
  height: 490px;
  background-color: #F9F4F1;
  margin-top: -280px;
  margin-bottom: -120px; }
.testimonial-slider-area {
  overflow: hidden;
  padding-bottom: 10px; }
  .testimonial-slider-area.style-2 .slick-list {
    margin: 0 -100px;
    overflow: visible; }
    .testimonial-slider-area.style-2 .slick-list .te-slick-item {
      width: 520px;
      margin: 0 15px; }
.counter-up-area.style-2 .te-counter-card {
  padding: 80px 55px;
  background-color: #131A2A;
  border-radius: 20px; }
  .counter-up-area.style-2 .te-counter-card .te-counter-item .icon {
    width: unset;
    height: unset;
    background-color: transparent; }
  .counter-up-area.style-2 .te-counter-card .te-counter-item .te-counter-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px; }
    .counter-up-area.style-2 .te-counter-card .te-counter-item .te-counter-title .content {
      gap: 18px;
      text-align: left; }
  .counter-up-area.style-2 .te-counter-card .te-counter-item .title {
    color: #ffffff; }
  .counter-up-area.style-2 .te-counter-card .te-counter-item .number {
    color: #E7F914; }
  .counter-up-area.style-2 .te-counter-card .te-counter-item .number,
  .counter-up-area.style-2 .te-counter-card .te-counter-item .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.latest-posts-area.style-2 {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-posts-area.style-2 {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area.style-2 {
      padding-top: 100px;
      padding-bottom: 60px; } }
.subscribe-area.style-2 {
  position: relative;
  z-index: 9;
  margin-bottom: -140px; }
  .subscribe-area.style-2 .te-subscribe-inner-area {
    background-color: var(--colorPrimary);
    padding: 10px;
    border-radius: 20px;
    gap: 0; }
    .subscribe-area.style-2 .te-subscribe-inner-area .te-image-bg-collumn {
      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.style-2 .te-subscribe-inner-area .te-subscribe-form-wrapper {
      padding: 0; }
    .subscribe-area.style-2 .te-subscribe-inner-area .te-content-wrapper {
      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.style-2 .te-subscribe-inner-area .te-content-wrapper {
          left: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area.style-2 .te-subscribe-inner-area .te-content-wrapper {
          -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.style-2 .te-subscribe-inner-area .te-content-wrapper {
          -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.style-2 .te-subscribe-inner-area .te-content-wrapper {
          gap: 60px; } }
      .subscribe-area.style-2 .te-subscribe-inner-area .te-content-wrapper .te-subscribe-title {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.676px;
        text-transform: capitalize;
        margin-bottom: 0; }
      .subscribe-area.style-2 .te-subscribe-inner-area .te-content-wrapper .te-content-inner {
        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.style-2 .te-subscribe-inner-area .te-content-wrapper .te-content-inner {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .subscribe-area.style-2 .te-subscribe-inner-area .te-content-wrapper .te-content-inner .icon {
          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.style-2 .te-subscribe-inner-area .te-subscribe-form-widget {
      background: #fff;
      padding: 7px;
      border-radius: 50px; }
    .subscribe-area.style-2 .te-subscribe-inner-area .mc4wp-form-fields {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area.style-2 .te-subscribe-inner-area .mc4wp-form-fields {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
.testimonial-slider-area.style-3 {
  padding: 120px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-3 {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area.style-3 {
      padding: 100px 0; } }
  .testimonial-slider-area.style-3 .slick-list .slick-slide.slick-current .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .icon {
    color: var(--colorPrimary); }
.te-process-step-area.style-2 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area.style-2 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area.style-2 {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .te-process-step-area.style-2 .te-process-step {
    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.style-2 .te-process-step .te-counter-wrapper {
      padding-bottom: 20px; }
.contact-form-area {
  padding-top: 110px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-form-area {
      padding-top: 70px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area {
      padding-top: 90px;
      padding-bottom: 100px; } }
  .contact-form-area .te-comment-respond .title,
  .contact-form-area .te-title-wrapper .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 .te-comment-respond .title,
      .contact-form-area .te-title-wrapper .title {
        font-size: 32px;
        line-height: 38px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-area .te-comment-respond .title,
      .contact-form-area .te-title-wrapper .title {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-form-area .te-comment-respond .title,
      .contact-form-area .te-title-wrapper .title {
        font-size: 48px;
        line-height: 52px; } }
  .contact-form-area .te-social-profile-link {
    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 .te-social-profile-link 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 .te-social-profile-link a:hover {
        color: #ffffff;
        background-color: var(--colorPrimary);
        border-color: var(--colorPrimary);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
@media (max-width: 991px) {
  .te-contact-info-wrapper {
    margin-bottom: 60px; } }
.te-contact-info {
  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 .te-icon-card {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }
.te-map-widget iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -12px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-map-widget iframe {
      height: 350px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-map-widget iframe {
      height: 450px; } }
.feature-area.style-3 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area.style-3 {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area.style-3 {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .feature-area.style-3 .te-info-card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E1E1E1;
    padding: 0;
    border-radius: 20px;
    overflow: hidden; }
    .feature-area.style-3 .te-info-card .te-info-card-inner {
      gap: 0; }
    .feature-area.style-3 .te-info-card .image {
      border-radius: 0; }
    .feature-area.style-3 .te-info-card .te-content-wrapper {
      padding: 40px 40px 30px 40px; }
      @media (max-width: 1399px) {
        .feature-area.style-3 .te-info-card .te-content-wrapper {
          padding: 40px 30px 30px 30px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .te-service-details-wrapper {
    margin-top: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .te-service-details-wrapper {
    margin-top: 40px; } }
.service-details-page {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-details-page {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-page {
      padding-top: 100px;
      padding-bottom: 76px; } }
  .service-details-page .sidebar .te_widget_categories ul li a .my-icon {
    font-size: 24px; }
  .service-details-page .sidebar .te_widget_categories ul li a:before {
    display: none; }
.service-details {
  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 .image {
    border-radius: 20px;
    overflow: hidden; }
  .service-details .content .te-title-wrapper {
    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 .content .te-title-wrapper .title-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .service-details .content .te-title-wrapper .title-inner .icon {
        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: var(--colorPrimary);
        width: 60px;
        height: 60px;
        border-radius: 20px;
        font-size: 24px;
        color: #ffffff; }
      .service-details .content .te-title-wrapper .title-inner .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 39.84px;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        color: var(--colorPrimary); }
.service-details-overview {
  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 .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .service-details-overview .list-wrapper .icon {
      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: var(--colorPrimary); }
    .service-details-overview .list-wrapper 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 .list-wrapper 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 .list-wrapper 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 .list-wrapper ul li::before {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: var(--colorPrimary);
          content: "";
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          z-index: 2; }
.team-page {
  padding-top: 120px;
  padding-bottom: 96px; }
  .team-page .te-team-card {
    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 {
  padding-top: 120px;
  padding-bottom: 96px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page {
      padding-top: 80px;
      padding-bottom: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page {
      padding-top: 100px;
      padding-bottom: 76px; } }
.team-details-wrapper {
  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 {
      gap: 30px; } }
.team-details {
  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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; } }
  .team-details .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 .content {
        gap: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details .content {
        gap: 20px; } }
  .team-details .image {
    width: 520px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .team-details .image {
        width: 100%; }
        .team-details .image img {
          width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details .image {
        width: 330px; } }
  .team-details .user-meta .title {
    font-size: 57px;
    letter-spacing: -1px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .team-details .user-meta .title {
        font-size: 34px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team-details .user-meta .title {
        font-size: 36px; } }
  .team-details .user-meta .desc {
    margin-bottom: 0;
    line-height: 20px; }
  .team-details .social {
    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 .social 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: var(--colorPrimary);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: 1px solid var(--colorPrimary); }
      .team-details .social a:hover {
        background-color: var(--colorPrimary);
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
.team-details-overview-wrapper .sec-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #131A2A; }
  @media (max-width: 991px) {
    .team-details-overview-wrapper .sec-title {
      font-size: 28px;
      line-height: 32px; } }
.team-details-overview {
  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 {
  padding-top: 140px;
  padding-bottom: 144px; }
  @media (max-width: 991px) {
    .blog-grid-area {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .blog-grid-area {
      padding: 70px 0; } }
.blog-load-btn {
  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 {
      margin-top: 0; } }
  .blog-load-btn:hover {
    background-color: var(--colorPrimary);
    color: #ffffff; }
.footer {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .footer .te-subscribe-form-widget .submit-btn span {
    display: none; }
  .footer.style-1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#A0D7FE), to(#F6FBFF));
    background: linear-gradient(180deg, #A0D7FE 0%, #F6FBFF 100%); }
    .footer.style-1 .te-footer-sec {
      border-bottom: 1px solid rgba(19, 26, 42, 0.1);
      padding-top: 214px;
      padding-bottom: 60px; }
      .footer.style-1 .te-footer-sec .te-footer-widget .te-subscribe-form-widget .mc4wp-form-fields {
        border-color: rgba(19, 26, 42, 0.5); }
    .footer.style-1 .te-footer-widget .te-subscribe-form-widget .single-field input {
      color: #131A2A; }
  .footer.style-2 .widget .wp-block-heading,
  .footer.style-2 .widget .widget-title,
  .footer.style-2 .widget .wp-block-search__label,
  .footer.style-2 .sidebar__widget .wp-block-heading,
  .footer.style-2 .sidebar__widget .widget-title,
  .footer.style-2 .sidebar__widget .wp-block-search__label,
  .footer.style-2 .widget ul li a,
  .footer.style-2 .widget ol li a,
  .footer.style-2 .sidebar__widget ul li a,
  .footer.style-2 .sidebar__widget ol li a,
  .footer.style-2 .widget ul li,
  .footer.style-2 .wp-calendar-table,
  .footer.style-2 .wp-block-calendar caption,
  .footer.style-2 nav.wp-calendar-nav a,
  .footer.style-2 .wp-block-latest-comments__comment-excerpt,
  .footer.style-2 .wp-calendar-table caption,
  .footer.style-2 .widget_text,
  .footer.style-2 .widget .tagcloud a,
  .footer.style-2 .widget .wp-block-tag-cloud a,
  .footer.style-2 .sidebar__widget .tagcloud a,
  .footer.style-2 .sidebar__widget .wp-block-tag-cloud a,
  .footer.style-2 .wp-block-latest-comments__comment-date,
  .footer.style-2 .wp-block-latest-comments__comment,
  .footer.style-2 .wp-block-archives-dropdown label,
  .footer.style-2 .widget_categories li a,
  .footer.style-2 .widget_archive li a,
  .footer.style-2 .widget_nav_menu li a,
  .footer.style-2 .widget_tag_cloud a,
  .footer.style-2 .widget_rss li a,
  .footer.style-2 .widget_rss li,
  .footer.style-2 .footer__widget a,
  .footer.style-2 .footer__widget li,
  .footer.style-2 li.recentcomments {
    color: #ffffff; }
  .footer.style-2 .te-theme-btn,
  .footer.style-2 .wp-block-loginout a,
  .footer.style-2 input.te-theme-btn,
  .footer.style-2 .widget .wp-block-search button,
  .footer.style-2 .widget .search-form button,
  .footer.style-2 .widget .sidebar__search button,
  .footer.style-2 .sidebar__widget .wp-block-search button,
  .footer.style-2 .sidebar__widget .search-form button,
  .footer.style-2 .sidebar__widget .sidebar__search button {
    background-color: #E7F914;
    color: #14203A; }
  .footer .footer__widget li {
    list-style: none; }
  .footer .te-footer-widget.te_widget_nav_menu li.wp-block-social-link {
    display: inline-block;
    width: unset !important; }
  .footer .te_widget_nav_menu li.cat-item {
    text-align: right; }
    .footer .te_widget_nav_menu li.cat-item a {
      float: left; }
  .footer .te-footer-bg {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1; }
  .footer .footer-nav-widget {
    padding: 0 90px; }
    @media (max-width: 991px) {
      .footer .footer-nav-widget {
        padding: 0 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer .footer-nav-widget {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .footer .footer-nav-widget {
        padding: 0 30px; } }
.te-footer-widget {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .te-footer-widget {
      margin-bottom: 40px; } }
  .te-footer-widget .te-footer-widget-title,
  .te-footer-widget .wp-block-heading {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #131A2A;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700; }
  .te-footer-widget ul {
    padding-left: 0; }
  .te-footer-widget .te-subscribe-form-widget .mc4wp-form-fields {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px; }
  .te-footer-widget .te-subscribe-form-widget .single-field input {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff; }
  .te-footer-widget.widget-latest-posts-footer {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .te-footer-widget.zoom-instagram-widget {
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .te-footer-widget.widget_contact_info_widget {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget .widget-instagram-feed {
      width: 170px; } }
  .te-footer-widget .te-footer-widget-info {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .te-footer-widget .te-footer-widget-info {
        padding-right: 0; } }
    .te-footer-widget .te-footer-widget-info p {
      color: #335371;
      margin-bottom: 30px; }
    .te-footer-widget .te-footer-widget-info .te-footer-logo {
      margin-bottom: 30px;
      display: inline-block; }
    .te-footer-widget .te-footer-widget-info .info-form-and-social-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
      .te-footer-widget .te-footer-widget-info .info-form-and-social-icon .te-social-profile {
        margin-top: 0; }
    .te-footer-widget .te-footer-widget-info .te-social-profile {
      gap: 20px;
      margin-top: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .te-footer-widget .te-footer-widget-info .info-form-and-social-icon {
        -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.te_widget_nav_menu ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0; }
  .te-footer-widget.te_widget_nav_menu li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    .te-footer-widget.te_widget_nav_menu li:last-child {
      padding-top: 0;
      padding-bottom: 0; }
    .te-footer-widget.te_widget_nav_menu li a {
      display: inline-block;
      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.te_widget_nav_menu li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--colorPrimary); }
  .te-footer-widget .te-footer-widget-contact p {
    color: #335371; }
  .te-footer-widget .te-footer-widget-contact .footer-contact ul {
    list-style: none; }
    .te-footer-widget .te-footer-widget-contact .footer-contact 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 .te-footer-widget-contact .footer-contact ul li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .te-footer-widget .te-footer-widget-contact .footer-contact ul li:first-child .contact-icon {
          margin-top: 5px; }
      .te-footer-widget .te-footer-widget-contact .footer-contact ul li:last-child {
        margin-bottom: 0; }
      .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-icon {
        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 .te-footer-widget-contact .footer-contact ul li .contact-text {
        color: #335371;
        font-size: 18px;
        line-height: 24px;
        overflow: hidden; }
        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text a:hover span {
          color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text span,
        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text p,
        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text 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 .te_widget_latest_post ul li {
    margin-bottom: 10px; }
    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-thumb {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      overflow: hidden; }
    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 29px;
      color: #335371;
      font-weight: 400; }
      .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title 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 .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a:hover {
          color: var(--colorPrimary);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta {
      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 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 ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .te-footer-bottom-menu 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 ul li a:hover {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: var(--colorPrimary); }
.footer-bottom-area {
  padding: 16px 0; }
  @media (max-width: 991px) {
    .footer-bottom-area {
      padding: 30px 0; } }
  .footer-bottom-area .te-footer-bottom-wrapper {
    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 .te-copyright-text p {
    color: #335371;
    margin-bottom: 0; }
    .footer-bottom-area .te-copyright-text p a {
      color: #335371;
      font-weight: 500; }
      .footer-bottom-area .te-copyright-text p a:hover {
        color: var(--colorPrimary); }
  .footer-bottom-area .credit-text 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 .credit-text a {
    color: var(--colorPrimary); }
.subscribe-area {
  overflow: hidden; }
  .subscribe-area.style-1 .te-subscribe-inner-area .te-content-wrapper {
    background-color: var(--colorPrimary);
    border-radius: 20px;
    padding: 63px 50px 68px 74px;
    gap: 14px; }
  .subscribe-area.style-1 .te-image-bg-collumn {
    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.style-1 .te-image-bg-collumn {
        display: none; } }
  .subscribe-area .te-content-wrapper {
    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 .te-content-wrapper {
        padding: 100px 24px 100px 24px;
        margin: 0 auto; } }
    @media (max-width: 809px) {
      .subscribe-area .te-content-wrapper {
        padding: 80px 24px 80px 24px;
        width: 100%; } }
    .subscribe-area .te-content-wrapper .short-title {
      font-size: 21px;
      font-weight: 500;
      color: #335371;
      margin-bottom: 0; }
    .subscribe-area .te-content-wrapper .te-subscribe-title {
      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 .te-content-wrapper .te-subscribe-title {
          font-size: 34px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area .te-content-wrapper .te-subscribe-title {
          font-size: 40px;
          line-height: 42px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .subscribe-area .te-content-wrapper .te-subscribe-title {
          font-size: 36px;
          line-height: 42px; } }
    .subscribe-area .te-content-wrapper .text {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
  .subscribe-area .te-subscribe-inner-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area .te-subscribe-inner-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscribe-area .te-subscribe-inner-area .te-subscribe-collumn {
      -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 .te-subscribe-inner-area .te-subscribe-collumn.te-image-bg-collumn {
          display: none; } }
    .subscribe-area .te-subscribe-inner-area .mc4wp-form-fields {
      background-color: transparent;
      gap: 10px; }
      @media (max-width: 575px) {
        .subscribe-area .te-subscribe-inner-area .mc4wp-form-fields {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .subscribe-area .te-subscribe-inner-area .mc4wp-form-fields .submit-btn {
        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 .te-subscribe-form-wrapper {
  color: #335371; }
.te-subscribe-form-widget {
  position: relative; }
  .te-subscribe-form-widget .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px; }
  .te-subscribe-form-widget .single-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .te-subscribe-form-widget .single-field input {
      color: #335371;
      height: 55px;
      padding: 0 30px;
      font-size: 18px;
      width: 100%;
      border-radius: 50px; }
    .te-subscribe-form-widget .single-field *::-webkit-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget .single-field *:-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget .single-field *::-ms-input-placeholder {
      color: #778196; }
    .te-subscribe-form-widget .single-field *::placeholder {
      color: #778196; }
  .te-subscribe-form-widget .submit-btn {
    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: 0.6px;
    border-radius: 50px; }
    .te-subscribe-form-widget .submit-btn:hover {
      background-color: #131A2A;
      color: #ffffff; }
  .te-subscribe-form-widget .mc4wp-response {
    position: absolute;
    margin-top: 15px; }
    .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p {
      color: #ff0000;
      position: relative; }
    .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error a {
      color: #ff0000; }
    .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
      color: #ffffff;
      position: relative; }
.te-footer-social-wrapper {
  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 .te-footer-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .te-footer-social-wrapper .te-footer-logo img{
    width:auto;
    max-height: 55px;
  }
  .te-footer-social-wrapper .te-social-widget {
    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 .te-social-widget span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }
.te-social-profile {
  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 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 a:hover {
      background-color: #E7F914;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #14203A; }
.footer.style-2 {
  background-color: #131A2A; }
  .footer.style-2 .te-footer-sec {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding-top: 80px;
    padding-bottom: 70px; }
  .footer.style-2 .te-footer-widget-title,
  .footer.style-2 .wp-block-heading {
    color: #ffffff;
    font-size: 24px; }
  .footer.style-2 .footer-bottom-area .te-copyright-text p,
  .footer.style-2 .te-footer-widget.te_widget_nav_menu li a,
  .footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a,
  .footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title,
  .footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta,
  .footer.style-2 .te-footer-widget .te-subscribe-form-wrapper,
  .footer.style-2 .te-footer-bottom-menu ul li a,
  .footer.style-2 .footer-bottom-area .te-copyright-text p a {
    color: #ffffff; 
    display: inline-block;
  }
  .footer.style-2 .te-footer-widget.te_widget_nav_menu li a:hover{
    color: var(--colorPrimary);
  }
/*# sourceMappingURL=style.css.map */
.header-area.style-2 .te-header-menu-area .menu-wrapper {
  background-color: unset;
  border-radius: unset;
}
.header-area.style-2 .te-header-menu-area{
  top:0;
  /* background: #fff; */
}
.te-main-menu ul li.dropdown > a:after{
  content: unset;
}
.home_2_banner_slider .slide_item {
  height: 100vh;
  background: #FFF2F2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_2_banner_slider .slide_item::after {
  position: absolute;
  content: "";
  background: url(../images/home2_banner_bg_shape_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  animation: serviceAnimi linear 3s infinite alternate;
  -webkit-animation: serviceAnimi linear 3s infinite alternate;
  z-index: -1;
}
@keyframes serviceAnimi {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
.home_2_banner_text {
  height: 100vh;
  display: flex;
  align-items: center;
}
.home_2_banner_text .content {
  padding-top: 75px;
}
.home_2_banner_text h3 {
  color: var(--colorPrimary);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  background: rgba(255, 56, 56, 0.10);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 6px 25px;
}
.home_2_banner_text h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.home_2_banner_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
}
.home_2_banner_image {
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: end;
  z-index: 1;
}
.home_2_banner_image span {
  height: 85%;
  position: relative;
}
.home_2_banner_image span::before {
  position: absolute;
  content: "";
  background: url(../images/home2_victor_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  bottom: 100px;
  animation: smooth 1s linear infinite alternate;
  left: -124px;
  z-index: -1;
}
.home_2_banner_image span::after {
  position: absolute;
  content: "";
  background: url(../images/home2_victor_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 85px;
  top: 30px;
  animation: serviceAnimi linear 1s infinite alternate;
  right: -18px;
  z-index: -1;
  -webkit-animation: serviceAnimi linear 1s infinite alternate;
}
.home_2_banner_slider .nextArrow,
.home_2_banner_slider .prevArrow {
  color: var(--paraColor);
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid var(--paraColor);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100;
}
.home_2_banner_slider .prevArrow {
  left: 30px;
  right: auto;
}
.home_2_banner_slider .prevArrow:hover,
.home_2_banner_slider .nextArrow:hover {
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
  color: var(--colorWhite);
}
.home_2_banner .swiper {
  width: 100%;
  height: 100%;
}
.home_2_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_2_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto
  /* object-fit: cover; */
}
.home_2_banner .swiper-pagination{
  position: absolute;
  bottom: 15%;
}
.home_2_banner .swiper-pagination-bullet{
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: .1s;
  margin:0 14px !important;
}
.home_2_banner .swiper-pagination-bullet-active{
  background: var(--colorPrimary);
}
.home_2_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .banner .swiper-pagination-bullet:hover{
  transform:scaleX(1.0);
}
.home_2_banner .swiper-pagination-bullet::before{
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: .1s;
  content: ""
}
.home_2_banner .banner-info{
  position: relative;
}
.home_2_banner .banner-info img{
  display: inline-block;
  z-index: 1;
}
.home_2_banner .banner-info dd .move1{
  color:var(--colorBlack);
  position: absolute;
  top:50%;
  left:20%;
  z-index: 2;
}
.home_2_banner .banner-info dd .banner-title{
  color:rgba(255, 255, 255, 1);
  font-size: 50px;
  font-weight: 600;
  top:40%;
  left:10%;
}
.home_2_banner .banner-info dd .banner-desc{
  color:rgba(255, 255, 255, 1);
  font-size: 20px;
  top:50%;
  left:10%;
}
.index_news{
}
.index_news .section_heading{
  text-align: center;
}
.index_news .content-item li a{
  color: var(--colorBlack);
  display: block;
  border: 1px solid #EBF0FC;
  padding: 20px 22px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.index_news .content-item li a:hover{
  color: var(--colorPrimary);
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
    box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
}
.index_news .content-item li a .content-item-title{
  font-size: 15px;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.index_news .content-item li a:hover .content-item-title{
  color: var(--colorPrimary);
}
.index_news .content-item li a .newsdate {
  color: #4f556b;
  display: block;
  margin-bottom: 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-family: 'Montserrat-Regular';
}
.footer{
}
.footer_youshi_link li:hover{
  color:var(--colorPrimary);
}
.foot_content .foot_wechat .foot_wechat_img{
  display: inline;
  max-width: 120px;
  height: auto;
}
.foot_content .foot_wechat .desc{
  display: inline-block;
  margin-left: 15px;
}
.foot_content p{
  color: rgba(255, 255, 255, 0.70);
}
.foot_content_desc p:nth-child(2n+1){
  font-size: 14px;
  color:#fff;
}
.foot_content .foot_content_desc{
}
.foot_content_desc p:nth-child(2n){
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
}
.foot_content_desc i{
  font-size: 32px;
  padding-right: 15px;
}
.foot_content .foot_tel p:nth-child(2){
  font-size: 28px;
}
.foot_content .foot_tel p:nth-child(2) a{
  color:rgba(255, 255, 255, 0.70);
}
.foot_content .foot_tel p:nth-child(2) a:hover{
  color:var(--colorPrimary);
}
#Map{
  width: 100%;
  height: 600px;
}
.contact .title{
  font-size: 44px;
}
.contact{
}
.contact .container_desc .icon .iconfont{
  font-size: 42px;
  padding: 25px;
  border:1px solid var(--colorBlack);
  border-radius: 100%;
}
.contact .container_desc .con{
}
.contact .container_wrap{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.contact .container_wrap:hover{
  cursor: pointer;
  -webkit-box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
    box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
}
/* blog start */
.single_blog {
  margin-top: 25px;
  background: var(--colorWhite);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.single_blog_img {
  overflow: hidden;
  position: relative;
}
.single_blog_img img {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.single_blog_img a {
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--colorWhite);
  font-weight: 500;
  background: var(--colorPrimary);
  padding: 10px 25px;
  border-radius: 30px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.single_blog_img a:hover {
  background: var(--colorBlack);
}
.single_blog_text {
  border-radius:0px;
  border: 1px solid rgba(9, 9, 25, 0.10);
  padding: 30px;
}
.single_blog_text ul {
  display: flex;
  flex-wrap: wrap;
}
.single_blog_text ul li {
  color: var(--paraColor);
  font-size: 15px;
  font-weight: 400;
  margin-right: 30px;
}
.single_blog_text ul li i {
  color: var(--colorPrimary);
  margin-right: 5px;
}
.single_blog_text .title {
  color: var(--colorBlack);
  font-family: var(--headingFont);
  font-size: 24px;
  font-weight: 600;
  transition: all linear .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.single_blog_text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 14px 0px 22px 0px;
}
.single_blog_text .more_btn {
  color: var(--colorBlack);
  font-family: var(--headingFont);
  font-size: 16px;
  font-weight: 500;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.single_blog_text .more_btn i {
  margin-left: 5px;
}
.single_blog:hover {
  box-shadow: 0px 5px 25px 0px rgba(9, 9, 25, 0.10);
}
.single_blog:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.single_blog:hover .title,
.single_blog:hover .more_btn {
  color: var(--colorPrimary);
}
/* blog end */
.te-basic-pagination {
  text-align:center;
  padding:50px 0px 80px
}
.te-basic-pagination ul {
  justify-content: center;
}
.te-basic-pagination li{
  display: contents;
}
.te-basic-pagination span {
  display:inline-block;
  vertical-align:top;
  *display:inline;
  *zoom:1;
  width:37px;
  height:37px;
  text-align:center;
  line-height:37px;
  margin:0px 5px;
  padding:0;
  color:var(--colorBlack);
  font-size:14px;
  font-weight:400
}
.te-basic-pagination .laypage_curr {
  color:#fff;
  background-color:#d90000 !important;
  border-color:#d90000
}
.te-basic-pagination a {
  display:inline-block;
  vertical-align:top;
  *display:inline;
  *zoom:1;
  width:37px;
  height:37px;
  text-align:center;
  line-height:37px;
  margin:0px 5px;
  padding:0;
  color:var(--colorBlack);
  font-size:14px;
  font-weight:400;
  border: 1px solid var(--colorBlack);
  -webkit-border-radius:3px;
  border-radius:3px;
  background-color:#fff
}
.te-basic-pagination a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: var(--colorWhite);
}
.te-basic-pagination .laypage_next, #page .laypage_prev {
  width:65px
}
.lists_website{
}
.lists_website .lists_website_conn{
  padding:30px;
  border: 1px solid rgba(9, 9, 25, 0.10);
}
.lists_website .num{
  margin-bottom:14px;
  font-size:60px;
  line-height:60px;
  color:#999
}
.lists_website h3{
  margin-bottom:22px;
  font-size:24px;
  line-height:36px;
  color:#1a1a1a
}
.lists_website p{
  height:100px;
  line-height:24px;
  -webkit-line-clamp:6;
}
.lists_website_wrap1 .lists_website_conn{
  border:unset;
}
.lists_website_wrap1 .lists_website_conn .lists_website_txt{
  padding-left:15px;
  padding-right: 15px;
  -webkit-box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
  box-shadow: 10px 0 30px rgba(210, 218, 249, 0.4);
}
.lists_website_wrap1 .lists_website_conn .i{
  padding:35px;
}
.lists_website_wrap1 .lists_website_conn .iconfont{
  font-size: 56px;
  padding:35px;
  border: 1px solid rgba(9, 9, 25, 0.10);
  border-radius: 50%;
}
.lists_website_wrap1 .title{
  font-size: 20px;
}
.link_more_wrap .link_more{
  margin-left: 15px;
  margin-right: 15px;
  padding:5px 25px;
  border:1px solid var(--colorBlack);
  border-radius: 0%;
}
.link_more_wrap .link_more:hover{
  color:var(--colorPrimary);
  border:1px solid var(--colorPrimary);
}
.lists_case p{
  height: auto;
}
.lists_case .single_blog{
  border-radius:0px;
}
.lists_case .single_blog_text p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 14px 0px 22px 0px;
}
.show_case{
  background: #eaeaea;
}
.show_case .show_case_top{
  background: #fff;
}
.show_case .blog_details_text{
  background: #fff;
}
.te-footer-widget.te_widget_nav_menu li .iconfont{
  color: var(--colorWhite);
  margin-right: 10px;
}
.index_clients .index_clients_wrap{
  width:14.28%;
  transition: all .5s;
}
.index_clients .index_clients_wrap{
  border-top:1px solid #EBF0FC;
  border-right:1px solid #EBF0FC;
  border-bottom:1px solid #EBF0FC;
  padding-left: 0;
  padding-right: 0;
}
.index_clients .index_clients_wrap:hover{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.index_clients .index_clients_wrap:nth-last-child(1){
  display: block;
}
.index_clients .index_clients_wrap:nth-child(7n+1){
  border-left:1px solid #EBF0FC;
}
.index_clients .index_clients_wrap .index_clients_wrap_img img{
  max-width: 100%;
}
.footer{
  background-image: url(../images/foot_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width:1199px){
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  .home_2_banner .banner-info dd .banner-title{
    color:rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
    top:60%;
    left:10%;
  }
  .home_2_banner .banner-info dd .banner-desc{
    color:rgba(255, 255, 255, 1);
    font-size: 16px;
    top:70%;
    left:10%;
  }
  .index_news .content-item li a .content-item-title{
    height: 28px;
  }
  .index_news .content-item li a .newsdate{
    margin-bottom:0px;
  }
  .single_blog_text {
    padding: 20px;
  }
  .single_blog_text ul li {
    font-size: 15px;
    margin-right: 20px;
  }
  .single_blog_text .title {
    font-size: 20px;
  }
  .btm_menu{
    position: fixed;
    left: 0;
    bottom:0px;
    width:100%;
    padding: 5px 0 5px 0;
    height: 90px;
    background-color:var(--colorWhite);
    z-index: 100;
  }
  .btm_menu a{
    color: var(--paraColor);
  }
  .btm_menu .iconfont{
    font-size: 32px;
  }
  .btm_menu_wechat{
    position: relative;
  }
  .btm_menu_wechat .btm_menu_wechat_img{
    display: none;
    position:fixed;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
  }
  .btm_menu_wechat .btm_menu_wechat_img.active{
    display: block;
  }
  .btm_menu .tel{
    width:100%;
    height: 100%;
  }
  .index_clients .index_clients_wrap{
    width:33.33%;
  }
  .index_clients .index_clients_wrap{
    border-top:1px solid #EBF0FC;
    border-right:1px solid #EBF0FC;
    border-bottom:1px solid #EBF0FC;
  }
  .index_clients .index_clients_wrap:nth-last-child(1){
    display: block;
  }
  .index_clients .index_clients_wrap:nth-child(3n+1){
    border-left:1px solid #EBF0FC;
  }
  .index_clients .index_clients_wrap .index_clients_wrap_img img{
    max-width: 100%;
  }
  .breadcrumb_area{
    padding-top: 80%;
    background-position:left !important;
  }
}