@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* :root {
  --base-button-color: linear-gradient(to right,#D34BE9 0%,#4A7FFC 50%,#3188FF 100%) !important;
  --base-bodyfont: "Assistant", Tahoma, Geneva, sans-serif;
  --base-dark: #000000;
  --dark-text-color: #000000;
  --base-border-color: #b3afbb;
  --base-skin: #fabeda;
  --base-gray: #fff2f2;
  --base-white: #ffffff;
  --base-headingfont-color:#00133b;
  --base-bodyfont-Size: 16px;
  --base-bodyfont-color: #374157;
  --base-headingfont: "kanit","Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  --base-primary-color:#00133b;
} */
:root {
  --base-button-color: linear-gradient(to right, #2C9AF9 0%, #1A1F26 100%) !important;
  /* Matches logo's blue & dark */
  --base-bodyfont: "Assistant", Tahoma, Geneva, sans-serif;
  --base-dark: #1A1F26;
  /* Dark from logo */
  --dark-text-color: #1A1F26;
  --base-border-color: #b3afbb;
  /* Keep or adjust */
  --base-skin: #e6f0ff;
  /* Subtle blue-gray, optional */
  --base-gray: #f5f8fb;
  /* Light gray-blue background tone */
  --base-white: #ffffff;
  --base-headingfont-color: #1A1F26;
  --base-bodyfont-Size: 16px;
  --base-bodyfont-color: #374157;
  /* You can keep this or go slightly lighter */
  --base-headingfont: "Kanit", "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  /* --base-primary-color: #2C9AF9; */
  --base-primary-color: #3076b2;
  /* Bright blue from logo */
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
#ffedf0 nav {
  display: block;
}

html,
body {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  font-display: swap;
  font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: var(--base-bodyfont-Size);
  line-height: 25px;
  color: var(--base-bodyfont-color);
  margin: 0 !important;
  /* background-color: #ffedf0; */
  background-color: #ffffff;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
button,
input {
  outline: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

iframe {
  width: 100%;
  border: none;
  display: block;
  border: none !important;
}

*::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}

::selection {
  background: var(--base-dark);
  color: var(--base-headingfont-color);
  text-shadow: none;
}

input,
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background-color: transparent;
  font-size: 15px;
  color: var(--base-white);
  position: relative;
  border-radius: 0;
  color: var(--base-white);
}

input::placeholder {
  color: #abb8c3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-color {
  color: var(--base-border-color);
}

.bodyfont-color {
  color: var(--base-bodyfont-color);
}

.headingfont-color {
  color: var(--base-headingfont-color);
}

.bg-base-skin {
  background-color: var(--base-skin);
}

.bg-base-dark {
  background-color: var(--base-dark);
}

.bg-base-primary {
  background-color: var(--base-primary-color);
}

.bg-base-white {
  background-color: var(--base-white);
}

.text-base-skin {
  color: var(--base-skin);
}

.text-base-dark {
  color: var(--base-dark);
}

.text-base-gray {
  color: var(--base-bodyfont-color) !important;
}

.text-base-white {
  color: var(--base-white);
}

.text-base-primary {
  color: var(--base-primary-color)
}

.divider-color {
  color: #0000004D;
}

.bg-base-skin>.prt-bg-layer {
  background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer {
  background-color: var(--base-dark);
}

.bg-base-primary>.prt-bg-layer {
  background-color: var(--base-bodyfont-color);
}

.bg-base-white>.prt-bg-layer {
  background-color: var(--base-white);
}

.bg-base-skin>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-dark);
}

.bg-base-primary>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-bodyfont-color);
}

.bg-base-white>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-white);
}

.text-base-white h1:not(.text-base-skin,
  .text-base-dark),
.text-base-white h2:not(.text-base-skin,
  .text-base-dark),
.text-base-white h3:not(.text-base-skin,
  .text-base-dark),
.text-base-white h4:not(.text-base-skin,
  .text-base-dark),
.text-base-white h5:not(.text-base-skin,
  .text-base-dark),
.text-base-white h6:not(.text-base-skin,
  .text-base-dark),
.text-base-white a:not(.text-base-skin,
  .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin,
  .text-base-dark) {
  color: var(--base-skin);
}

.bg-base-dark .section-title h3 {
  color: var(--base-white);
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: var(--base-white);
}

* {
  box-sizing: border-box;
  /* font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: var(--base-skin);
}

.page {
  overflow-x: hidden !important;
  position: relative;
  caret-color: var(--base-primary-color);
}

body .site-main {
  /* background-color:#ffedf0 ; */
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}

p {
  margin: 0;
}

ul {
  margin: 0;
}

.title-fonts {
  font-size: 88px;
  line-height: 100px;
  font-weight: 500 !important;
}

.big-fonts {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500 !important;
}

.medium-fonts {
  font-size: 16px;
  line-height: 26px;
}

.bg-gray {
  background-color: var(--base-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont), sans-serif;
  font-weight: 400;
  color: var(--base-headingfont-color);
}

/* h1 { font-size: 84px; line-height: 94px; } 
h2 { font-size: 74px; line-height: 84px; } 
h3 { font-size: 60px; line-height: 70px; } 
h4 { font-size: 42px; line-height: 52px; } 
h5 { font-size: 28px; line-height: 38px; } 
h6 { font-size: 20px; line-height: 30px; } */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-fonts,
.big-fonts {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.button,
input[type="text"] input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--base-white);
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 200% 100%;
}

button:focus {
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
  outline: none;
  border-color: var(--base-skin) !important;
  transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}

textarea:focus {
  outline: none !important;
  box-shadow: none;
}

.text-hover-effect:hover {
  color: var(--base-skin) !important;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.title-text-color {
  color: var(--base-headingfont-color);
}

.container-fluid {
  max-width: 1905px;
  margin: 0px auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: calc(0.9375rem * 1);
  padding-right: calc(0.9375rem * 1);
  max-width: 1330px;
}

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

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

.hover-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.hover-text-rounded {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.hover-text-rounded::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  border: 1px solid var(--base-skin);
  border-radius: 40px;
  width: 10px;
  transition: width 0.4s ease, transform ease;
  margin-bottom: -2px;
}

.hover-text {
  position: relative;
  display: inline-block;
}

.hover-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 50%;
  right: 50%;
  background-color: var(--base-skin);
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.hover-text:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}

.hover-text:not(:hover)::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 100%;
  background-color: var(--base-skin);
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

a:hover .hover-text::after {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}

.text-hover-effect {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.text-hover-effect:hover {
  color: var(--base-skin);
  cursor: pointer;
  transition: 0.5s;
}

.hover-link {
  color: var(--base-skin);
  transition: color 2s ease-in-out;
}

.spacing-1 {
  padding-left: 295px;
  padding-right: 155px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}

.spacing-2 {
  margin-top: 80px;
  margin-left: -100px;
}

.spacing-3 {
  padding: 50px 30px 30px 30px
}

.spacing-5 {
  padding-left: 100px;
  padding-right: 100px;
  margin-right: -30px;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-245 {
  padding-top: 245px !important;
}

.pt-350 {
  padding-top: 350px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-280 {
  padding-bottom: 280px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-470 {
  margin-top: 470px !important;
}

.mt_5 {
  margin-top: -5px !important;
}

.mt_10 {
  margin-top: -10px !important;
}

.mt_15 {
  margin-top: -15px !important;
}

.mt_20 {
  margin-top: -20px !important;
}

.mt_25 {
  margin-top: -25px !important;
}

.mt_30 {
  margin-top: -30px !important;
}

.mt_35 {
  margin-top: -35px !important;
}

.mt_40 {
  margin-top: -40px !important;
}

.mt_50 {
  margin-top: -50px !important;
}

.mt_55 {
  margin-top: -55px !important;
}

.mt_60 {
  margin-top: -60px !important;
}

.mt_65 {
  margin-top: -65px !important;
}

.mt_70 {
  margin-top: -70px !important;
}

.mt_75 {
  margin-top: -75px !important;
}

.mt_80 {
  margin-top: -80px !important;
}

.mt_90 {
  margin-top: -90px !important;
}

.mt_100 {
  margin-top: -100px !important;
}

.mt_105 {
  margin-top: -105px !important;
}

.mt_110 {
  margin-top: -110px !important;
}

.mt_120 {
  margin-top: -120px !important;
}

.mt_130 {
  margin-top: -130px !important;
}

.mt_140 {
  margin-top: -140px !important;
}

.mt_150 {
  margin-top: -150px !important;
}

.mt_160 {
  margin-top: -160px !important;
}

.mt_170 {
  margin-top: -170px !important;
}

.mt_180 {
  margin-top: -180px !important;
}

.mt_190 {
  margin-top: -190px !important;
}

.mt_200 {
  margin-top: -200px !important;
}

.mt_210 {
  margin-top: -210px !important;
}

.mt_220 {
  margin-top: -220px !important;
}

.mt_230 {
  margin-top: -230px !important;
}

.mt_240 {
  margin-top: -240px !important;
}

.mt_250 {
  margin-top: -250px !important;
}

.mt_260 {
  margin-top: -260px !important;
}

.mt_270 {
  margin-top: -270px !important;
}

.mt_280 {
  margin-top: -280px !important;
}

.mt_300 {
  margin-top: -300px !important;
}

.mt_310 {
  margin-top: -310px !important;
}

.mt_320 {
  margin-top: -320px !important;
}

.mt_332 {
  margin-top: -332px !important;
}

.mt_340 {
  margin-top: -340px !important;
}

.mt_360 {
  margin-top: -360px !important;
}

.mt_380 {
  margin-top: -380px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb_5 {
  margin-bottom: -5px !important;
}

.mb_10 {
  margin-bottom: -10px !important;
}

.mb_12 {
  margin-bottom: -12px !important;
}

.mb_15 {
  margin-bottom: -15px !important;
}

.mb_20 {
  margin-bottom: -20px !important;
}

.mb_25 {
  margin-bottom: -25px !important;
}

.mb_30 {
  margin-bottom: -30px !important;
}

.mb_35 {
  margin-bottom: -35px !important;
}

.mb_40 {
  margin-bottom: -40px !important;
}

.mb_45 {
  margin-bottom: -45px !important;
}

.mb_50 {
  margin-bottom: -50px !important;
}

.mb_55 {
  margin-bottom: -55px !important;
}

.mb_60 {
  margin-bottom: -60px !important;
}

.mb_70 {
  margin-bottom: -70px !important;
}

.mb_80 {
  margin-bottom: -80px !important;
}

.mb_90 {
  margin-bottom: -90px !important;
}

.mb_100 {
  margin-bottom: -100px !important;
}

.mb_120 {
  margin-bottom: -120px !important;
}

.mb_140 {
  margin-bottom: -140px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.ml_10 {
  margin-left: -10px !important;
}

.ml_15 {
  margin-left: -15px !important;
}

.ml_20 {
  margin-left: -20px !important;
}

.ml_25 {
  margin-left: -25px !important;
}

.ml_30 {
  margin-left: -30px !important;
}

.ml_35 {
  margin-left: -35px !important;
}

.ml_40 {
  margin-left: -40px !important;
}

.ml_50 {
  margin-left: -50px !important;
}

.ml_60 {
  margin-left: -60px !important;
}

.ml_70 {
  margin-left: -70px !important;
}

.ml_80 {
  margin-left: -80px !important;
}

.ml_90 {
  margin-left: -90px !important;
}

.ml_100 {
  margin-left: -100px !important;
}

.ml_110 {
  margin-left: -110px !important;
}

.ml_120 {
  margin-left: -120px !important;
}

.ml_130 {
  margin-left: -130px !important;
}

.ml_140 {
  margin-left: -140px !important;
}

.ml_150 {
  margin-left: -150px !important;
}

.ml_160 {
  margin-left: -160px !important;
}

.ml_180 {
  margin-left: -180px !important;
}

.ml_200 {
  margin-left: -200px !important;
}

.ml_210 {
  margin-left: -210px !important;
}

.ml_220 {
  margin-left: -220px !important;
}

.ml_240 {
  margin-left: -240px !important;
}

.ml_260 {
  margin-left: -260px !important;
}

.ml_280 {
  margin-left: -280px !important;
}

.ml_300 {
  margin-left: -300px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mr_10 {
  margin-right: -10px !important;
}

.mr_15 {
  margin-right: -15px !important;
}

.mr_20 {
  margin-right: -20px !important;
}

.mr_25 {
  margin-right: -25px !important;
}

.mr_30 {
  margin-right: -30px !important;
}

.mr_35 {
  margin-right: -35px !important;
}

.mr_40 {
  margin-right: -40px !important;
}

.mr_50 {
  margin-right: -50px !important;
}

.mr_60 {
  margin-right: -60px !important;
}

.mr_70 {
  margin-right: -70px !important;
}

.mr_80 {
  margin-right: -80px !important;
}

.mr_90 {
  margin-right: -90px !important;
}

.mr_100 {
  margin-right: -100px !important;
}

.mr_130 {
  margin-right: -130px !important;
}

.mr_140 {
  margin-right: -140px !important;
}

.mr_150 {
  margin-right: -150px !important;
}

.mr_160 {
  margin-right: -160px !important;
}

.mr_180 {
  margin-right: -180px !important;
}

.mr_200 {
  margin-right: -200px !important;
}

.mr_210 {
  margin-right: -210px !important;
}

.mr_220 {
  margin-right: -220px !important;
}

.mr_240 {
  margin-right: -240px !important;
}

.mr_260 {
  margin-right: -260px !important;
}

.mr_280 {
  margin-right: -280px !important;
}

.mr_300 {
  margin-right: -300px !important;
}

.gap-26 {
  gap: 26px !important
}

.gap-30 {
  gap: 30px !important
}

.gap-40 {
  gap: 40px !important
}

.gap-50 {
  gap: 50px !important
}

.gap-60 {
  gap: 60px !important
}

.gap-70 {
  gap: 70px !important
}


label {
  font-size: 14px;
}

.lh-base {
  line-height: 20px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.box-shadow {
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}

.box-shadow_1 {
  box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}

.border_1 {
  border: 1px solid var(--base-border-color);
}

.border-rounded {
  border-radius: 50%;
}

.overlay-opacity-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  opacity: 1;
}

.border-rad_5 {
  border-radius: 5px;
}

.border-rad_10 {
  border-radius: 10px !important;
}

.border-rad_20 {
  border-radius: 20px;
}

.border-rad_15 {
  border-radius: 15px;
}

.border-rad_30 {
  border-radius: 30px;
}

.border-rad_50 {
  border-radius: 50px;
}

.border-tl-rad_5 {
  border-top-left-radius: 30px;
}

.border-tr-rad_5 {
  border-top-right-radius: 30px;
}

.border-br-rad_5 {
  border-bottom-right-radius: 30px;
}

.border-bl-rad_5 {
  border-bottom-left-radius: 30px;
}


/* social icons css */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 0
}

.social-icons li {
  display: inline-block !important;
  padding-left: 0;
  min-width: 23px;
  border: none
}

.social-icons li>a {
  width: fit-content;
  height: fit-content;
  border: 0 solid transparent !important;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  color: inherit;
  margin-right: 5px;
  position: relative;
}

.social-icons li>a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--base-skin);
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.social-icons li>a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}

/* checkbox css start */
.checkbox {
  position: relative;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.checkbox::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--base-border-color);
  transition: all 0.3s ease;
}

.checkbox:checked {
  border-color: var(--base-skin);
}

.checkbox:checked::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 12px;
  color: var(--base-primary-color);
  font-weight: bold;
  opacity: 0.7;
}

/* common css end  */


/* ===============================================
    Home page css start
------------------------*/
/* Home page - hero section css start */

.hero-section .hero-section-heading h2 {
  font-size: 228px;
  line-height: 238px;
}

.hero-section .hero-section-content h2 {
  font-family: var(--base-headingfont);
}

/* .hero-section .hero-section-content-image .prt_single_image-wrapper:after {
  position: absolute;
  content: "";
  width: calc(55% + 25px);
  height: calc(84% + 25px);
  background: #3076b2;
  top: 30px;
  left: 60px;
  display: block;
  border-radius: 30px;
  transform: rotate(-11deg);
  z-index: -1;
  transition: all .3s linear;
} */

.hero-section:hover .hero-section-content-image .prt_single_image-wrapper::after {
  top: 25px;
  left: 55px;
}

/* Home page - hero section css end */

/* Home page - about section css start */
.about-section-1 .about-section-1-content .about-section-1-desc {
  text-indent: 140px;
}

.about-section-1 .section-title.style2 .section-title-divider-separator {
  padding-block-start: 0px;
}

.about-section-1 .section-title.style2 .section-title-divider-separator {
  padding-block-end: 0px;
}

/* Home page - about section css start */

/* Home page - service section-1 css start */
.service-section-1 .service-section-1-wrapper {
  margin-bottom: 30px;
}

.service-section-1-wrapper:last-child {
  margin-bottom: 0px;
}

.service-section-1 .section-title.style2 .section-title-divider-separator {
  padding-block-start: 0px;
}

/* Home page - service section-1 css start */

/* Home page - service section-2 css start */
.testimonial-section .slick-slide {
  opacity: 1;
}

.testimonial-section .slick-current {
  opacity: 1;
}

/* Home page - section 6 contact-section-1 css start */
.contact-1-section .contact-1-section-btn:hover {
  color: var(--base-primary-color) !important;
  background-color: var(--base-white) !important;
}

.contact-1-section .contact-1-section-title {
  margin-block-end: 0;
  max-width: 100%;
}


/* ===============================================
    about page css start
------------------------*/
/* about page - section content css start */
.site-content .site-content-title {
  padding-right: 15px;
  padding-left: 15px
}

/* about page - section content css start */
.about-section-2 .prt-fid-view-style1.inside h4 {
  border-bottom: 1px solid var(--base-border-color);
}

.about-section-2-wrapper .section-title.style2 .section-title-divider-separator {
  padding-block-start: 0px;
}


/* ===============================================
    contact page css start
------------------------*/
/* contact page - form section css start */
.contact-form-section {
  caret-color: var(--base-primary-color);
}

.contact-form-section input::placeholder {
  color: #54595f;
  font-size: 16px;
}

.contact-form-section input {
  color: var(--base-primary-color);
  font-size: 16px;
  line-height: 26px;
}

.contact-form-section textarea::placeholder {
  color: #54595f;
  font-size: 16px;
}

.contact-form-section textarea {
  color: var(--base-primary-color);
  font-size: 16px;
  line-height: 26px;
}

.comment-section #floating_email {
  border-bottom: 1px solid var(--base-border-color);
}

/* contact page - form section css end */


/* ===============================================
   team-detail page css start
------------------------*/
.team-member-data-main .team-member-data-wrapper {
  display: flex;
  align-items: center
}

.team-member-data-main .team-member-name {
  padding-bottom: 10px
}

.team-member-data-main .team-member-name {
  padding-bottom: 0
}

.team-member-data-main .team-member-heading .team-member-email {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400
}

/* ===============================================
   portfolio page css start
------------------------*/
.portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-section .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-section .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.portfolio-section .image:hover {
  opacity: 0;
}

.service-2-section .section-title.style2 .section-title-divider-separator {
  padding-block-start: 0px;
  margin-top: -8px;
}


/* ===============================================
   service page css start
------------------------*/
.featured-box-client {
  text-align: center
}

.featured-box-client .featured-item-thumbnail {
  width: 100%;
  display: table
}

.featured-box-client .featured-item-thumbnail-inner {
  margin-right: 13px;
  margin-left: 13px;
  padding: 8px 25px;
  display: table-cell;
  text-align: center;
  align-items: center;
  vertical-align: middle
}

.featured-box-client:not(.featured-box-view-simple-logo) .featured-item-thumbnail-inner {
  padding: 8px 5px
}

.featured-box-client.featured-box-view-simple-logo .featured-item-thumbnail-inner {
  height: auto
}

.featured-box-client.featured-box-view-simple-logo {
  border: none;
  display: block
}

.client-section {
  margin: 0 -5px;
}

.client-section .featured-box-client .featured-item-thumbnail-inner img {
  display: inline-block
}

.client-section .featured-box-client .featured-item-thumbnail-inner img {
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s
}

.client-section .featured-box-client .featured-item-thumbnail:hover img {
  filter: grayscale(0%);
  opacity: 1
}

.client-section .featured-box-client .featured-item-thumbnail-inner img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(0%);
  opacity: .3
}

.client-section .featured-box-client .featured-box-client {
  margin: 44px 0;
  display: block
}

.client-section .featured-box-client a.prt-client-logo-link {
  display: block;
  padding: 0;
  outline: none
}

.featured-box-client.themetechmount-client-box-view-boxed-logo-style1 .featured-item-thumbnail {
  opacity: 1;
  transition: all 1s ease;
  padding: 20px 0 0
}

.featured-box-view-simple-logo .featured-item-thumbnail-inner img {
  transition: all .3s ease 0s
}

.featured-box-view-simple-logo:hover .featured-item-thumbnail-inner img {
  transform: translateY(-7px)
}

.featured-box-client.featured-box-view-simple-logo .featured-item-thumbnail {
  transition: all 1s ease;
  border: 1px solid rgba(255, 255, 255, .2);
  height: auto;
  border-radius: 80px
}

.client-section .slick-list.draggable {
  padding: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

/* section 2 css start */
.service-section-2 .title-des {
  color: rgba(255, 255, 255, 0.7);
}

.service-section-2 .contact-number-main {
  border-bottom: 1px solid var(--base-border-color);
  width: fit-content;
}


/* ===============================================
   Blog page css start
------------------------*/
.prt-page-title-row .icon-list {
  display: inline-block;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
}

.prt-page-title-row .icon-list span {
  font-size: 14px;
}

.prt-page-title-row .icon-list::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: rgb(0 19 59/25%);
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
}

.prt-page-title-row.portfolio-detail-heading-main .icon-list::before {
  background-color: var(--base-primary-color);
  margin-bottom: 3px;
}

.prt-page-title-row.portfolio-detail-heading-main .icon-list span {
  font-size: 20px;
  color: var(--base-headingfont-color);
}

.project-info-section-main .project-info-section-wrapper {
  padding: 40px 40px 40px;
}

.project-info-section-main .project-info-section-wrapper .project-info-list li {
  padding: 17px 0;
  border-bottom: 1px solid #00133B26;
}

.project-info-section-main .project-info-section-wrapper .project-info-list li:last-child {
  padding-top: 17px;
  padding-bottom: 0px;
  border-bottom: 0px
}

.project-info-section-main .project-info-section-wrapper .project-info-list li .project-info-label,
.project-info-section-main .project-info-section-wrapper .project-info-list li .project-info-value {
  display: block;
}

.project-info-section-main .project-info-section-wrapper .project-info-list li .project-info-value {
  color: var(--base-headingfont-color);
}

.blog-section-main .my-effect {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}


/* ===============================================
   Blog-detail page css start
------------------------*/
.blog-summary-section blockquote {
  padding: 30px 30px 20px 80px;
}

.blog-summary-section blockquote::after {
  position: absolute;
  font-family: 'flaticon_ailabflow';
  content: "\f139";
  color: #000;
  font-size: 40px;
  top: 27px;
  left: 30px;
  opacity: .20;
}

.blog-summary-section .comment-section {
  margin-top: 65px;
  padding: 34px 40px 36px;
}

.blog-summary-section .comment-section input:focus::placeholder {
  color: #7b8095;
}

.blog-summary-section .comment-section input::placeholder {
  color: currentColor
}

.blog-summary-section .comment-section textarea:focus::placeholder {
  color: #7b8095;
}

.blog-summary-section .comment-section textarea::placeholder {
  color: currentColor
}

/* ===============================================
   service-detail page css start
------------------------*/
.ai-services-cards {
  padding-top: 90px;
  margin-bottom: -33px;
}

.ai-services-cards-wrapper {
  gap: 20px;
}

.ai-service-overview-parts:nth-child(1) {
  margin-bottom: clamp(30px, 70px, 70px);
}

.ai-service-overview-parts {
  gap: 70px;
}

.ai-service-overview-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* ===============================================
  category page css start
------------------------*/
.sidebar-right .prt-social-links-wrapper .social-icons a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: 0 solid transparent !important;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 14px;
  color: inherit;
  margin-right: 5px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: var(--base-primary-color);
  background-color: var(--base-skin);
}

.sidebar-right .prt-social-links-wrapper {
  border-top: 1px solid var(--base-border-color);
  padding-top: 30px;
}

.sidebar-right .social-icons li a::after {
  opacity: 0;
}

.category-section .my-effect {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

.category-section .featured-imagebox-blog.style2 .featured-content h4 a::after {
  display: none;
}

.sidebar .widget.widget-search i::before {
  font-weight: 900;
}

/* ===============================================
  Footer css start
------------------------*/
.footer {
  color: #abb8c3;
}

.footer_logo {
  margin-bottom: 20px
}

.footer_logo img {
  max-height: 65px
}

.footer .widget .widget-title {
  margin-bottom: 28px
}

.footer .widget .widget-title {
  margin-bottom: 23px
}

.footer .widget ul>li:not(:last-child) {
  padding: 0 0 10px;
}

.footer .widget ul>li.menu-item a {
  position: relative;
  width: fit-content;
}

.footer .widget ul>li.menu-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: var(--base-skin);
  transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}

.footer .widget ul>li.menu-item a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}

.footer .widget ul>li.menu-item a:hover {
  color: var(--base-skin);
  transition: .5s;
}

.footer .first-footer .first-footer-inner {
  padding: 50px 0 35px
}

.footer .social-icons li {
  width: auto;
  height: auto;
  padding-left: 15px;
}

.footer .social-icons li:not(:last-child) {
  padding-right: 15px;
}

.footer .social-icons li:not(:last-child) a::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, .7);
  height: 15px;
  width: 1px;
  left: auto;
  right: -18px;
  top: 10px;
  bottom: 20px;
  transform: unset;
}

.footer .bottom-footer-left,
.footer .bottom-footer-right {
  padding: 20px 15px 15px 15px;
}

.footer .second-footer-inner {
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer .bottom-footer-inner:before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
}

.second-widget-area:nth-child(2) {
  padding-left: 80px;
}

.footer .widget-title {
  font-size: 23px;
  line-height: 44px;
  font-family: var(--base-headingfont);
}

.footer .newsletter-form {
  position: relative;
}

.footer .mailchimp-inputbox input {
  border: none;
  padding: 5px 30px 15px 0;
  background-color: transparent;
  margin-bottom: 15px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  position: relative;
  border-radius: 0;
}

.footer .mailchimp-inputbox input:focus {
  border-color: var(--base-skin);
}

.footer .social-icons li>a:hover {
  color: var(--base-skin);
  transition: .5s;
}

.footer .second-widget-area form button {
  position: absolute;
  right: 0;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  top: 13px;
  padding: 0;
}

.footer .second-widget-area input {
  caret-color: var(--base-skin);
}

.footer .bottom-footer-inner {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
}

.footer .textwidget.custom-html-widget .prt-mail {
  color: var(--base-white);
  position: relative;
  font-size: 24px;
  line-height: 34px;
  width: fit-content;
  margin-bottom: 15px
}

.footer .textwidget.custom-html-widget .prt-phone {
  color: var(--base-white);
  font-size: 24px;
  line-height: 34px;
}

.footer .textwidget.custom-html-widget p {
  margin-bottom: 15px
}

.footer .textwidget.custom-html-widget .prt-mail a:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -5px;
  left: 0;
}

.footer .textwidget.custom-html-widget .prt-mail a:hover {
  color: var(--base-skin);
  transition: .5s;
}

.footer .textwidget.custom-html-widget .prt-mail a:hover:after {
  background-color: var(--base-skin);
  transition: .5s;
}

.footer .textwidget.custom-html-widget .prt-phone {
  color: var(--base-white);
}

.footer .textwidget.custom-html-widget .prt-phone:hover {
  color: var(--base-skin);
  transition: .5s;
}